io.opentelemetry.proto.logs.v1.internal.ResourceLogs 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.logs.v1.ResourceLogs in opentelemetry/proto/logs/v1/logs.proto
package io.opentelemetry.proto.logs.v1.internal;
import io.opentelemetry.exporter.internal.marshal.ProtoFieldInfo;
public final class ResourceLogs {
public static final ProtoFieldInfo RESOURCE = ProtoFieldInfo.create(1, 10, "resource");
public static final ProtoFieldInfo SCOPE_LOGS = ProtoFieldInfo.create(2, 18, "scopeLogs");
public static final ProtoFieldInfo SCHEMA_URL = ProtoFieldInfo.create(3, 26, "schemaUrl");
}