io.opentelemetry.proto.resource.v1.internal.Resource 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.resource.v1.Resource in opentelemetry/proto/resource/v1/resource.proto
package io.opentelemetry.proto.resource.v1.internal;
import io.opentelemetry.exporter.internal.marshal.ProtoFieldInfo;
public final class Resource {
public static final ProtoFieldInfo ATTRIBUTES = ProtoFieldInfo.create(1, 10, "attributes");
public static final ProtoFieldInfo DROPPED_ATTRIBUTES_COUNT = ProtoFieldInfo.create(2, 16, "droppedAttributesCount");
}