Document updated on Sep 15, 2019
Since | v0.5 |
---|---|
Namespace | github_com/devopsfaith/krakend-opencensus |
Scope | service |
Source | krakend/krakend-opencensus |
Opencensus can export data to the system logger as another exporter.
Enabling it only requires you to add the logger
exporter in the opencensus module.
The following configuration snippet enables the logger:
"github_com/devopsfaith/krakend-opencensus": {
"exporters": {
"logger": {
"stats": true,
"spans": true
}
}
}
stats
: Whether to log the statistics or notspans
: Whether to log the spans or notSee 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.