Skip to content

Commit

Permalink
Fix MD line length
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejgordon committed Apr 23, 2024
1 parent 33f6a2e commit 93b7300
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
`OTel-OTLP-Exporter-Dotnet/{NuGet Package Version}+{Commit Hash}`
to `OTel-OTLP-Exporter-Dotnet/{NuGet Package Version}`.
([#5528](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5528))
* Implementation of [OTLP specification](https://github.com/open-telemetry/opentelemetry-proto/blob/v1.2.0/opentelemetry/proto/trace/v1/trace.proto#L112-L133) for propogating `Span` and `SpanLink` flags containing W3C trace flags and `parent_is_remote` information.
* Implementation of [OTLP specification](https://github.com/open-telemetry/opentelemetry-proto/blob/v1.2.0/opentelemetry/proto/trace/v1/trace.proto#L112-L133) for propogating `Span` and `SpanLink` flags containing W3C trace flags and

Check failure on line 9 in src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-md / run-markdownlint

Trailing spaces

src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md:9:234 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md009.md

Check failure on line 9 in src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / lint-md / run-markdownlint

Line length

src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md:9:81 MD013/line-length Line length [Expected: 80; Actual: 234] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md013.md
`parent_is_remote` information.

## 1.8.1

Expand Down

0 comments on commit 93b7300

Please sign in to comment.