Aligning formats for CHANGLOG.md files. (#3513)

This commit is contained in:
Yun-Ting Lin 2022-08-01 17:37:25 -07:00 committed by GitHub
parent f97d3386d3
commit 2b573f8395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 25 additions and 24 deletions

View File

@ -163,7 +163,7 @@ Released 2021-Jan-29
the `Status` (otel.status_code) tag (added on `Activity` using the `SetStatus`
extension) will now be set as the `UNSET`, `OK`, or `ERROR` string
representation instead of the `0`, `1`, or `2` integer representation.
([#1579](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1579) &
([#1579](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1579)
[#1620](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1620))
* Metrics API/SDK support is in an experimental state and is not recommended for
production use. All metric APIs have been marked with the `Obsolete`
@ -266,7 +266,7 @@ Released 2020-08-28
header
([#1048](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1048))
* Removed `DistributedContext` as it is no longer part of the spec
([#1048](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1048)))
([#1048](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1048))
* Renaming from `ot` to `otel`
([#1046](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1046))
* Added `RuntimeContext` API

View File

@ -57,7 +57,7 @@ Released 2022-Mar-30
* Added StatusCode, StatusDescription support to
`ConsoleActivityExporter`.
([#2929](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2929)
[#3061](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3061))
[#3061](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3061))
* `AddConsoleExporter` extension method by default sets up exporter
to export metrics every 10 seconds.

View File

@ -209,11 +209,11 @@ Released 2021-Jan-29
Simple exporter, and settings for batch exporting properties.
* Jaeger will now set the `error` tag when `otel.status_code` is set to `ERROR`.
([#1579](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1579) &
([#1579](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1579)
[#1620](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1620))
* Jaeger will no longer send the `otel.status_code` tag if the value is `UNSET`.
([#1609](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1609) &
([#1609](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1609)
[#1620](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1620))
* Span Event.Name will now be populated as the `event` field on Jaeger Logs
@ -265,14 +265,14 @@ Released 2020-Sep-15
Released 2020-08-28
* Changed `JaegerExporter` to use `BatchExportActivityProcessor` by default
* Changed `JaegerExporter` to use `BatchExportActivityProcessor` by default.
([#1125](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1125))
* Span links will now be sent as `FOLLOWS_FROM` reference type. Previously they
were sent as `CHILD_OF`.
([#970](https://github.com/open-telemetry/opentelemetry-dotnet/pull/970))
* Fixed issue when span has both the `net.peer.name` and `net.peer.port`
attributes but did not include `net.peer.port` in the `peer.service` field
([#1195](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1195)).
attributes but did not include `net.peer.port` in the `peer.service` field.
([#1195](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1195))
* Renamed extension method from `UseJaegerExporter` to `AddJaegerExporter`.

View File

@ -31,7 +31,7 @@ Released 2022-May-16
* Support `HttpProtobuf` protocol with logs & added `HttpClientFactory`
option
([#3225](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3225))
([#3225](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3225))
* Removes net5.0 target and replaced with net6.0
as .NET 5.0 is going out of support.
@ -254,8 +254,8 @@ Released 2021-Apr-23
* Null values in string arrays are preserved according to
[spec](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/common/common.md).
([#1919](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1919)) and
([#1945](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1945)).
([#1919](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1919)
[#1945](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1945))
* When using OpenTelemetry.Extensions.Hosting you can now bind
`OtlpExporterOptions` to `IConfiguration` using the `Configure` extension (ex:

View File

@ -76,9 +76,9 @@ Released 2020-Sep-15
Released 2020-08-28
* Renamed extension method from `UseZPagesExporter` to `AddZPagesExporter`
* Renamed extension method from `UseZPagesExporter` to `AddZPagesExporter`.
([#1066](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1066))
* Changed `ZPagesExporter` to use `ZPagesProcessor` by default
* Changed `ZPagesExporter` to use `ZPagesProcessor` by default.
([#1108](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1108))
## 0.4.0-beta.2

View File

@ -192,12 +192,12 @@ Released 2021-Jan-29
* Zipkin will now set the `error` tag to the `Status.Description` value or an
empty string when `Status.StatusCode` (`otel.status_code` tag) is set to
`ERROR`.
([#1579](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1579),
[#1620](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1620), &
([#1579](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1579)
[#1620](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1620)
[#1655](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1655))
* Zipkin will no longer send the `otel.status_code` tag if the value is `UNSET`.
([#1609](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1609) &
([#1609](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1609)
[#1620](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1620))
* Zipkin bool tag values will now be sent as `true`/`false` instead of
@ -249,13 +249,13 @@ Released 2020-Sep-15
Released 2020-08-28
* Renamed extension method from `UseZipkinExporter` to `AddZipkinExporter`
* Renamed extension method from `UseZipkinExporter` to `AddZipkinExporter`.
([#1066](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1066))
* Changed `ZipkinExporter` to use `BatchExportActivityProcessor` by default
* Changed `ZipkinExporter` to use `BatchExportActivityProcessor` by default.
([#1103](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1103))
* Fixed issue when span has both the `net.peer.name` and `net.peer.port`
attributes but did not include `net.peer.port` in the service address field
([#1168](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1168)).
attributes but did not include `net.peer.port` in the service address field.
([#1168](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1168))
## 0.4.0-beta.2

View File

@ -37,7 +37,8 @@ Released 2022-Feb-02
Released 2021-Oct-08
* Removes upper constraint for Microsoft.Extensions.Hosting.Abstractions
dependency. ([#2179](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2179))
dependency.
([#2179](https://github.com/open-telemetry/opentelemetry-dotnet/pull/2179))
* Added `AddOpenTelemetryMetrics` extensions on `IServiceCollection` to register
OpenTelemetry `MeterProvider` with application services. Added

View File

@ -153,7 +153,7 @@ Released 2020-Sep-15
added by the library are removed from the span. The information from these
attributes is contained in other attributes that follow the conventions of
OpenTelemetry.
([#1260](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1260)).
([#1260](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1260))
## 0.5.0-beta.2

View File

@ -98,7 +98,7 @@ Released 2020-Sep-15
* The `grpc.method` and `grpc.status_code` attributes added by the library are
removed from the span. The information from these attributes is contained in
other attributes that follow the conventions of OpenTelemetry.
([#1260](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1260)).
([#1260](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1260))
## 0.5.0-beta.2

View File

@ -362,7 +362,7 @@ Released 2021-Mar-19
* Added `IncludeScopes`, `IncludeFormattedMessage`, & `ParseStateValues` on
`OpenTelemetryLoggerOptions`. Added `FormattedMessage`, `StateValues`, &
`ForEachScope` on `LogRecord`.
([#1869](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1869) &
([#1869](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1869)
[#1883](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1883))
* Added `SetResourceBuilder` support to `OpenTelemetryLoggerOptions`.
([#1913](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1913))