Skip to content

Commit 35a2faf

Browse files
chore(deps): update dependency opentelemetry.exporter.opentelemetryprotocol to 1.11.2 (#2007)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [OpenTelemetry.Exporter.OpenTelemetryProtocol](https://opentelemetry.io/) ([source](https://redirect.github.com/open-telemetry/opentelemetry-dotnet)) | `1.10.0` -> `1.11.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol/1.10.0/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/OpenTelemetry.Exporter.OpenTelemetryProtocol/1.10.0/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-dotnet (OpenTelemetry.Exporter.OpenTelemetryProtocol)</summary> ### [`v1.11.1`](https://redirect.github.com/open-telemetry/opentelemetry-dotnet/blob/HEAD/RELEASENOTES.md#1111) Release details: [1.11.1](https://redirect.github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.11.1) - Fixed a bug preventing `OpenTelemetry.Exporter.OpenTelemetryProtocol` from exporting telemetry on .NET Framework. ### [`v1.11.0`](https://redirect.github.com/open-telemetry/opentelemetry-dotnet/blob/HEAD/RELEASENOTES.md#1110) Release details: [1.11.0](https://redirect.github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.11.0) - `OpenTelemetry.Exporter.OpenTelemetryProtocol` no longer depends on the `Google.Protobuf`, `Grpc`, or `Grpc.Net.Client` packages. Serialization and transmission of outgoing data is now performed manually to improve the overall performance. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 7am on Sunday,before 7am on Wednesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Altinn/dialogporten). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ole Jørgen Skogstad <skogstad@softis.net>
1 parent 1b393aa commit 35a2faf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Digdir.Library.Utils.AspNet/Digdir.Library.Utils.AspNet.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="9.0.0"/>
1313
<PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="8.0.0"/>
1414
<PackageReference Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.2.0"/>
15-
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.10.0"/>
16-
<PackageReference Include="OpenTelemetry" Version="1.10.0"/>
17-
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.10.0"/>
15+
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.11.2" />
16+
<PackageReference Include="OpenTelemetry" Version="1.11.2" />
17+
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.11.0" />
1818
<PackageReference Include="Npgsql.OpenTelemetry" Version="9.0.3"/>
1919
<PackageReference Include="ZiggyCreatures.FusionCache.OpenTelemetry" Version="2.1.0"/>
2020
<PackageReference Include="Serilog.Sinks.OpenTelemetry" Version="4.1.1"/>

0 commit comments

Comments
 (0)