-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(WIP): Partially working OTLP/GRPC Exporter
What's working? * Sends spans to the Otel Collector * Spans contain: Attributes, Status Code, Kind, Start/End timestamp, Lib Version * Sucessfully sent OTLP to Honeycomb.io What's not working? * Need to rebase main onto this branch * Trace ID and Span ID are too long, and have been fudged to trim them. * No tests. Unit/Integ * Events on spans haven't been tested * Child spans haven't been tested * Example code needs to be updated (been testing with laravel-otel) * Need to check the status returned * Links not implemented * Generally just unfinished Anything more to add? * Thank you to the Ruby OTLP Exporter, lots of inspiration was taken from there
- Loading branch information
Showing
1 changed file
with
167 additions
and
18 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