io.opentelemetry.proto.trace.v1.internal.ScopeSpans 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.trace.v1.ScopeSpans in opentelemetry/proto/trace/v1/trace.proto
package io.opentelemetry.proto.trace.v1.internal;
import io.opentelemetry.exporter.internal.marshal.ProtoFieldInfo;
public final class ScopeSpans {
public static final ProtoFieldInfo SCOPE = ProtoFieldInfo.create(1, 10, "scope");
public static final ProtoFieldInfo SPANS = ProtoFieldInfo.create(2, 18, "spans");
public static final ProtoFieldInfo SCHEMA_URL = ProtoFieldInfo.create(3, 26, "schemaUrl");
}