Skip to content

Commit

Permalink
Merge branch 'main' into grafana/fix-dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
julianocosta89 authored Nov 18, 2024
2 parents e4d2cce + 85359b6 commit 8a461db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ the release.
([#1767](https://github.com/open-telemetry/opentelemetry-demo/pull/1767))
* [grafana] Fix Dashboards
([#1779](https://github.com/open-telemetry/opentelemetry-demo/pull/1779))
* [accountingservice] bump OpenTelemetry .NET Automatic Instrumentation
to 1.9.0 ([#1780](https://github.com/open-telemetry/opentelemetry-demo/pull/1780))

## 1.12.0

Expand Down
2 changes: 1 addition & 1 deletion src/accountingservice/AccountingService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="OpenTelemetry.AutoInstrumentation" Version="1.8.0" />
<PackageReference Include="OpenTelemetry.AutoInstrumentation" Version="1.9.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 8a461db

Please sign in to comment.