Bump the opentelemetry group with 5 updates#9
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
12c1b5c to
06e9085
Compare
Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.11.1 to 1.15.0 Bumps OpenTelemetry.Extensions.Hosting from 1.11.1 to 1.15.0 Bumps OpenTelemetry.Instrumentation.AspNetCore from 1.11.1 to 1.15.0 Bumps OpenTelemetry.Instrumentation.Http from 1.11.1 to 1.15.0 Bumps OpenTelemetry.Instrumentation.Runtime from 1.10.0 to 1.15.0 --- updated-dependencies: - dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: opentelemetry - dependency-name: OpenTelemetry.Extensions.Hosting dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: opentelemetry - dependency-name: OpenTelemetry.Instrumentation.AspNetCore dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: opentelemetry - dependency-name: OpenTelemetry.Instrumentation.Http dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: opentelemetry - dependency-name: OpenTelemetry.Instrumentation.Runtime dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: opentelemetry ... Signed-off-by: dependabot[bot] <support@github.com>
06e9085 to
dbfc3bc
Compare
|
Dependabot can't authenticate to a private package registry. Because of this, Dependabot cannot update this pull request. |
4 similar comments
|
Dependabot can't authenticate to a private package registry. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't authenticate to a private package registry. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't authenticate to a private package registry. Because of this, Dependabot cannot update this pull request. |
|
Dependabot can't authenticate to a private package registry. Because of this, Dependabot cannot update this pull request. |
czprz
left a comment
There was a problem hiding this comment.
Security/CI gate: I can’t approve while required checks are red.
Observed systemic issues on Dependabot PRs in this repo:
- Dependency Review job fails with: “Dependency review is not supported on this repository… ensure Dependency graph is enabled”. This is a repo setting (Security analysis) — please enable Dependency Graph so dependency-review-action can run.
- Docker Build job fails on .NET 10 with
NETSDK1018 Invalid NuGet version stringbecause the workflow passes a raw git SHA into-p:Version=inside the Docker build. Please switch to a SemVer-compatible version (e.g.0.0.0+sha.<sha>or useSourceRevisionIdseparately).
Once those are fixed and checks rerun green, I’m happy to re-review and approve.
czprz
left a comment
There was a problem hiding this comment.
Security/CI gate: I can’t approve while required checks are red.
Observed systemic issues on Dependabot PRs in this repo:
- Dependency Review job fails with: “Dependency review is not supported on this repository… ensure Dependency graph is enabled”. This is a repo setting (Security analysis) — please enable Dependency Graph so dependency-review-action can run.
- Docker Build job fails on .NET 10 with NETSDK1018 (Invalid NuGet version string) because the workflow passes a raw git SHA into -p:Version= inside the Docker build. Please switch to a SemVer-compatible version (e.g. 0.0.0+sha.) and/or use SourceRevisionId separately.
Once those are fixed and checks rerun green, I’m happy to re-review and approve.
|
Dependabot can't authenticate to a private package registry. Because of this, Dependabot cannot update this pull request. |
czprz
left a comment
There was a problem hiding this comment.
🔧 Needs work before merge: required checks are failing on this PR. Please fix/adjust the workflows (Dependabot permissions/secrets, dependency-review/title validation) so CI can run to green, then re-run checks. I’m not comfortable approving a dependency bump that can’t be validated by CI.
czprz
left a comment
There was a problem hiding this comment.
Looks good: grouped OpenTelemetry package updates.
czprz
left a comment
There was a problem hiding this comment.
🔧 NEEDS WORK\n\nThis PR changes runtime/dependency versions in a way that can introduce breaking changes or regressions. Please: \n1) run the full test/build pipeline for the affected package(s)\n2) sanity-check for breaking changes in upstream release notes (especially major upgrades)\n3) if anything fails, adjust code/config accordingly or pin to the last known-good version.\n\nOnce CI is green and the upgrade impact is understood, tag me for re-review.
czprz
left a comment
There was a problem hiding this comment.
🔧 NEEDS WORK: CI is currently failing on this PR (see checks). I can’t approve dependency bumps until the pipeline is green.
Likely themes (based on multiple open Dependabot PRs in this repo):
- PR title validation rejecting Dependabot titles
- formatting check failures
- Docker build failures
- (for Helm bumps) dependency/tooling version skew
Action:
- Please fix the underlying CI expectations (or add Dependabot exceptions where appropriate), then re-run.
I’ve looped in Legolas (code/tooling) and Aragorn (Helm/infra) to diagnose the recurring failures across these PRs.
|
Dependabot can't authenticate to a private package registry. Because of this, Dependabot cannot update this pull request. |
Updated OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.11.1 to 1.15.0.
Release notes
Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's releases.
1.15.0
For highlights and announcements pertaining to this release see: Release Notes > 1.15.0.
The following changes are from the previous release 1.14.0.
NuGet: OpenTelemetry v1.15.0
Added support for the
OTEL_SDK_DISABLEDenvironment variable in TracerProvider,MeterProvider, and LoggerProvider. When
OTEL_SDK_DISABLED=true,the SDK returns no-op implementations for all telemetry signals.
The
OTEL_SDK_DISABLEDenvironment variable is only evaluated upon applicationstartup, later changes have no effect.
(#6568)
Added
LowMemorytemporality as an option in the OTLP metrics exporter.(#6648)
Added support for
Meter.TelemetrySchemaUrlproperty.(#6714)
Improve performance and reduce memory consumption for metrics histograms.
(#6715)
Decode
valuein OTEL_RESOURCE_ATTRIBUTES environment variable.(#6737)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.15.0
TracerProvider.GetTracerwhich accepts an optionalstring? schemaUrlparameter, allowing a schema URL to be set on theTracer.(#6736)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.15.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Console v1.15.0
Added support for
ActivitySource.TelemetrySchemaUrlproperty.(#6713)
Added support for
Meter.TelemetrySchemaUrlproperty.(#6714)
See CHANGELOG for details.
... (truncated)
1.15.0-beta.1
The following changes are from the previous release 1.14.0-beta.1.
NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.15.0-beta.1
1.15.0.(#6841)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.15.0-beta.1
1.15.0.(#6841)
See CHANGELOG for details.
NuGet: OpenTelemetry.Shims.OpenTracing v1.15.0-beta.1
1.15.0.(#6841)
See CHANGELOG for details.
1.14.0
For highlights and announcements pertaining to this release see: Release Notes > 1.14.0.
The following changes are from the previous release 1.14.0-rc.1.
NuGet: OpenTelemetry v1.14.0
Breaking Change NuGet packages now use the Sigstore bundle format
(
.sigstore.json) for digital signatures instead of separate signature(
.sig) and certificate (.pem) files. This requires cosign 3.0 or laterfor verification. See the Digital signing
section for updated verification instructions.
(#6623)
Update to stable versions for .NET 10.0 NuGet packages.
(#6667)
Update
Microsoft.Extensions.*dependencies to10.0.0for .NET Frameworkand .NET Standard.
(#6667)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.14.0
Breaking Change NuGet packages now use the Sigstore bundle format
(
.sigstore.json) for digital signatures instead of separate signature(
.sig) and certificate (.pem) files. This requires cosign 3.0 or laterfor verification. See the Digital signing
section for updated verification instructions.
(#6623)
Update
System.Diagnostics.DiagnosticSourcedependency to10.0.0for all target frameworks.
(#6667)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.14.0
Breaking Change NuGet packages now use the Sigstore bundle format
(
.sigstore.json) for digital signatures instead of separate signature(
.sig) and certificate (.pem) files. This requires cosign 3.0 or laterfor verification. See the Digital signing
section for updated verification instructions.
(#6623)
Update to stable versions for .NET 10.0 NuGet packages.
(#6667)
Update
Microsoft.Extensions.*dependencies to10.0.0for .NET Framework... (truncated)
1.14.0-rc.1
The following changes are from the previous release 1.13.1.
NuGet: OpenTelemetry v1.14.0-rc.1
Breaking Change When targeting
net8.0, the package now depends on version8.0.0of theMicrosoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.Diagnostics.AbstractionsandMicrosoft.Extensions.Logging.ConfigurationNuGet packages.(#6327)
Add support for .NET 10.0.
(#6307)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.14.0-rc.1
Add support for .NET 10.0.
(#6307)
Update
System.Diagnostics.DiagnosticSourcedependency to10.0.0for all target frameworks.
(#6307)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.14.0-rc.1
Breaking Change When targeting
net8.0, the package now depends on version8.0.0of theMicrosoft.Extensions.DependencyInjection.AbstractionsNuGet package.(#6327)
Add support for .NET 10.0.
(#6307)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Console v1.14.0-rc.1
Breaking Change When targeting
net8.0, the package now depends on version8.0.0of theMicrosoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.Diagnostics.AbstractionsandMicrosoft.Extensions.Logging.ConfigurationNuGet packages.(#6327)
Add support for .NET 10.0.
(#6307)
See CHANGELOG for details.
... (truncated)
1.14.0-beta.1
The following changes are from the previous release 1.13.1-beta.1.
NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.14.0-beta.1
Breaking Change When targeting
net8.0, the package now depends on version8.0.0of theMicrosoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.Diagnostics.AbstractionsandMicrosoft.Extensions.Logging.ConfigurationNuGet packages.(#6327)
Add support for .NET 10.0.
(#6307)
Added the possibility to disable timestamps via the
PrometheusAspNetCoreOptions.(#6600)
Breaking Change NuGet packages now use the Sigstore bundle format
(
.sigstore.json) for digital signatures instead of separate signature(
.sig) and certificate (.pem) files. This requires cosign 3.0 or laterfor verification. See the Digital signing
section for updated verification instructions.
(#6623)
Updated OpenTelemetry core component version(s) to
1.14.0.(#6689)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.14.0-beta.1
Breaking Change When targeting
net8.0, the package now depends on version8.0.0of theMicrosoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.Diagnostics.AbstractionsandMicrosoft.Extensions.Logging.ConfigurationNuGet packages.(#6327)
Add support for .NET 10.0.
(#6307)
Added the possibility to disable timestamps via the
PrometheusHttpListenerOptions.(#6600)
Breaking Change NuGet packages now use the Sigstore bundle format
(
.sigstore.json) for digital signatures instead of separate signature(
.sig) and certificate (.pem) files. This requires cosign 3.0 or laterfor verification. See the Digital signing
section for updated verification instructions.
(#6623)
Updated OpenTelemetry core component version(s) to
1.14.0.... (truncated)
1.13.1
For highlights and announcements pertaining to this release see: Release Notes > 1.13.1.
The following changes are from the previous release 1.13.0.
NuGet: OpenTelemetry v1.13.1
scale to 20 after each collection cycle when using delta aggregation temporality.
(#6557)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.13.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.13.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Console v1.13.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.InMemory v1.13.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.OpenTelemetryProtocol v1.13.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Zipkin v1.13.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Extensions.Hosting v1.13.1
... (truncated)
1.13.1-beta.1
The following changes are from the previous release 1.13.0-beta.1.
NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.13.1-beta.1
1.13.1.(#6598)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.13.1-beta.1
1.13.1.(#6598)
See CHANGELOG for details.
NuGet: OpenTelemetry.Shims.OpenTracing v1.13.1-beta.1
1.13.1.(#6598)
See CHANGELOG for details.
1.13.0
For highlights and announcements pertaining to this release see: Release Notes > 1.13.0.
The following changes are from the previous release 1.12.0.
NuGet: OpenTelemetry v1.13.0
Added a verification to ensure that a
MetricReadercan only be registeredto a single
MeterProvider, as required by the OpenTelemetry specification.(#6458)
Added
FormatMessageconfiguration option to self-diagnostics feature. Whenset to
true(default is false), log messages will be formatted by replacingplaceholders with actual parameter values for improved readability.
Example
OTEL_DIAGNOSTICS.json:{ "LogDirectory": ".", "FileSize": 32768, "LogLevel": "Warning", "FormatMessage": true }Fixed parsing of
OTEL_TRACES_SAMPLER_ARGdecimal values to always use.as the delimiter when using the
traceidratiosampler, preventinglocale-specific parsing issues.
(#6444)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.13.0
Added
AddLink(SpanContext, SpanAttributes?)toTelemetrySpanto supportlinking spans and associating optional attributes for advanced trace relationships.
(#6305)
Experimental (only in pre-release versions): Added the
EventNamepropertyto
LogRecordData(#6306)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.13.0
No notable changes.
See CHANGELOG for details.
... (truncated)
1.13.0-beta.1
The following changes are from the previous release 1.12.0-beta.1.
NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.13.0-beta.1
1.13.0.(#6552)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.13.0-beta.1
1.13.0.(#6552)
See CHANGELOG for details.
NuGet: OpenTelemetry.Shims.OpenTracing v1.13.0-beta.1
1.13.0.(#6552)
See CHANGELOG for details.
1.12.0
For highlights and announcements pertaining to this release see: Release Notes > 1.12.0.
The following changes are from the previous release 1.11.2.
NuGet: OpenTelemetry v1.12.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.12.0
TracerProvider.GetTracerwhich accepts an optionalIEnumerable<KeyValuePair<string, object?>>? tagsparameter, allowingadditional attributes to be associated with the
Tracer.(#6137)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.12.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Console v1.12.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.InMemory v1.12.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.OpenTelemetryProtocol v1.12.0
exporting over OTLP/HTTP instead of OTLP/gRPC. This change could result in a
failure to export telemetry unless appropriate measures are taken.
Additionally, if you explicitly configure the exporter to use OTLP/gRPC it may
result in a
NotSupportedExceptionwithout further configuration. Pleasecarefully review issue
(#6209)
for additional information and workarounds.
(#6229)
See CHANGELOG for details.
... (truncated)
1.12.0-beta.1
The following changes are from the previous release 1.11.2-beta.1.
NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.12.0-beta.1
1.12.0.(#6269)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.12.0-beta.1
1.12.0.(#6269)
See CHANGELOG for details.
NuGet: OpenTelemetry.Shims.OpenTracing v1.12.0-beta.1
1.12.0.(#6269)
See CHANGELOG for details.
1.11.2
For highlights and announcements pertaining to this release see: Release Notes > 1.11.2.
The following changes are from the previous release 1.11.1.
NuGet: OpenTelemetry v1.11.2
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.11.2
TraceContextPropagator.Extractintroducedin #5749 to resolve #6158.
(#6161)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.11.2
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Console v1.11.2
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.InMemory v1.11.2
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.OpenTelemetryProtocol v1.11.2
Fixed a bug in .NET Framework gRPC export client where the default success
export response was incorrectly marked as false, now changed to true, ensuring
exports are correctly marked as successful.
(#6099)
Fixed an issues causing trace exports to fail when
Activity.StatusDescriptionexceeds 127 bytes.(#6119)
Fixed incorrect log serialization of attributes with null values, causing
some backends to reject logs.
(#6149)
... (truncated)
1.11.2-beta.1
The following changes are from the previous release 1.11.0-beta.1.
NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.11.2-beta.1
1.11.2.(#6169)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.11.2-beta.1
1.11.2.(#6169)
See CHANGELOG for details.
NuGet: OpenTelemetry.Shims.OpenTracing v1.11.2-beta.1
1.11.2.(#6169)
See CHANGELOG for details.
Commits viewable in compare view.
Updated OpenTelemetry.Extensions.Hosting from 1.11.1 to 1.15.0.
Release notes
Sourced from OpenTelemetry.Extensions.Hosting's releases.
1.15.0
For highlights and announcements pertaining to this release see: Release Notes > 1.15.0.
The following changes are from the previous release 1.14.0.
NuGet: OpenTelemetry v1.15.0
Added support for the
OTEL_SDK_DISABLEDenvironment variable in TracerProvider,MeterProvider, and LoggerProvider. When
OTEL_SDK_DISABLED=true,the SDK returns no-op implementations for all telemetry signals.
The
OTEL_SDK_DISABLEDenvironment variable is only evaluated upon applicationstartup, later changes have no effect.
(#6568)
Added
LowMemorytemporality as an option in the OTLP metrics exporter.(#6648)
Added support for
Meter.TelemetrySchemaUrlproperty.(#6714)
Improve performance and reduce memory consumption for metrics histograms.
(#6715)
Decode
valuein OTEL_RESOURCE_ATTRIBUTES environment variable.(#6737)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.15.0
TracerProvider.GetTracerwhich accepts an optionalstring? schemaUrlparameter, allowing a schema URL to be set on theTracer.(#6736)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.15.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Console v1.15.0
Added support for
ActivitySource.TelemetrySchemaUrlproperty.(#6713)
Added support for
Meter.TelemetrySchemaUrlproperty.(#6714)
See CHANGELOG for details.
... (truncated)
1.15.0-beta.1
The following changes are from the previous release 1.14.0-beta.1.
NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.15.0-beta.1
1.15.0.(#6841)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.15.0-beta.1
1.15.0.(#6841)
See CHANGELOG for details.
NuGet: OpenTelemetry.Shims.OpenTracing v1.15.0-beta.1
1.15.0.(#6841)
See CHANGELOG for details.
1.14.0
For highlights and announcements pertaining to this release see: Release Notes > 1.14.0.
The following changes are from the previous release 1.14.0-rc.1.
NuGet: OpenTelemetry v1.14.0
Breaking Change NuGet packages now use the Sigstore bundle format
(
.sigstore.json) for digital signatures instead of separate signature(
.sig) and certificate (.pem) files. This requires cosign 3.0 or laterfor verification. See the Digital signing
section for updated verification instructions.
(#6623)
Update to stable versions for .NET 10.0 NuGet packages.
(#6667)
Update
Microsoft.Extensions.*dependencies to10.0.0for .NET Frameworkand .NET Standard.
(#6667)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.14.0
Breaking Change NuGet packages now use the Sigstore bundle format
(
.sigstore.json) for digital signatures instead of separate signature(
.sig) and certificate (.pem) files. This requires cosign 3.0 or laterfor verification. See the Digital signing
section for updated verification instructions.
(#6623)
Update
System.Diagnostics.DiagnosticSourcedependency to10.0.0for all target frameworks.
(#6667)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.14.0
Breaking Change NuGet packages now use the Sigstore bundle format
(
.sigstore.json) for digital signatures instead of separate signature(
.sig) and certificate (.pem) files. This requires cosign 3.0 or laterfor verification. See the Digital signing
section for updated verification instructions.
(#6623)
Update to stable versions for .NET 10.0 NuGet packages.
(#6667)
Update
Microsoft.Extensions.*dependencies to10.0.0for .NET Framework... (truncated)
1.14.0-rc.1
The following changes are from the previous release 1.13.1.
NuGet: OpenTelemetry v1.14.0-rc.1
Breaking Change When targeting
net8.0, the package now depends on version8.0.0of theMicrosoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.Diagnostics.AbstractionsandMicrosoft.Extensions.Logging.ConfigurationNuGet packages.(#6327)
Add support for .NET 10.0.
(#6307)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.14.0-rc.1
Add support for .NET 10.0.
(#6307)
Update
System.Diagnostics.DiagnosticSourcedependency to10.0.0for all target frameworks.
(#6307)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.14.0-rc.1
Breaking Change When targeting
net8.0, the package now depends on version8.0.0of theMicrosoft.Extensions.DependencyInjection.AbstractionsNuGet package.(#6327)
Add support for .NET 10.0.
(#6307)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Console v1.14.0-rc.1
Breaking Change When targeting
net8.0, the package now depends on version8.0.0of theMicrosoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.Diagnostics.AbstractionsandMicrosoft.Extensions.Logging.ConfigurationNuGet packages.(#6327)
Add support for .NET 10.0.
(#6307)
See CHANGELOG for details.
... (truncated)
1.14.0-beta.1
The following changes are from the previous release 1.13.1-beta.1.
NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.14.0-beta.1
Breaking Change When targeting
net8.0, the package now depends on version8.0.0of theMicrosoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.Diagnostics.AbstractionsandMicrosoft.Extensions.Logging.ConfigurationNuGet packages.(#6327)
Add support for .NET 10.0.
(#6307)
Added the possibility to disable timestamps via the
PrometheusAspNetCoreOptions.(#6600)
Breaking Change NuGet packages now use the Sigstore bundle format
(
.sigstore.json) for digital signatures instead of separate signature(
.sig) and certificate (.pem) files. This requires cosign 3.0 or laterfor verification. See the Digital signing
section for updated verification instructions.
(#6623)
Updated OpenTelemetry core component version(s) to
1.14.0.(#6689)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.14.0-beta.1
Breaking Change When targeting
net8.0, the package now depends on version8.0.0of theMicrosoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.Diagnostics.AbstractionsandMicrosoft.Extensions.Logging.ConfigurationNuGet packages.(#6327)
Add support for .NET 10.0.
(#6307)
Added the possibility to disable timestamps via the
PrometheusHttpListenerOptions.(#6600)
Breaking Change NuGet packages now use the Sigstore bundle format
(
.sigstore.json) for digital signatures instead of separate signature(
.sig) and certificate (.pem) files. This requires cosign 3.0 or laterfor verification. See the Digital signing
section for updated verification instructions.
(#6623)
Updated OpenTelemetry core component version(s) to
1.14.0.... (truncated)
1.13.1
For highlights and announcements pertaining to this release see: Release Notes > 1.13.1.
The following changes are from the previous release 1.13.0.
NuGet: OpenTelemetry v1.13.1
scale to 20 after each collection cycle when using delta aggregation temporality.
(#6557)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.13.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.13.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Console v1.13.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.InMemory v1.13.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.OpenTelemetryProtocol v1.13.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Zipkin v1.13.1
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Extensions.Hosting v1.13.1
... (truncated)
1.13.1-beta.1
The following changes are from the previous release 1.13.0-beta.1.
NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.13.1-beta.1
1.13.1.(#6598)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.13.1-beta.1
1.13.1.(#6598)
See CHANGELOG for details.
NuGet: OpenTelemetry.Shims.OpenTracing v1.13.1-beta.1
1.13.1.(#6598)
See CHANGELOG for details.
1.13.0
For highlights and announcements pertaining to this release see: Release Notes > 1.13.0.
The following changes are from the previous release 1.12.0.
NuGet: OpenTelemetry v1.13.0
Added a verification to ensure that a
MetricReadercan only be registeredto a single
MeterProvider, as required by the OpenTelemetry specification.(#6458)
Added
FormatMessageconfiguration option to self-diagnostics feature. Whenset to
true(default is false), log messages will be formatted by replacingplaceholders with actual parameter values for improved readability.
Example
OTEL_DIAGNOSTICS.json:{ "LogDirectory": ".", "FileSize": 32768, "LogLevel": "Warning", "FormatMessage": true }Fixed parsing of
OTEL_TRACES_SAMPLER_ARGdecimal values to always use.as the delimiter when using the
traceidratiosampler, preventinglocale-specific parsing issues.
(#6444)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.13.0
Added
AddLink(SpanContext, SpanAttributes?)toTelemetrySpanto supportlinking spans and associating optional attributes for advanced trace relationships.
(#6305)
Experimental (only in pre-release versions): Added the
EventNamepropertyto
LogRecordData(#6306)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.13.0
No notable changes.
See CHANGELOG for details.
... (truncated)
1.13.0-beta.1
The following changes are from the previous release 1.12.0-beta.1.
NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.13.0-beta.1
1.13.0.(#6552)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.13.0-beta.1
1.13.0.(#6552)
See CHANGELOG for details.
NuGet: OpenTelemetry.Shims.OpenTracing v1.13.0-beta.1
1.13.0.(#6552)
See CHANGELOG for details.
1.12.0
For highlights and announcements pertaining to this release see: Release Notes > 1.12.0.
The following changes are from the previous release 1.11.2.
NuGet: OpenTelemetry v1.12.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.12.0
TracerProvider.GetTracerwhich accepts an optionalIEnumerable<KeyValuePair<string, object?>>? tagsparameter, allowingadditional attributes to be associated with the
Tracer.(#6137)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.12.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Console v1.12.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.InMemory v1.12.0
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.OpenTelemetryProtocol v1.12.0
exporting over OTLP/HTTP instead of OTLP/gRPC. This change could result in a
failure to export telemetry unless appropriate measures are taken.
Additionally, if you explicitly configure the exporter to use OTLP/gRPC it may
result in a
NotSupportedExceptionwithout further configuration. Pleasecarefully review issue
(#6209)
for additional information and workarounds.
(#6229)
See CHANGELOG for details.
... (truncated)
1.12.0-beta.1
The following changes are from the previous release 1.11.2-beta.1.
NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.12.0-beta.1
1.12.0.(#6269)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.12.0-beta.1
1.12.0.(#6269)
See CHANGELOG for details.
NuGet: OpenTelemetry.Shims.OpenTracing v1.12.0-beta.1
1.12.0.(#6269)
See CHANGELOG for details.
1.11.2
For highlights and announcements pertaining to this release see: Release Notes > 1.11.2.
The following changes are from the previous release 1.11.1.
NuGet: OpenTelemetry v1.11.2
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Api v1.11.2
TraceContextPropagator.Extractintroducedin #5749 to resolve #6158.
(#6161)
See CHANGELOG for details.
NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.11.2
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Console v1.11.2
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.InMemory v1.11.2
No notable changes.
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.OpenTelemetryProtocol v1.11.2
Fixed a bug in .NET Framework gRPC export client where the default success
export response was incorrectly marked as false, now changed to true, ensuring
exports are correctly marked as successful.
(#6099)
Fixed an issues causing trace exports to fail when
Activity.StatusDescriptionexceeds 127 bytes.(#6119)
Fixed incorrect log serialization of attributes with null values, causing
some backends to reject logs.
(#6149)
... (truncated)
1.11.2-beta.1
The following changes are from the previous release 1.11.0-beta.1.
NuGet: OpenTelemetry.Exporter.Prometheus.AspNetCore v1.11.2-beta.1
1.11.2.(#6169)
See CHANGELOG for details.
NuGet: OpenTelemetry.Exporter.Prometheus.HttpListener v1.11.2-beta.1
1.11.2.(#6169)
See CHANGELOG for details.
NuGet: OpenTelemetry.Shims.OpenTracing v1.11.2-beta.1
1.11.2.(#6169)
See CHANGELOG for details.
Commits viewable in compare view.
Updated OpenTelemetry.Instrumentation.AspNetCore from 1.11.1 to 1.15.0.
Release notes
Sourced from OpenTelemetry.Instrumentation.AspNetCore's releases.
1.15.0
NuGet: OpenTelemetry.Exporter.OneCollector v1.15.0
1.15.0.(#3721)
See CHANGELOG for details.
1.15.0-rc.1
NuGet: OpenTelemetry.Instrumentation.SqlClient v1.15.0-rc.1
1.15.0.(#3721)
See CHANGELOG for details.
1.15.0-beta.2
NuGet: OpenTelemetry.Resources.Host v1.15.0-beta.2
host.archattribute to returnamd64instead ofx64for X64 architecture to comply with OpenTelemetry Semantic Conventions.(#3811)
See CHANGELOG for details.
1.15.0-beta.1
Description has been truncated