Uses of Class
io.opentelemetry.exporter.internal.otlp.metrics.MetricsRequestMarshaler
-
Packages that use MetricsRequestMarshaler Package Description io.opentelemetry.exporter.internal.otlp.metrics Marshaling of OTLP metrics. -
-
Uses of MetricsRequestMarshaler in io.opentelemetry.exporter.internal.otlp.metrics
Methods in io.opentelemetry.exporter.internal.otlp.metrics that return MetricsRequestMarshaler Modifier and Type Method Description static MetricsRequestMarshalerMetricsRequestMarshaler. create(java.util.Collection<MetricData> metricDataList)Returns aMetricsRequestMarshalerthat can be used to convert the providedMetricDatainto a serialized OTLP ExportMetricsServiceRequest.
-