Welcome to the AWS Distro for OpenTelemetry project. If you're using monitoring and observability tools for AWS products and services, this is a great place to ask questions, request features and network with other community members.
Fixed an issue in Logging where unwanted objects (processors, exporters, etc.)
could be created inside delegates automatically executed by the Options API
during configuration reload.
(#5514)
OpenTelemetry.Exporter.OpenTelemetryProtocol
Fix native AoT warnings in OpenTelemetry.Exporter.OpenTelemetryProtocol.
(#5520)
Instrumentation.Http-1.8.1
OpenTelemetry.Instrumentation.Http
Breaking Change: Fixed tracing instrumentation so that by default any
values detected in the query string component of requests are replaced with
the text Redacted when building the url.full tag. For example,
?key1=value1&key2=value2 becomes ?key1=Redacted&key2=Redacted. You can
disable this redaction by setting the environment variable
OTEL_DOTNET_EXPERIMENTAL_HTTPCLIENT_DISABLE_URL_QUERY_REDACTION to true.
(#5532)
Instrumentation.AspNetCore-1.8.1
OpenTelemetry.Instrumentation.AspNetCore
Breaking Change: Fixed tracing instrumentation so that by default any
values detected in the query string component of requests are replaced with
the text Redacted when building the url.query tag. For example,
?key1=value1&key2=value2 becomes ?key1=Redacted&key2=Redacted. You can
disable this redaction by setting the environment variable
OTEL_DOTNET_EXPERIMENTAL_ASPNETCORE_DISABLE_URL_QUERY_REDACTION to true.
(#5532)
Instrumentation.SqlClient-1.8.0-beta.1
No release notes provided.
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.
This file contains highlights and announcements covering all components.
For more details see CHANGELOG.md files maintained in the root source
directory of each individual package.
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 ILoggerCategoryName 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 an experimental opt-in metrics feature to reclaim unused MetricPoints
which enables a higher number of unique dimension combinations to be emitted.
... (truncated)
Commits
5086977 [main-1.8.0] Update CHANGELOGs for core-1.8.1 release (#5544)
34daa1f [main-1.8.0] Backport fixes for 1.8.1 core release (#5543)
fb74013 Update CHANGELOG and API files for 1.8.0 stable release (#5494)
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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/aws-observability/aws-otel-community/network/alerts).
Bumps OpenTelemetry.Instrumentation.Http from 1.0.0-rc9.14 to 1.8.1.
Release notes
Sourced from OpenTelemetry.Instrumentation.Http's releases.
... (truncated)
Changelog
Sourced from OpenTelemetry.Instrumentation.Http's changelog.
... (truncated)
Commits
5086977
[main-1.8.0] Update CHANGELOGs for core-1.8.1 release (#5544)34daa1f
[main-1.8.0] Backport fixes for 1.8.1 core release (#5543)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)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