Skip to content

Commit 9710adc

Browse files
committed
Update feature-flag-telemetry-reference.md
1 parent 4a736a6 commit 9710adc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

articles/azure-app-configuration/feature-flag-telemetry-reference.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ In this document, you:
1919
> - Learn what telemetry data is available using the Azure App Configuration provider libraries
2020
> - Learn what telemetry data is available using the Feature Management libraries
2121
22-
## Evaluation Event
22+
## Feature evaluation
2323

24-
Telemetry for feature flags is available when using the Feature Management libraries.
24+
## Feature evaluation
25+
26+
The Feature evaluation event is emitted whenever a feature flag is evaluated in your application that has Telemetry enabled. This event occurs each time your code checks if a feature flags status or gets a variant. The event captures the evaluation result, variant assignment details, and contextual information about why specific decisions were made.
27+
28+
This event contains the following fields:
2529

2630
### Basic fields
2731

@@ -46,7 +50,7 @@ When the Azure App Configuration provider libraries are used, additional propert
4650

4751
- **AllocationID**: A unique identifier representing the state of the feature flag's allocation.
4852
- **ETag**: The current ETag for the feature flag.
49-
- **FeatureFlagReference**: A reference to the feature flag in the format of `<your_store_endpoint>kv/<feature_flag_key>`. When a label is present, the reference includes it as a query parameter: `<your_store_endpoint>kv/<feature_flag_key>?label=<feature_flag_label>`.```
53+
- **FeatureFlagReference**: A reference to the feature flag in the format of `<your_store_endpoint>kv/<feature_flag_key>`. When a label is present, the reference includes it as a query parameter: `<your_store_endpoint>kv/<feature_flag_key>?label=<feature_flag_label>`.
5054

5155
The full schema can be found in the [App Configuration Feature Evaluation Event schema definition](https://github.com/microsoft/FeatureManagement/blob/main/Schema/AppConfigurationFeatureEvaluationEvent/FeatureEvaluationEvent.v1.0.0.schema.json).
5256

0 commit comments

Comments
 (0)