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 does not populate HTTP dependency properties correctly #826

@lmolkova

Description

@lmolkova

See the similar issue for OpenTelemtery microsoft/opentelemetry-azure-monitor-python#14

Steps to reproduce

  • Enable requests integration.
  • Make outgoing HTTP call

What is the expected behavior?
Dependency telemetry is populated properly with Data, Target and name:

  • Data matches URL
  • Target matches target url's authority (host:port)
  • name is "METHOD /path"

What is the actual behavior?

  • Data not set
  • Target not set
  • name not correct

Additional context
https://github.com/census-instrumentation/opencensus-python/blob/master/contrib/opencensus-ext-azure/opencensus/ext/azure/trace_exporter/__init__.py#L109..L123

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions