Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump OpenTelemetry.Instrumentation.AWS
Update OpenTelemetry.Instrumentation.AWS to latest version.
  • Loading branch information
martincostello authored Jun 9, 2025
commit 6c94996493c700559104642b6153a4e8ac670725
3 changes: 1 addition & 2 deletions src/Grafana.OpenTelemetry/Grafana.OpenTelemetry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@

<!-- Non-stable instrumentation packages with dependencies, both .NET framework and .NET -->
<ItemGroup>
<!-- TODO [email protected] raises AWSSDK to v4 which is not compatible with v3 -->
<PackageReference Include="OpenTelemetry.Instrumentation.AWS" Version="1.11.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.AWS" Version="1.12.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.Cassandra" Version="1.0.0-beta.2" />
<PackageReference Include="OpenTelemetry.Instrumentation.ElasticsearchClient" Version="1.0.0-beta.5" />
<PackageReference Include="OpenTelemetry.Instrumentation.EntityFrameworkCore" Version="1.12.0-beta.1" />
Expand Down
Loading