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.String
INSTRUMENTATION_SCOPE
static java.util.List<java.lang.Double>
LATENCY_BUCKETS
static io.opentelemetry.api.common.AttributeKey<java.lang.String>
LOCALITY_KEY
static io.opentelemetry.api.common.AttributeKey<java.lang.String>
METHOD_KEY
static java.util.List<java.lang.Long>
SIZE_BUCKETS
static io.opentelemetry.api.common.AttributeKey<java.lang.String>
STATUS_KEY
static io.opentelemetry.api.common.AttributeKey<java.lang.String>
TARGET_KEY
-
Constructor Summary
Constructors Modifier Constructor Description private
OpenTelemetryConstants()
-
-
-
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
-
-