Skip to content
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

Aligning formats for CHANGLOG.md files. #3513

Merged
merged 4 commits into from
Aug 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/OpenTelemetry.Api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/OpenTelemetry.Exporter.Console/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions src/OpenTelemetry.Exporter.Jaeger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions src/OpenTelemetry.Exporter.ZPages/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions src/OpenTelemetry.Exporter.Zipkin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion src/OpenTelemetry.Extensions.Hosting/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/OpenTelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down