Skip to content

Conversation

kyle-mccray
Copy link

Description

From issue the AspNet OTEL instrumentation was upgraded to use semantic version 1.24.0. This became a breaking change for the azure monitor exporter that was stuck on 1.12.0/1.27.0/1.7.0 semantic versions. This PR updates the azure monitor exporter to 1.34.0

Link to tracking issue

Fixes #41289

Testing

  • Updated conventions_test.go to handle client and server / breaking api changes
  • Updated trace_to_envelope_test.go to handle the split of client and server / breaking api changes
  • Followed the local testing steps
  • Ran the collector local with my config to confirm data was flowing into azure app insights
image

@kyle-mccray kyle-mccray requested a review from a team as a code owner October 21, 2025 19:40
@kyle-mccray kyle-mccray requested a review from pjanotti October 21, 2025 19:40
Copy link

linux-foundation-easycla bot commented Oct 21, 2025

CLA Signed

The committers listed above are authorized under a signed CLA.

@github-actions github-actions bot added the first-time contributor PRs made by new contributors label Oct 21, 2025
Copy link
Contributor

Welcome, contributor! Thank you for your contribution to opentelemetry-collector-contrib.

Important reminders:

A maintainer will review your pull request soon. Thank you for helping make OpenTelemetry better!

@kyle-mccray kyle-mccray force-pushed the kmccray/azureMontiorExporter/semanticUpdate branch from b335149 to b653cc0 Compare October 21, 2025 20:25
@kyle-mccray kyle-mccray force-pushed the kmccray/azureMontiorExporter/semanticUpdate branch from b653cc0 to fe9a08f Compare October 21, 2025 20:26
Copy link
Contributor

@pjanotti pjanotti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code changes LGTM - let's see if CI is green.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[exporter/azuremonitor] Upgrade semconv package version to replace deprecated attributes

4 participants