Class FeatureFlagIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.FeatureFlagIncubatingAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>The unique identifier of the feature flag.static final io.opentelemetry.api.common.AttributeKey<String>The name of the service provider that performs the flag evaluation.static final io.opentelemetry.api.common.AttributeKey<String>SHOULD be a semantic identifier for a value. -
Method Summary
-
Field Details
-
FEATURE_FLAG_KEY
The unique identifier of the feature flag. -
FEATURE_FLAG_PROVIDER_NAME
The name of the service provider that performs the flag evaluation. -
FEATURE_FLAG_VARIANT
SHOULD be a semantic identifier for a value. If one is unavailable, a stringified version of the value can be used.Notes:
- A semantic identifier, commonly referred to as a variant, provides a means for referring
to a value without including the value itself. This can provide additional context for
understanding the meaning behind a value. For example, the variant
redmaybe be used for the value#c05543. - A stringified version of the value can be used in situations where a semantic identifier is unavailable. String representation of the value should be determined by the implementer.
- A semantic identifier, commonly referred to as a variant, provides a means for referring
to a value without including the value itself. This can provide additional context for
understanding the meaning behind a value. For example, the variant
-