io.opentelemetry.proto.metrics.v1.internal.Metric 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.Metric in opentelemetry/proto/metrics/v1/metrics.proto
package io.opentelemetry.proto.metrics.v1.internal;
import io.opentelemetry.exporter.internal.marshal.ProtoFieldInfo;
public final class Metric {
public static final ProtoFieldInfo NAME = ProtoFieldInfo.create(1, 10, "name");
public static final ProtoFieldInfo DESCRIPTION = ProtoFieldInfo.create(2, 18, "description");
public static final ProtoFieldInfo UNIT = ProtoFieldInfo.create(3, 26, "unit");
public static final ProtoFieldInfo GAUGE = ProtoFieldInfo.create(5, 42, "gauge");
public static final ProtoFieldInfo SUM = ProtoFieldInfo.create(7, 58, "sum");
public static final ProtoFieldInfo HISTOGRAM = ProtoFieldInfo.create(9, 74, "histogram");
public static final ProtoFieldInfo EXPONENTIAL_HISTOGRAM = ProtoFieldInfo.create(10, 82, "exponentialHistogram");
public static final ProtoFieldInfo SUMMARY = ProtoFieldInfo.create(11, 90, "summary");
}