io.opentelemetry.proto.metrics.v1.internal.Exemplar 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.Exemplar in opentelemetry/proto/metrics/v1/metrics.proto
package io.opentelemetry.proto.metrics.v1.internal;
import io.opentelemetry.exporter.internal.marshal.ProtoFieldInfo;
public final class Exemplar {
public static final ProtoFieldInfo FILTERED_ATTRIBUTES = ProtoFieldInfo.create(7, 58, "filteredAttributes");
public static final ProtoFieldInfo TIME_UNIX_NANO = ProtoFieldInfo.create(2, 17, "timeUnixNano");
public static final ProtoFieldInfo SPAN_ID = ProtoFieldInfo.create(4, 34, "spanId");
public static final ProtoFieldInfo TRACE_ID = ProtoFieldInfo.create(5, 42, "traceId");
public static final ProtoFieldInfo AS_DOUBLE = ProtoFieldInfo.create(3, 25, "asDouble");
public static final ProtoFieldInfo AS_INT = ProtoFieldInfo.create(6, 49, "asInt");
}