Fix telemetry measurement metadata - #9690
Conversation
Align GDPR measurement flags with emitted telemetry value types and document the intentional mixed service status-code representation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 1 pipeline(s). 20 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
Pull request overview
Aligns telemetry GDPR measurement metadata with runtime value types and synchronizes related documentation.
Changes:
- Corrects measurement flags for numeric and string telemetry fields.
- Documents mixed
service.statusCoderepresentations. - Adds regression coverage for measurement metadata.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
cli/azd/internal/tracing/fields/fields.go |
Corrects field measurement metadata. |
cli/azd/cmd/telemetry_test.go |
Tests corrected metadata flags. |
docs/reference/telemetry-data.md |
Updates public field types. |
docs/specs/metrics-audit/telemetry-schema.md |
Synchronizes schema metadata. |
docs/specs/metrics-audit/feature-telemetry-matrix.md |
Clarifies execution graph measurements. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Document the error.service.* keys emitted by MapError and use them in the troubleshooting guidance. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
Summary
service.statusCodeTesting
go test ./cmd -run '^(TestTelemetryFieldConstants|TestNoRawTelemetryAttributes)$'Fixes #9689
Part of #9385