Skip to content

Commit 65b201c

Browse files
committed
more acrolinx changes
1 parent a597f6f commit 65b201c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/azure-app-configuration/howto-telemetry.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In this tutorial, you:
3030

3131
1. Open your App Configuration store in the Azure portal.
3232
1. In the **Operations** section, select the **Feature manager** page.
33-
1. When viewing the list of feature flags, you should see a column labeled **Telemetry** (preview), it should be currently show as **Disabled**. Right click on the feature flag you want to enable telemetry for and select **Edit**.
33+
1. When viewing the list of feature flags, you should see a column labeled **Telemetry** (preview), it should show as **Disabled**. Right click on the feature flag you want to enable telemetry for and select **Edit**.
3434
1. In the new view, select the **Telemetry** tab.
3535
1. Select the **Enable Telemetry** checkbox and then the **Review + update** button at the bottom of the page.
3636
1. On the **Review + update** page, select the **Update** button.
@@ -39,29 +39,29 @@ In this tutorial, you:
3939

4040
With telemetry (preview) enabled no other properties are added to the feature flag besides the setting enabling telemetry. Use of an Azure App Configuration provider library that supports telemetry is required to start collecting telemetry data.
4141

42-
When, telemetry is enabled the Azure App Configuration provider libraries add more properties to the feature flags when they are retrieved. A new object is added to the **telemetry** section of the feature flag called **metadata**. The **metadata** object contains the following properties:
42+
When telemetry is enabled, the Azure App Configuration provider libraries add more properties to the feature flags when they're retrieved. A new object is added to the **telemetry** section of the feature flag called **metadata**. The **metadata** object contains the following properties:
4343

44-
- **AllocationID**: A unique identifier for the feature flag in it's current state.
44+
- **AllocationID**: A unique identifier for the feature flag in its current state.
4545
- **ETag**: The current ETag for the feature flag.
4646
- **FeatureFlagReference**: A reference to the feature flag in the format of **<your-store-endpoint>kv/<feature_flag_key>**, it also includes the label if one is present, **<your-store-endpoint>kv/<feature_flag_key>?label=<feature_flag_label>**
4747
- **FeatureFlagId**: A unique identifier for the feature flag.
4848

4949
The full schema can be found [here](https://github.com/microsoft/FeatureManagement/tree/main/Schema/FeatureEvaluationEvent/FeatureEvaluationEventWithAzureAppConfiguration.v1.0.0.schema.json).
5050

51-
When, feature flags with telemetry enabled are used with the Feature Management libraries more properties are added to the telemetry data and be sent to location to be viewed, such as Azure Monitor. When using our provided connections to Azure Monitor are used a **custom_event** is be published to Open Telemetry with the following properties whenever a telemetry enabled feature flag is evaluated:
51+
When feature flags with telemetry enabled are used with the Feature Management libraries, more properties are added to the telemetry data and be sent to location 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:
5252

5353
- **Feature_Name**: The name of the feature flag.
5454
- **Enabled**: A boolean value indicating if the feature flag is enabled.
5555
- **Version**: The version of this schema.
5656
- **Reason**: The reason the feature flag was enabled or disabled.
5757
- **Variant**: The variant that was selected for the feature flag.
5858
- **VariantAssignmentPercentage**: If a variant wasn't targeted specifically at the user, or one of the user's groups, this number is the Percentage chance of the user being assigned to the variant.
59-
- **DefaultWhenEnabled**: The default variant of the feature flag when it is enabled.
60-
- **AllocationID**: A unique identifier for the feature flag in it's current state.
59+
- **DefaultWhenEnabled**: The default variant of the feature flag when it's enabled.
60+
- **AllocationID**: A unique identifier for the feature flag in its current state.
6161
- **ETag**: The current ETag for the feature flag.
62-
- **FeatureFlagReference**: A reference to the feature flag in the format of **<your-store-endpoint>kv/<feature_flag_key>**, it will also include the label if one is present, **<your-store-endpoint>kv/<feature_flag_key>?label=<feature_flag_label>**
62+
- **FeatureFlagReference**: A reference to the feature flag in the format of **<your-store-endpoint>kv/<feature_flag_key>**, it also includes the label if one is present, **<your-store-endpoint>kv/<feature_flag_key>?label=<feature_flag_label>**
6363
- **FeatureFlagId**: A unique identifier for the feature flag.
64-
- **TargetingId**: The id of the user that was assigned to the variant.
64+
- **TargetingId**: The ID of the user that was assigned to the variant.
6565

6666
The full schema can be found [here](https://github.com/microsoft/FeatureManagement/blob/main/Schema/FeatureEvaluationEvent/FeatureEvaluationEvent.v1.0.0.schema.json).
6767

0 commit comments

Comments
 (0)