Uses of Enum
com.couchbase.client.core.cnc.tracing.ObservabilitySemanticConvention
Packages that use ObservabilitySemanticConvention
Package
Description
-
Uses of ObservabilitySemanticConvention in com.couchbase.client.core.cnc.metrics
Constructor parameters in com.couchbase.client.core.cnc.metrics with type arguments of type ObservabilitySemanticConventionModifierConstructorDescriptionAbstractMeter(Meter originalMeter, List<ObservabilitySemanticConvention> conventions) -
Uses of ObservabilitySemanticConvention in com.couchbase.client.core.cnc.tracing
Methods in com.couchbase.client.core.cnc.tracing that return ObservabilitySemanticConventionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ObservabilitySemanticConvention[]ObservabilitySemanticConvention.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.core.cnc.tracing that return types with arguments of type ObservabilitySemanticConventionModifier and TypeMethodDescriptionstatic List<ObservabilitySemanticConvention> ObservabilitySemanticConvention.loadAndParseOpenTelemetryEnvVar()Constructor parameters in com.couchbase.client.core.cnc.tracing with type arguments of type ObservabilitySemanticConventionModifierConstructorDescriptionTracingDecorator(List<ObservabilitySemanticConvention> conventions) -
Uses of ObservabilitySemanticConvention in com.couchbase.client.core.env
Fields in com.couchbase.client.core.env with type parameters of type ObservabilitySemanticConventionModifier and TypeFieldDescriptionprotected List<ObservabilitySemanticConvention> CoreEnvironment.Builder.observabilitySemanticConventionsMethods in com.couchbase.client.core.env that return types with arguments of type ObservabilitySemanticConventionMethod parameters in com.couchbase.client.core.env with type arguments of type ObservabilitySemanticConventionModifier and TypeMethodDescriptionCoreEnvironment.Builder.observabilitySemanticConventions(List<ObservabilitySemanticConvention> conventions) Customize the spans and metrics output by the SDK so that they follow one (or more) of the OpenTelemetry standards.