EvaluationEventConstants Class
- java.
lang. Object - com.
azure. spring. cloud. feature. management. telemetry. EvaluationEventConstants
- com.
public final class EvaluationEventConstants
This class contains constants used for telemetry events related to feature evaluations. These constants are used to define the structure and content of telemetry events, including event names, property names, and versioning information.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static final String |
APPLICATION_INSIGHTS_CUSTOM_EVENT_KEY
The key name of the application insights custom event. |
| static final String |
DEFAULT_WHEN_ENABLED
The key name of the default variant when the feature is enabled. |
| static final String |
ENABLED
The key name of the feature's enabled state. |
| static final String |
EVALUATION_EVENT_VERSION
The value of the evaluation event version. |
| static final String |
EVENT_NAME
The name of the feature evaluation event. |
| static final String |
FEATURE_NAME
The name of the feature being evaluated. |
| static final String |
REASON
The key name of the reason for the variant assignment. |
| static final String |
VARIANT
The key name of the feature's variant. |
| static final String |
VARIANT_ASSIGNMENT_PERCENTAGE
The key name of the variant assignment percentage. |
| static final String |
VERSION
The key name of the feature's version. |
Methods inherited from java.lang.Object
Field Details
APPLICATION_INSIGHTS_CUSTOM_EVENT_KEY
public static final String APPLICATION_INSIGHTS_CUSTOM_EVENT_KEY
The key name of the application insights custom event.
DEFAULT_WHEN_ENABLED
public static final String DEFAULT_WHEN_ENABLED
The key name of the default variant when the feature is enabled.
ENABLED
public static final String ENABLED
The key name of the feature's enabled state.
EVALUATION_EVENT_VERSION
public static final String EVALUATION_EVENT_VERSION
The value of the evaluation event version.
EVENT_NAME
public static final String EVENT_NAME
The name of the feature evaluation event.
FEATURE_NAME
public static final String FEATURE_NAME
The name of the feature being evaluated.
REASON
public static final String REASON
The key name of the reason for the variant assignment.
VARIANT
public static final String VARIANT
The key name of the feature's variant.
VARIANT_ASSIGNMENT_PERCENTAGE
public static final String VARIANT_ASSIGNMENT_PERCENTAGE
The key name of the variant assignment percentage.
VERSION
public static final String VERSION
The key name of the feature's version.