Skip to content

Conversation

@zeitlinger
Copy link
Member

Replaces #2260

Comment on lines 27 to 30
public static final String AZURE_VM = "azure.vm";
public static final String AZURE_AKS = "azure.aks";
public static final String AZURE_FUNCTIONS = "azure.functions";
public static final String AZURE_APP_SERVICE = "azure.app_service";
Copy link
Contributor

Choose a reason for hiding this comment

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

Those are semconv-related, why wasn't this needed when the semconv update to 1.37.0 was done ? I haven't looked in detail, but do the tests rely directly on those attributes instead of relying on the semconv incubating artifact equivalent ?

Copy link
Member Author

Choose a reason for hiding this comment

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

good question - it is indeed related to semconv update - it looks like we got the config wrong and agent overwrites the version

Copy link
Member Author

Choose a reason for hiding this comment

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

it's not working for incubating - I'll open a separate PR

+--- io.opentelemetry.semconv:opentelemetry-semconv-incubating -> 1.34.0-alpha
|    \--- io.opentelemetry.semconv:opentelemetry-semconv:1.34.0 -> 1.37.0

Copy link
Member Author

Choose a reason for hiding this comment

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

here it is: #2263

Copy link
Contributor

Choose a reason for hiding this comment

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

why wasn't this needed when the semconv update to 1.37.0 was done

apparently the way we enforce the instrumentation bom overrides the semconv version declared in this project

@trask trask added this to the v1.49.0 milestone Sep 15, 2025
…emetry-instrumentation-bom-alpha to v2.20.0-alpha
@zeitlinger
Copy link
Member Author

@trask once this is merged I can update #2030 and #2262

@trask trask added this pull request to the merge queue Sep 15, 2025
Merged via the queue into open-telemetry:main with commit c155999 Sep 15, 2025
25 checks passed
@zeitlinger zeitlinger deleted the update-otel branch September 15, 2025 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants