Skip to content

Commit ac61b12

Browse files
committed
Removing _
1 parent aed00d0 commit ac61b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The full schema can be found [here](https://github.com/microsoft/FeatureManageme
3737

3838
When the Feature Management libraries and the provider libraries are used together, more properties are added to the telemetry data. This data can then be sent to locations to be viewed, such as Azure Monitor. When using our provided connections to Azure Monitor, a **custom_event** is published to Open Telemetry with the following properties whenever a telemetry enabled feature flag is evaluated:
3939

40-
- **Feature_Name**: The name of the feature flag.
40+
- **FeatureName**: The name of the feature flag.
4141
- **Enabled**: A boolean value indicating if the feature flag is enabled.
4242
- **Version**: The version of this schema.
4343
- **Reason**: The reason the feature flag was enabled or disabled.

0 commit comments

Comments
 (0)