Skip to content

Commit

Permalink
chore(deps): update dependency opentelemetry.exporter.opentelemetrypr…
Browse files Browse the repository at this point in the history
…otocol 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://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://github.com/open-telemetry/opentelemetry-dotnet/blob/HEAD/RELEASENOTES.md#1111)

Release details:
[1.11.1](https://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://github.com/open-telemetry/opentelemetry-dotnet/blob/HEAD/RELEASENOTES.md#1110)

Release details:
[1.11.0](https://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 <[email protected]>
  • Loading branch information
renovate[bot] and oskogstad authored Mar 5, 2025
1 parent 1b393aa commit 35a2faf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<PackageReference Include="AspNetCore.HealthChecks.UI.Client" Version="9.0.0"/>
<PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="8.0.0"/>
<PackageReference Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.2.0"/>
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.10.0"/>
<PackageReference Include="OpenTelemetry" Version="1.10.0"/>
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.10.0"/>
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.11.2" />
<PackageReference Include="OpenTelemetry" Version="1.11.2" />
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.11.0" />
<PackageReference Include="Npgsql.OpenTelemetry" Version="9.0.3"/>
<PackageReference Include="ZiggyCreatures.FusionCache.OpenTelemetry" Version="2.1.0"/>
<PackageReference Include="Serilog.Sinks.OpenTelemetry" Version="4.1.1"/>
Expand Down

0 comments on commit 35a2faf

Please sign in to comment.