Document updated on Sep 15, 2019
Since | v0.5 |
---|---|
Namespace | github_com/devopsfaith/krakend-opencensus |
Scope | service |
Source | krakend/krakend-opencensus |
Jaeger is an open source, end-to-end distributed tracing system that allows you to monitor and troubleshoot transactions in complex distributed systems.
The Opencensus exporter allows you export data to Jaeger. Enabling it only requires you to add the jaeger
exporter in the opencensus module.
The following configuration snippet sends data to your Jaeger:
"github_com/devopsfaith/krakend-opencensus": {
"exporters": {
"jaeger": {
"endpoint": "http://192.168.99.100:14268/api/traces",
"service_name":"krakend"
},
}
}
endpoint
is the URL (including port) where your Jaeger isservice_name
the service name registered in JaegerSee also the additional settings of the Opencensus module that can be declared.
The documentation is only a piece of the help you can get! Whether you are looking for Open Source or Enterprise support, see more support channels that can help you.