io.opentelemetry.proto.metrics.v1.internal.Histogram Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opentelemetry-exporter-otlp-common Show documentation
Show all versions of opentelemetry-exporter-otlp-common Show documentation
OpenTelemetry Protocol Exporter
// Code generated by Wire protocol buffer compiler, do not edit.
// Source: opentelemetry.proto.metrics.v1.Histogram in opentelemetry/proto/metrics/v1/metrics.proto
package io.opentelemetry.proto.metrics.v1.internal;
import io.opentelemetry.exporter.internal.marshal.ProtoFieldInfo;
public final class Histogram {
public static final ProtoFieldInfo DATA_POINTS = ProtoFieldInfo.create(1, 10, "dataPoints");
public static final ProtoFieldInfo AGGREGATION_TEMPORALITY = ProtoFieldInfo.create(2, 16, "aggregationTemporality");
}