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 MetricsRequestMarshaler
MetricsRequestMarshaler. create(java.util.Collection<MetricData> metricDataList)
Returns aMetricsRequestMarshaler
that can be used to convert the providedMetricData
into a serialized OTLP ExportMetricsServiceRequest.
-