Skip to content

Commit 3bee0ab

Browse files
use FeatureEvaluationEvent schema
1 parent 30c7cf5 commit 3bee0ab

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

articles/azure-app-configuration/feature-management-dotnet-reference.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1355,15 +1355,7 @@ The `telemetry` section of a feature flag has the following properties:
13551355

13561356
### Custom Telemetry Publishing
13571357

1358-
The feature manager has its own `ActivitySource` named "Microsoft.FeatureManagement". If `telemetry` is enabled for a feature flag, whenever the evaluation of the feature flag is started, the feature manager will start an `Activity`. When the feature flag evaluation is finished, the feature manager will add an `ActivityEvent` named `"FeatureFlag"` to the current activity. The `"FeatureFlag"` event will have tags which include the information about the feature flag evaluation. Specifically, the tags will include the following fields:
1359-
1360-
| Tag | Description |
1361-
| ---------------- | ---------------- |
1362-
| `FeatureName` | The feature flag name. |
1363-
| `Enabled` | Whether the feature flag is evaluated as enabled. |
1364-
| `Variant` | The assigned variant. |
1365-
| `VariantAssignmentReason` | The reason why the variant is assigned. |
1366-
| `TargetingId` | The user id used for targeting. |
1358+
The feature manager has its own `ActivitySource` named "Microsoft.FeatureManagement". If `telemetry` is enabled for a feature flag, whenever the evaluation of the feature flag is started, the feature manager will start an `Activity`. When the feature flag evaluation is finished, the feature manager will add an `ActivityEvent` named `"FeatureFlag"` to the current activity. The `"FeatureFlag"` event will have tags which include the information about the feature flag evaluation, following the fields defined in the [FeatureEvaluationEvent](https://github.com/microsoft/FeatureManagement/blob/main/Schema/FeatureEvaluationEvent.v1.0.0.schema.json) schema.
13671359

13681360
> [!NOTE]
13691361
> All key value pairs specified in `telemetry.metadata` of the feature flag will also be included in the tags.

0 commit comments

Comments
 (0)