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.
... (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)
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.
... (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)
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.
... (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)
Merge pull request #903 from lahma/license-expression
Switch to using PackageLicenseExpression
Merge pull request #904 from airbreather/fix-656
Add a regression test for #656
Release 15.1.2
Merge pull request #912 from EdwardCooke/ec-732
Fixed #732, quote strings starting with whitespace characters
Release 15.1.1
Merge pull request #902 from EdwardCooke/ec-901
Fixed #901 - private constructor and tag issue
Release 15.1.0
Update the NuGet API key
Merge pull request #897 from EdwardCooke/ec-net80-enumsasnumbers
Enables #773
Adds naming conventions for convert enums to/from scalars
Adds .NET8 binaries
Adds support for custom formatting of enums, easy to expose enums as integers or whatever else.
Quotes necessary enum strings (Null for example)
Breaking: For those that get impacted pass in NullNamingConvention.Instance to the EnumNamingConvetion arguments on the constructor
Breaking: Removed many of the redundant constructors for the classes, pass in the old default values to the new constructors
Merge pull request #898 from EdwardCooke/ec-removeoldframeworks
Breaking: Removes old frameworks, .net35, .net45
Merge pull request #895 from stijnherreman/issue-677
Make the type converters available to custom pre-processing phase visitors.
Merge pull request #899 from EdwardCooke/ec-includenet80
Added .net8 libraries to appveyor
Merge pull request #887 from dougbu/dougbu/blank.lines.886
Handle blank lines in Yaml.Text()
Commits
22070fd Merge pull request #904 from airbreather/fix-656
4da74f4 Merge pull request #903 from lahma/license-expression
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 major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the dotnet-sample-app-deps group with 6 updates in the /sample-apps/dotnet-sample-app directory:
3.7.305.11
3.7.308.4
1.7.0
1.8.1
1.0.0-rc9.14
1.8.1
1.0.0-rc9.14
1.8.1
8.0.0
8.0.1
13.7.1
15.1.4
Updates
AWSSDK.S3
from 3.7.305.11 to 3.7.308.4Commits
Updates
OpenTelemetry.Exporter.OpenTelemetryProtocol
from 1.7.0 to 1.8.1Release notes
Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's releases.
... (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)Updates
OpenTelemetry.Instrumentation.AspNetCore
from 1.0.0-rc9.14 to 1.8.1Release notes
Sourced from OpenTelemetry.Instrumentation.AspNetCore's releases.
... (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)Updates
OpenTelemetry.Instrumentation.Http
from 1.0.0-rc9.14 to 1.8.1Release notes
Sourced from OpenTelemetry.Instrumentation.Http's releases.
... (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)Updates
System.Diagnostics.DiagnosticSource
from 8.0.0 to 8.0.1Release notes
Sourced from System.Diagnostics.DiagnosticSource's releases.
Commits
bf5e279
Merge in 'release/8.0' changesa6e4834
[release/8.0] Free the tls memory on thread termination (#95439)eddf880
Merge in 'release/8.0' changes89a2364
[release/8.0] Downgrade ServicingVersion for Microsoft.Extensions.Options to ...d682195
Merge in 'release/8.0' changes8557ef2
Merge pull request #95148 from carlossanlop/release/8.0-stagingaaa4b27
Merge pull request #95082 from dotnet-maestro-bot/merge/release/8.0-to-releas...72e5ae9
X509Chain.Build should throw when an internal error occursa20ee6f
[release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (#94882)4fc3df2
Fix incremental servicing condition (#95119)Updates
YamlDotNet
from 13.7.1 to 15.1.4Release notes
Sourced from YamlDotNet's releases.
Commits
22070fd
Merge pull request #904 from airbreather/fix-6564da74f4
Merge pull request #903 from lahma/license-expressionc9b7638
Switch to using PackageLicenseExpression7ae209b
Quoted test changes to not log to stdout33ed33b
Merge pull request #912 from EdwardCooke/ec-73266c68a2
Fixed #732, quote strings starting with whitespace characters912e5f9
Ensure that this new test can't just pass by leaving the object in its defaul...83beaba
It was actually fixed in e1986a4519d7875
Merge pull request #902 from EdwardCooke/ec-901b735083
Fixed #901 - private constructor and tag issueDependabot 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