io.opentelemetry.proto.common.v1.internal.InstrumentationScope 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.common.v1.InstrumentationScope in opentelemetry/proto/common/v1/common.proto
package io.opentelemetry.proto.common.v1.internal;
import io.opentelemetry.exporter.internal.marshal.ProtoFieldInfo;
public final class InstrumentationScope {
public static final ProtoFieldInfo NAME = ProtoFieldInfo.create(1, 10, "name");
public static final ProtoFieldInfo VERSION = ProtoFieldInfo.create(2, 18, "version");
public static final ProtoFieldInfo ATTRIBUTES = ProtoFieldInfo.create(3, 26, "attributes");
public static final ProtoFieldInfo DROPPED_ATTRIBUTES_COUNT = ProtoFieldInfo.create(4, 32, "droppedAttributesCount");
}