Uses of Class
io.mishmash.opentelemetry.server.collector.MetricDataPoint
-
Uses of MetricDataPoint in io.mishmash.opentelemetry.server.collector
Methods in io.mishmash.opentelemetry.server.collector that return types with arguments of type MetricDataPointModifier and TypeMethodDescriptionMetricsCollector.loadBatch(io.opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceRequest request, String transport, String encoding, io.opentelemetry.context.Context otelContext) Processes incoming packets (or batches) - extracts and publishes the contained OpenTelemetry metric data points (one by one) to allMetricsSubscribers.Methods in io.mishmash.opentelemetry.server.collector with parameters of type MetricDataPointModifier and TypeMethodDescriptionprotected booleanMetricsCollector.offerDataPoint(Batch<MetricDataPoint> batch, MetricDataPoint m, String uuid, String transport, String encoding) Actually sumbit a data point to all subscribers.voidMetricsSubscriber.onNext(MetricDataPoint dataPoint) Method invoked for each data point of each metric in an OTLP packet.Method parameters in io.mishmash.opentelemetry.server.collector with type arguments of type MetricDataPointModifier and TypeMethodDescriptionio.opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceResponseMetricsCollector.getBatchResponse(io.opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceRequest request, Batch<MetricDataPoint> 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.protected booleanMetricsCollector.offerDataPoint(Batch<MetricDataPoint> batch, MetricDataPoint m, String uuid, String transport, String encoding) Actually sumbit a data point to all subscribers.Constructor parameters in io.mishmash.opentelemetry.server.collector with type arguments of type MetricDataPointModifierConstructorDescriptionMetricDataPoint(Batch<MetricDataPoint> parent, io.opentelemetry.context.Context otelContext) Create a new empty metric data point.