DarkWanderer / ClickHouse.Client

.NET client for ClickHouse
MIT License
302 stars 58 forks source link

Bump OpenTelemetry from 1.7.0 to 1.8.0 #462

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps OpenTelemetry from 1.7.0 to 1.8.0.

Release notes

Sourced from OpenTelemetry'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 compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)