Uses of Class
io.mishmash.opentelemetry.server.collector.AbstractCollector
-
Uses of AbstractCollector in io.mishmash.opentelemetry.server.collector
Subclasses of AbstractCollector in io.mishmash.opentelemetry.server.collectorModifier and TypeClassDescriptionclassProcesses incoming OpenTelemetry logs packets - extracts individual Logs from a packet and queues them to allLogsSubscribers.classProcesses incoming OpenTelemetry metrics packets - extracts all data points of all metrics contained in a packet and queues them to allMetricsSubscribers.classProcesses incoming OpenTelemetry traces packets - extracts individual Spans from a packet and queues them to allSpansSubscribers.