Uses of Class
io.mishmash.opentelemetry.server.collector.Span
-
Uses of Span in io.mishmash.opentelemetry.server.collector
Methods in io.mishmash.opentelemetry.server.collector that return types with arguments of type SpanModifier and TypeMethodDescriptionTracesCollector.loadBatch(io.opentelemetry.proto.collector.trace.v1.ExportTraceServiceRequest request, String transport, String encoding, io.opentelemetry.context.Context otelContext) Processes incoming packets (or batches) - extracts and publishes the contained OpenTelemetry Spans (one by one) to allSpansSubscribers.Methods in io.mishmash.opentelemetry.server.collector with parameters of type SpanModifier and TypeMethodDescriptionvoidMethod invoked for each span of each OTLP packet.Method parameters in io.mishmash.opentelemetry.server.collector with type arguments of type SpanModifier and TypeMethodDescriptionio.opentelemetry.proto.collector.trace.v1.ExportTraceServiceResponseTracesCollector.getBatchResponse(io.opentelemetry.proto.collector.trace.v1.ExportTraceServiceRequest request, Batch<Span> completedBatch, String transport, String encoding) Called to compute the correct response to the client after an entire batch (or packet) of OpenTelemetry logs, metrics or spans has been processed.Constructor parameters in io.mishmash.opentelemetry.server.collector with type arguments of type Span