This repository was archived by the owner on Nov 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/ocagent: retrofitted with new protocol
With this change, cmd/ocagent now adheres to the new protocol and currently runs the OpenCensus interceptor while exporting received spans to the various and previously already created YAML configured exporters such as: * Stackdriver Tracing * DataDog * Zipkin which are statically imported. Now any program that has an ocagent-exporter can send traces to this service. The service's OpenCensus Interceptor Port can be configured by ```shell ocagent -oci-port=<value> ``` which by default is `55678` After this change we can add both more trace exporters and more trace interceptors. Since the metrics proto and design hasn't yet been finalized, let's remove any vestiges of metrics in the various exporters for now but can trivially add them back whenever we are ready. Essentially this can be our v0.0.1 of the new trace agent/service.
- Loading branch information
Showing
5 changed files
with
145 additions
and
152 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
Oops, something went wrong.