OTelFeatureFlagConstants class

OpenTelemetry semantic conventions for feature flags Based on https://opentelemetry.io/docs/specs/semconv/feature-flags/feature-flags-spans/

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

FEATURE_FLAG → const String
Common attributes
FLAG_EVALUATED → const String
Value type specific attributes
FLAG_KEY → const String
FLAG_PROVIDER_NAME → const String
FLAG_VALUE_BOOLEAN → const String
FLAG_VALUE_FLOAT → const String
FLAG_VALUE_INT → const String
FLAG_VALUE_STRING → const String
FLAG_VALUE_TYPE → const String
FLAG_VARIANT → const String
REASON → const String
Reason constants
REASON_CACHED → const String
REASON_DEFAULT → const String
REASON_DISABLED → const String
REASON_ERROR → const String
REASON_SPLIT → const String
REASON_TARGETING_MATCH → const String
REASON_UNKNOWN → const String
TYPE_BOOLEAN → const String
Value types
TYPE_DOUBLE → const String
TYPE_INT → const String
TYPE_OBJECT → const String
TYPE_STRING → const String