FeatureFlagExperimentalAttributes

org.typelevel.otel4s.semconv.experimental.attributes.FeatureFlagExperimentalAttributes

Attributes

Source
FeatureFlagExperimentalAttributes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

The unique identifier of the feature flag.

The unique identifier of the feature flag.

Attributes

Source
FeatureFlagExperimentalAttributes.scala

The name of the service provider that performs the flag evaluation.

The name of the service provider that performs the flag evaluation.

Attributes

Source
FeatureFlagExperimentalAttributes.scala

SHOULD be a semantic identifier for a value.

SHOULD be a semantic identifier for a value. If one is unavailable, a stringified version of the value can be used.

Attributes

Note

  • 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 red maybe 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.

Source
FeatureFlagExperimentalAttributes.scala