Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the opentelemetry group with 2 updates #192

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2024

Bumps the opentelemetry group with 2 updates: OpenTelemetry.Exporter.OpenTelemetryProtocol and OpenTelemetry.Extensions.Hosting.

Updates OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.8.0-beta.1 to 1.8.0

Release notes

Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's releases.

1.8.0

If you're interested in knowing all of the changes that went into 1.8.0 release, please go through the release notes of all the previous pre-release versions for 1.8.0:

Changes in 1.8.0:

OpenTelemetry.Exporter.Console

  • Added support for ActivitySource.Version property. (#5472)

OpenTelemetry.Exporter.OpenTelemetryProtocol

  • OtlpExporter will no longer throw an exception (even on .NET Core 3.1) when the System.Net.Http.SocketsHttpHandler.Http2UnencryptedSupport AppContext switch is NOT set AND using OtlpExportProtocol.Grpc to send to an insecure ("http") endpoint. System.Net.Http.SocketsHttpHandler.Http2UnencryptedSupport is not required to be set when using .NET 5 or newer. (#5486)

  • Replaced environment variable OTEL_DOTNET_EXPERIMENTAL_OTLP_ENABLE_INMEMORY_RETRY with OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY. OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY when set to in_memory will enable automatic retries in case of transient failures during data export to an OTLP endpoint. (#5495)

core-1.8.0-rc.1

OpenTelemetry

  • TracerProviders can now have a sampler configured via the OTEL_TRACES_SAMPLER environment variable. The supported values are: always_off, always_on, traceidratio, parentbased_always_on, parentbased_always_off, and parentbased_traceidratio. The options traceidratio and parentbased_traceidratio may have the sampler probability configured via the OTEL_TRACES_SAMPLER_ARG environment variable. For details see: OpenTelemetry Environment Variable Specification. (#5448)

OpenTelemetry.Exporter.Prometheus.AspNetCore

  • Fix serializing scope_info when buffer overflows (#5407)

  • Add target_info to Prometheus exporters when using OpenMetrics (#5407)

... (truncated)

Commits
  • fb74013 Update CHANGELOG and API files for 1.8.0 stable release (#5494)
  • e0af47e Minor doc structure improvement (#5496)
  • dbec6f8 [otlp] Rename key for enabling retries during transient failures (#5495)
  • e5ca93b [docs-metrics] Add back SetMaxMetricPointsPerMetricStream example (#5493)
  • 39d960e [docs-traces] Added version info to the OTEL_TRACES_SAMPLER doc (#5492)
  • 2e30089 [otlp] Remove AppContext verification when using grpc + insecure endpoints (#...
  • 1374a7d [Instrumentation.AspNetCore] Fix span names when http.request.method is repor...
  • d64318f [repo] Bump MinVer to 5.0.0 (#5490)
  • 717c322 [Exporter.Console] Add support for ActivitySource.Version (#5472)
  • 5e0b7bf sync changes in shared files (#5432)
  • Additional commits viewable in compare view

Updates OpenTelemetry.Extensions.Hosting from 1.8.0-beta.1 to 1.8.0

Release notes

Sourced from OpenTelemetry.Extensions.Hosting's releases.

1.8.0

If you're interested in knowing all of the changes that went into 1.8.0 release, please go through the release notes of all the previous pre-release versions for 1.8.0:

Changes in 1.8.0:

OpenTelemetry.Exporter.Console

  • Added support for ActivitySource.Version property. (#5472)

OpenTelemetry.Exporter.OpenTelemetryProtocol

  • OtlpExporter will no longer throw an exception (even on .NET Core 3.1) when the System.Net.Http.SocketsHttpHandler.Http2UnencryptedSupport AppContext switch is NOT set AND using OtlpExportProtocol.Grpc to send to an insecure ("http") endpoint. System.Net.Http.SocketsHttpHandler.Http2UnencryptedSupport is not required to be set when using .NET 5 or newer. (#5486)

  • Replaced environment variable OTEL_DOTNET_EXPERIMENTAL_OTLP_ENABLE_INMEMORY_RETRY with OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY. OTEL_DOTNET_EXPERIMENTAL_OTLP_RETRY when set to in_memory will enable automatic retries in case of transient failures during data export to an OTLP endpoint. (#5495)

core-1.8.0-rc.1

OpenTelemetry

  • TracerProviders can now have a sampler configured via the OTEL_TRACES_SAMPLER environment variable. The supported values are: always_off, always_on, traceidratio, parentbased_always_on, parentbased_always_off, and parentbased_traceidratio. The options traceidratio and parentbased_traceidratio may have the sampler probability configured via the OTEL_TRACES_SAMPLER_ARG environment variable. For details see: OpenTelemetry Environment Variable Specification. (#5448)

OpenTelemetry.Exporter.Prometheus.AspNetCore

  • Fix serializing scope_info when buffer overflows (#5407)

  • Add target_info to Prometheus exporters when using OpenMetrics (#5407)

... (truncated)

Commits
  • fb74013 Update CHANGELOG and API files for 1.8.0 stable release (#5494)
  • e0af47e Minor doc structure improvement (#5496)
  • dbec6f8 [otlp] Rename key for enabling retries during transient failures (#5495)
  • e5ca93b [docs-metrics] Add back SetMaxMetricPointsPerMetricStream example (#5493)
  • 39d960e [docs-traces] Added version info to the OTEL_TRACES_SAMPLER doc (#5492)
  • 2e30089 [otlp] Remove AppContext verification when using grpc + insecure endpoints (#...
  • 1374a7d [Instrumentation.AspNetCore] Fix span names when http.request.method is repor...
  • d64318f [repo] Bump MinVer to 5.0.0 (#5490)
  • 717c322 [Exporter.Console] Add support for ActivitySource.Version (#5472)
  • 5e0b7bf sync changes in shared files (#5432)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the opentelemetry group with 2 updates: [OpenTelemetry.Exporter.OpenTelemetryProtocol](https://github.com/open-telemetry/opentelemetry-dotnet) and [OpenTelemetry.Extensions.Hosting](https://github.com/open-telemetry/opentelemetry-dotnet).


Updates `OpenTelemetry.Exporter.OpenTelemetryProtocol` from 1.8.0-beta.1 to 1.8.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](open-telemetry/opentelemetry-dotnet@core-1.8.0-beta.1...core-1.8.0)

Updates `OpenTelemetry.Extensions.Hosting` from 1.8.0-beta.1 to 1.8.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](open-telemetry/opentelemetry-dotnet@core-1.8.0-beta.1...core-1.8.0)

---
updated-dependencies:
- dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opentelemetry
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: opentelemetry
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 3, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 5, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 5, 2024
@dependabot dependabot bot deleted the dependabot/nuget/opentelemetry-06385a6d62 branch April 5, 2024 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants