-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update opentelemetry-dotnet monorepo to 1.10.0 #91
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/opentelemetry-dotnet-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/opentelemetry-dotnet-monorepo
branch
2 times, most recently
from
May 31, 2023 17:01
7d28301
to
4afcd2f
Compare
renovate
bot
force-pushed
the
renovate/opentelemetry-dotnet-monorepo
branch
from
June 6, 2023 02:46
4afcd2f
to
e526948
Compare
renovate
bot
force-pushed
the
renovate/opentelemetry-dotnet-monorepo
branch
from
June 27, 2023 00:42
e526948
to
308bf30
Compare
renovate
bot
force-pushed
the
renovate/opentelemetry-dotnet-monorepo
branch
from
September 7, 2023 00:18
308bf30
to
2fb1075
Compare
renovate
bot
changed the title
chore(deps): update opentelemetry-dotnet monorepo
chore(deps): update opentelemetry-dotnet monorepo to v1.0.0-rc9.14
Oct 6, 2023
renovate
bot
force-pushed
the
renovate/opentelemetry-dotnet-monorepo
branch
4 times, most recently
from
October 6, 2023 12:15
3933ba8
to
ef622e1
Compare
renovate
bot
force-pushed
the
renovate/opentelemetry-dotnet-monorepo
branch
from
November 13, 2023 19:28
ef622e1
to
814ebe0
Compare
renovate
bot
force-pushed
the
renovate/opentelemetry-dotnet-monorepo
branch
from
December 9, 2023 00:57
814ebe0
to
4af9cce
Compare
renovate
bot
changed the title
chore(deps): update opentelemetry-dotnet monorepo to v1.0.0-rc9.14
chore(deps): update opentelemetry-dotnet monorepo
Dec 9, 2023
renovate
bot
force-pushed
the
renovate/opentelemetry-dotnet-monorepo
branch
from
December 14, 2023 13:00
4af9cce
to
1f221a9
Compare
renovate
bot
force-pushed
the
renovate/opentelemetry-dotnet-monorepo
branch
from
February 10, 2024 05:05
1f221a9
to
dc3d701
Compare
renovate
bot
force-pushed
the
renovate/opentelemetry-dotnet-monorepo
branch
2 times, most recently
from
April 4, 2024 23:18
b7db231
to
234360a
Compare
renovate
bot
force-pushed
the
renovate/opentelemetry-dotnet-monorepo
branch
2 times, most recently
from
April 18, 2024 00:54
beb2234
to
23f8859
Compare
renovate
bot
force-pushed
the
renovate/opentelemetry-dotnet-monorepo
branch
from
June 5, 2024 19:44
23f8859
to
e91e450
Compare
renovate
bot
changed the title
chore(deps): update opentelemetry-dotnet monorepo
chore(deps): update dependency opentelemetry.instrumentation.sqlclient to v1.0.0-rc9.14
Jun 5, 2024
renovate
bot
force-pushed
the
renovate/opentelemetry-dotnet-monorepo
branch
2 times, most recently
from
June 6, 2024 20:40
deb71e0
to
78822d5
Compare
renovate
bot
force-pushed
the
renovate/opentelemetry-dotnet-monorepo
branch
from
June 14, 2024 22:05
78822d5
to
4993fa8
Compare
renovate
bot
changed the title
chore(deps): update dependency opentelemetry.instrumentation.sqlclient to v1.0.0-rc9.14
chore(deps): update opentelemetry-dotnet monorepo
Jun 14, 2024
renovate
bot
changed the title
chore(deps): update opentelemetry-dotnet monorepo
chore(deps): update opentelemetry-dotnet monorepo to v1.9.0
Jun 17, 2024
renovate
bot
changed the title
chore(deps): update opentelemetry-dotnet monorepo to v1.9.0
chore(deps): update opentelemetry-dotnet monorepo to 1.9.0
Aug 28, 2024
renovate
bot
changed the title
chore(deps): update opentelemetry-dotnet monorepo to 1.9.0
chore(deps): update opentelemetry-dotnet monorepo to 1.10.0
Nov 12, 2024
renovate
bot
force-pushed
the
renovate/opentelemetry-dotnet-monorepo
branch
from
November 12, 2024 21:49
4993fa8
to
4a08c39
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.8.1
->1.10.0
1.8.1
->1.10.0
1.8.1
->1.10.0
Release Notes
open-telemetry/opentelemetry-dotnet (OpenTelemetry)
v1.10.0
Bumped the package versions of
System.Diagnostic.DiagnosticSource
and otherMicrosoft.Extensions.* packages to
9.0.0
.Added support for new APIs introduced in
System.Diagnostics.DiagnosticSource
9.0.0
:InstrumentAdvice<T>
For details see: Explicit bucket histogram
aggregation.
Gauge<T>
ActivitySource.Tags
(supported in OtlpExporter & ConsoleExporter)
Experimental features promoted to stable:
CardinalityLimit
can now be managed for individual metrics via the ViewAPI. For details see: Changing cardinality limit for a
Metric.
The overflow
attribute
(
otel.metric.overflow
) behavior is now enabled by default. TheOTEL_DOTNET_EXPERIMENTAL_METRICS_EMIT_OVERFLOW_ATTRIBUTE
environmentvariable is no longer required. For details see: Cardinality
Limits.
The MetricPoint reclaim behavior is now enabled by default when Delta
aggregation temporality is used. The
OTEL_DOTNET_EXPERIMENTAL_METRICS_RECLAIM_UNUSED_METRIC_POINTS
environmentvariable is no longer required. For details see: Cardinality
Limits.
Added
OpenTelemetrySdk.Create
API for configuring OpenTelemetry .NET signals(logging, tracing, and metrics) via a single builder. This new API simplifies
bootstrap and teardown, and supports cross-cutting extensions targeting
IOpenTelemetryBuilder
.Removed out of support
net6.0
target and addednet9.0
target.v1.9.0
Exemplars
are now part of the stable API! For details see: customizingexemplars
collection.
WithLogging
is now part of the stable API! Logging, Metrics, and Tracing cannow all be configured using the
With
style and the builders finally haveparity in their APIs.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.