Skip to content

Resources.Azure-1.18.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@otelbot-dotnet-contrib otelbot-dotnet-contrib released this 10 Sep 16:25
· 3 commits to main since this release
Immutable release. Only release title and notes can be modified.
6a00227
  • NuGet: OpenTelemetry.Resources.Azure v1.18.0-beta.2

    • Add cloud.account.id and azure.resource_group.name attributes to the Azure App Service resource detector.
      (#5138)

    • Updated the following values for the cloud.platform attribute to comply with v1.43.0 of the OpenTelemetry Semantic Conventions:

      • azure_app_service to azure.app_service
      • azure_container_apps to azure.container_apps
      • azure_vm to azure.vm
        (#5143)
    • Log an event when a resource detector does not detect any attributes because none of the environment variables that identify the platform are set.
      (#5169)

    • Skip Azure VM resource detection on Azure App Service to prevent unnecessary requests to the Azure Instance Metadata Service.
      (#5167)

    See CHANGELOG for details.