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 OpenTelemetry.Extensions.Hosting from 1.8.1 to 1.9.0 in /Backend #3430

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps OpenTelemetry.Extensions.Hosting from 1.8.1 to 1.9.0.

Release notes

Sourced from OpenTelemetry.Extensions.Hosting's releases.

core-1.9.0

For highlights and announcements pertaining to this release see: Release Notes > 1.9.0.

The following changes are from the previous release 1.9.0-rc.1.

... (truncated)

Changelog

Sourced from OpenTelemetry.Extensions.Hosting's changelog.

1.9.0

  • Exemplars are now part of the stable API! For details see: customizing exemplars collection.

  • WithLogging is now part of the stable API! Logging, Metrics, and Tracing can now all be configured using the With style and the builders finally have parity in their APIs.

1.8.0

  • TracerProvider sampler can now be configured via the OTEL_TRACES_SAMPLER & OTEL_TRACES_SAMPLER_ARG envvars.

  • A new UseOtlpExporter cross-cutting extension has been added to register the OtlpExporter and enable all signals in a single call.

  • exception.type, exception.message, exception.stacktrace will now automatically be included by the OtlpLogExporter when logging exceptions. Previously an experimental environment variable had to be set.

1.7.0

  • Bumped the package versions of System.Diagnostic.DiagnosticSource and other Microsoft.Extensions.* packages to 8.0.0.

  • Added net8.0 targets to all the components.

  • OTLP Exporter

    • Updated to use ILogger CategoryName as the instrumentation scope for logs.
    • Added named options support for OTLP Log Exporter.
    • Added support for instrumentation scope attributes in metrics.
    • Added support under an experimental flag to emit log exception attributes.
    • Added support under an experimental flag to emit log eventId and eventName. attributes.
  • Added support for the IMetricsBuilder API.

  • Added an experimental opt-in metrics feature to reclaim unused MetricPoints which enables a higher number of unique dimension combinations to be emitted. See reclaim unused metric points for more details.

Commits
  • df26079 [release] Prepare release core-1.9.0 (#5694)
  • 26a4414 [repo] Auto-label PR workflow improvements (#5693)
  • dc390a6 [api-baggage] revert space encoding change (#5687)
  • 28824f8 [repo] Bump tests and examples dependencies (#5688)
  • 48ce500 [repo] Auto label PR workflow permissions fix (#5684)
  • 23fb651 [repo] Replace Logging Exporter with Debug Exporter in otel-collector configs...
  • a763c0d [repo] Auto label pull requests (#5681)
  • fd18bb1 [repo] Fix a couple issues in automation workflows/scripts (#5680)
  • 357f0a2 [repo] Prepare release core-1.9.0-rc.1 (#5679)
  • 84cd83a [repo] NuGet push release automation (#5675)
  • 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 <dependency name> 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)

This change is Reviewable

Bumps [OpenTelemetry.Extensions.Hosting](https://github.com/open-telemetry/opentelemetry-dotnet) from 1.8.1 to 1.9.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-dotnet/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-dotnet/blob/main/RELEASENOTES.md)
- [Commits](open-telemetry/opentelemetry-dotnet@core-1.8.1...core-1.9.0)

---
updated-dependencies:
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Nov 1, 2024
Copy link

github-actions bot commented Nov 1, 2024

⚠️ Commit Message Format Issues ⚠️

commit 3cf95ee53e:
3: B1 Line exceeds max length (117>80): "Bumps OpenTelemetry.Extensions.Hosting from 1.8.1 to 1.9.0."
4: B1 Line exceeds max length (82>80): "- Release notes"
5: B1 Line exceeds max length (95>80): "- Changelog"
6: B1 Line exceeds max length (99>80): "- Commits"

Copy link

codecov bot commented Nov 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.67%. Comparing base (e349e02) to head (3cf95ee).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3430      +/-   ##
==========================================
+ Coverage   74.63%   74.67%   +0.04%     
==========================================
  Files         285      285              
  Lines       10978    10978              
  Branches     1335     1335              
==========================================
+ Hits         8193     8198       +5     
+ Misses       2401     2397       -4     
+ Partials      384      383       -1     
Flag Coverage Δ
backend 83.64% <ø> (+0.09%) ⬆️
frontend 66.67% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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