io.opentelemetry.proto.profiles.v1experimental.internal.BuildIdKind 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.profiles.v1experimental.BuildIdKind in opentelemetry/proto/profiles/v1experimental/pprofextended.proto
package io.opentelemetry.proto.profiles.v1experimental.internal;
import io.opentelemetry.exporter.internal.marshal.ProtoEnumInfo;
public final class BuildIdKind {
public static final ProtoEnumInfo BUILD_ID_LINKER = ProtoEnumInfo.create(0, "BUILD_ID_LINKER");
public static final ProtoEnumInfo BUILD_ID_BINARY_HASH = ProtoEnumInfo.create(1, "BUILD_ID_BINARY_HASH");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy