Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Azure monitor exporter: no need to support old ID format #832

@lmolkova

Description

@lmolkova

Azure Monitor required to report parentId and Id in the format of |traceId.parentSpanId and |traceId.spanId respecively.

This is not needed anymore even for backward compatibility reasons. Compatibility with old versions of Application Insights SDK is handled by ingestion.

Is your feature request related to a problem?
no

Describe the solution you'd like.

  • parentId should now match parentSpanId
  • request/dependency.Id should match spanId
  • link id should match linked context span id

Describe alternatives you've considered.

Additional context.
the same issue for OTel microsoft/opentelemetry-azure-monitor-python#22

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions