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

OTLP Span arrays allow exporting null values + support for long arrays #1919

Merged
merged 16 commits into from
Mar 26, 2021
Prev Previous commit
Next Next commit
changelog correction
  • Loading branch information
Austin-Tan committed Mar 22, 2021
commit 14ef89b19ed7101be8558863cb9c9a427fc6515b
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ please check the latest changes

## Unreleased

* Null values in string arrays are converted to empty strings according to
* Null values in primitive arrays are preserved through otlp.
[spec](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/common/common.md).
([#1919](https://github.com/open-telemetry/opentelemetry-dotnet/pull/1919))

Expand Down