Package io.grpc.opentelemetry.internal
Class OpenTelemetryConstants
- java.lang.Object
-
- io.grpc.opentelemetry.internal.OpenTelemetryConstants
-
public final class OpenTelemetryConstants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringINSTRUMENTATION_SCOPEstatic java.util.List<java.lang.Double>LATENCY_BUCKETSstatic io.opentelemetry.api.common.AttributeKey<java.lang.String>LOCALITY_KEYstatic io.opentelemetry.api.common.AttributeKey<java.lang.String>METHOD_KEYstatic java.util.List<java.lang.Long>SIZE_BUCKETSstatic io.opentelemetry.api.common.AttributeKey<java.lang.String>STATUS_KEYstatic io.opentelemetry.api.common.AttributeKey<java.lang.String>TARGET_KEY
-
Constructor Summary
Constructors Modifier Constructor Description privateOpenTelemetryConstants()
-
-
-
Field Detail
-
INSTRUMENTATION_SCOPE
public static final java.lang.String INSTRUMENTATION_SCOPE
- See Also:
- Constant Field Values
-
METHOD_KEY
public static final io.opentelemetry.api.common.AttributeKey<java.lang.String> METHOD_KEY
-
STATUS_KEY
public static final io.opentelemetry.api.common.AttributeKey<java.lang.String> STATUS_KEY
-
TARGET_KEY
public static final io.opentelemetry.api.common.AttributeKey<java.lang.String> TARGET_KEY
-
LOCALITY_KEY
public static final io.opentelemetry.api.common.AttributeKey<java.lang.String> LOCALITY_KEY
-
LATENCY_BUCKETS
public static final java.util.List<java.lang.Double> LATENCY_BUCKETS
-
SIZE_BUCKETS
public static final java.util.List<java.lang.Long> SIZE_BUCKETS
-
-