forked from open-telemetry/opentelemetry-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Array values for span attributes (open-telemetry#807)
* [API] - Add Arrays for span attributes * [SDK] - Add Arrays for span attributes * [Exporters/Shim] - Add Arrays for span attributes * add tests * Adjust jaeger exporter to specification. Add tests. * Fix checkstyle naming issue * Add further tests. * Align null value behavior of attributes with spec * fix javadoc @SInCE * API must not crash on misusage of AttributeValue * API - Remove Attribute ArrayValues from Span surface * Immutable String array values for AttributeValue * Immutable values for AttributeValue arrays * ./gradlew goJF * Implement ArrayAttribute * Rebase and add tests * Adapt RecordEventsReadableSpan
- Loading branch information
Showing
12 changed files
with
433 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.