-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move stackdriver trace exporter to new interface and pdata (#486)
* initial changes * implement factory and fix bugs * add translation for attributes, links, and events * update go.mod and go.sum * initial changes * implement factory and fix bugs * add translation for attributes, links, and events * update go.mod and go.sum * reset unwanted changes to go.mod and go.sum * implement MetricExporter * remove cloud logging * cleanup * update factory test under new exporter implementation * update stackdriver test to use pdata * add check for null status * fix bug in stackdriver test * test for pdata to OT span data conversion * revert port change in stackdriver test * update go.mod and go.sum for OT Go stackdriver exporter * fix import order * uncapitalize error * lint and dependencies * fix mistake in factory test * pr comments * gofmt * Create new context in pushTraces Co-authored-by: Nail Islamov <[email protected]> * gofmt * use factory helpers * go.sum * use stackdriverexporter.NewFactory() in components.go * use latest ot stackdriver exporter Co-authored-by: Nail Islamov <[email protected]>
- Loading branch information
1 parent
24c9bcb
commit 80509d6
Showing
12 changed files
with
581 additions
and
472 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.