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 4 updates #196

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the opentelemetry group with 4 updates: OpenTelemetry.Exporter.OpenTelemetryProtocol, OpenTelemetry.Extensions.Hosting, OpenTelemetry.Instrumentation.AspNetCore and OpenTelemetry.Instrumentation.Http.

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

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

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.Instrumentation.AspNetCore from 1.7.1 to 1.8.0

Release notes

Sourced from OpenTelemetry.Instrumentation.AspNetCore's releases.

Instrumentation.Http-1.8.0

OpenTelemetry.Instrumentation.Http

  • Fixed an issue for spans when server.port attribute was not set with server.address when it has default values (80 for HTTP and 443 for HTTPS protocol). (#5419)

  • Fixed an issue where the http.request.method_original attribute was not set on activity. Now, when http.request.method is set and the original method is converted to its canonical form (e.g., Get is converted to GET), the original value Get will be stored in http.request.method_original. The attribute is not set on .NET Framework for non canonical form of CONNECT, GET, HEAD, PUT, and POST. HTTP Client is converting these values to canonical form. (#5471)

Instrumentation.GrpcNetClient-1.8.0-beta.1

No release notes provided.

Instrumentation.AspNetCore-1.8.0

OpenTelemetry.Instrumentation.AspNetCore

  • Fixed an issue for spans when server.port attribute was not set with server.address when it has default values (80 for HTTP and 443 for HTTPS protocol). (#5419)

  • Fixed an issue where the http.request.method_original attribute was not set on activity. Now, when http.request.method is set and the original method is converted to its canonical form (e.g., Get is converted to GET), the original value Get will be stored in http.request.method_original. (#5471)

  • Fixed the name of spans that have http.request.method attribute set to _OTHER. The span name will be set as HTTP {http.route} as per the specification. (#5484)

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)

... (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.Instrumentation.Http from 1.7.1 to 1.8.0

Release notes

Sourced from OpenTelemetry.Instrumentation.Http's releases.

Instrumentation.Http-1.8.0

OpenTelemetry.Instrumentation.Http

  • Fixed an issue for spans when server.port attribute was not set with server.address when it has default values (80 for HTTP and 443 for HTTPS protocol). (#5419)

  • Fixed an issue where the http.request.method_original attribute was not set on activity. Now, when http.request.method is set and the original method is converted to its canonical form (e.g., Get is converted to GET), the original value Get will be stored in http.request.method_original. The attribute is not set on .NET Framework for non canonical form of CONNECT, GET, HEAD, PUT, and POST. HTTP Client is converting these values to canonical form. (#5471)

Instrumentation.GrpcNetClient-1.8.0-beta.1

No release notes provided.

Instrumentation.AspNetCore-1.8.0

OpenTelemetry.Instrumentation.AspNetCore

  • Fixed an issue for spans when server.port attribute was not set with server.address when it has default values (80 for HTTP and 443 for HTTPS protocol). (#5419)

  • Fixed an issue where the http.request.method_original attribute was not set on activity. Now, when http.request.method is set and the original method is converted to its canonical form (e.g., Get is converted to GET), the original value Get will be stored in http.request.method_original. (#5471)

  • Fixed the name of spans that have http.request.method attribute set to _OTHER. The span name will be set as HTTP {http.route} as per the specification. (#5484)

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)

... (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 4 updates: [OpenTelemetry.Exporter.OpenTelemetryProtocol](https://github.com/open-telemetry/opentelemetry-dotnet), [OpenTelemetry.Extensions.Hosting](https://github.com/open-telemetry/opentelemetry-dotnet), [OpenTelemetry.Instrumentation.AspNetCore](https://github.com/open-telemetry/opentelemetry-dotnet) and [OpenTelemetry.Instrumentation.Http](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)

Updates `OpenTelemetry.Instrumentation.AspNetCore` from 1.7.1 to 1.8.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](open-telemetry/opentelemetry-dotnet@Instrumentation.Http-1.7.1...core-1.8.0)

Updates `OpenTelemetry.Instrumentation.Http` from 1.7.1 to 1.8.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Commits](open-telemetry/opentelemetry-dotnet@Instrumentation.Http-1.7.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
- dependency-name: OpenTelemetry.Instrumentation.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: OpenTelemetry.Instrumentation.Http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 5, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 6, 2024

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

@dependabot dependabot bot closed this Apr 6, 2024
@dependabot dependabot bot deleted the dependabot/nuget/opentelemetry-5f7a9d4d2f branch April 6, 2024 11:56
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