Skip to content

Commit

Permalink
[AzureMonitorDistro] update resource detector (#37881)
Browse files Browse the repository at this point in the history
* update resource detector

* changelog

* revent

* fix changelog
  • Loading branch information
TimothyMothra authored Jul 27, 2023
1 parent 0b06cb0 commit 62da64b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<PackageReference Update="OpenTelemetry.Instrumentation.Http" Version="1.5.1-beta.1" />
<PackageReference Update="OpenTelemetry.Instrumentation.SqlClient" Version="1.5.1-beta.1" />
<PackageReference Update="OpenTelemetry.PersistentStorage.FileSystem" Version="1.0.0-beta.2" />
<PackageReference Update="OpenTelemetry.ResourceDetectors.Azure" Version="1.0.0-beta.1" />
<PackageReference Update="OpenTelemetry.ResourceDetectors.Azure" Version="1.0.0-beta.2" />
</ItemGroup>

<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@

* Update OpenTelemetry dependencies
([#37837](https://github.com/Azure/azure-sdk-for-net/pull/37837))
([#37881](https://github.com/Azure/azure-sdk-for-net/pull/37881))
- OpenTelemetry 1.5.1
- OpenTelemetry.Extensions.Hosting 1.5.1
- OpenTelemetry.Instrumentation.AspNetCore 1.5.1-beta.1
- OpenTelemetry.Instrumentation.Http 1.5.1-beta.1
- OpenTelemetry.Instrumentation.SqlClient 1.5.1-beta.1
- OpenTelemetry.ResourceDetectors.Azure 1.0.0-beta2

## 1.0.0-beta.5 (2023-07-13)

Expand Down

0 comments on commit 62da64b

Please sign in to comment.