All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.opentelemetry.proto.metrics.v1.internal.Exemplar Maven / Gradle / Ivy

There is a newer version: 1.44.1
Show newest version
// 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");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy