Skip to content

Commit

Permalink
Upgrade AWS instrumentation packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcaskey committed Nov 25, 2024
1 parent fd51ae4 commit d96fd49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Grafana.OpenTelemetry/Grafana.OpenTelemetry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<!-- Non-stable instrumentation packages with dependencies, both .NET framework and .NET -->
<ItemGroup>
<PackageReference Include="OpenTelemetry.Instrumentation.AWS" Version="1.1.0-beta.4" />
<PackageReference Include="OpenTelemetry.Instrumentation.AWS" Version="1.10.0-beta.1" />
<PackageReference Include="OpenTelemetry.Instrumentation.Cassandra" Version="1.0.0-beta.1" />
<PackageReference Include="OpenTelemetry.Instrumentation.ElasticsearchClient" Version="1.0.0-beta.5" />
<PackageReference Include="OpenTelemetry.Instrumentation.EntityFrameworkCore" Version="1.0.0-beta.12" />
Expand Down Expand Up @@ -81,7 +81,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageReference Include="OpenTelemetry.Instrumentation.AWSLambda" Version="1.1.0-beta.4" />
<PackageReference Include="OpenTelemetry.Instrumentation.AWSLambda" Version="1.10.0-beta.1" />
</ItemGroup>

</Project>

0 comments on commit d96fd49

Please sign in to comment.