Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soundtrackyourbrand/oc-propagation-stackdriver
OpenCensus header propagation for Stackdriver/GCP
https://github.com/soundtrackyourbrand/oc-propagation-stackdriver
gcp opencensus-propagation stackdriver
Last synced: 15 days ago
JSON representation
OpenCensus header propagation for Stackdriver/GCP
- Host: GitHub
- URL: https://github.com/soundtrackyourbrand/oc-propagation-stackdriver
- Owner: soundtrackyourbrand
- License: mit
- Created: 2019-12-16T09:56:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T12:06:03.000Z (about 4 years ago)
- Last Synced: 2024-11-21T23:19:35.486Z (about 1 month ago)
- Topics: gcp, opencensus-propagation, stackdriver
- Language: Elixir
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OCPropagationStackdriver
Conveniences for OpenCensus propagation to and from Stackdriver/GCP trace header
## Installation
```elixir
def deps do
[
{:oc_propagation_stackdriver, "~> 0.1.0"}
]
end
```Documentation can be found at [https://hexdocs.pm/oc_propagation_stackdriver](https://hexdocs.pm/oc_propagation_stackdriver).