Last update: Sep 15, 2019
Since | v0.5 |
---|---|
Namespace | github_com/devopsfaith/krakend-opencensus |
Scope | service |
Source | krakendio/krakend-opencensus |
Prometheus is an open-source systems monitoring and alerting toolkit.
The Opencensus exporter allows you push data to Prometheus. Enabling it only requires you to include in the root level of your configuration the Opencensus middleware with the prometheus
exporter. Specify the port
on which Prometheus is running, the namespace
(optional), and Prometheus will start receiving the data.
"github_com/devopsfaith/krakend-opencensus": {
"exporters": {
"prometheus": {
"port": 9091,
"namespace": "krakend"
}
}
}
port
on which Prometheus is listeningnamespace
sets the domain the metric belongs to. Optional field.See 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.
We use cookies to understand how you use our site and to improve your overall experience. By continuing to use our site, you accept our Privacy Policy. More information