Monitoring
Last updated
Was this helpful?
Last updated
Was this helpful?
Janus
uses to collect and export metrics. OpenCensus supports several exporters, which are:
Datadog
Prometheus
Stackdriver
Currently only Prometheus exporter is available in Janus
.
This can be configured via the configuration file or environment variable:
Janus
monitoring is built on top of library. You can configure it with the following env variables:
STATS_DSN
(default log://
) - DSN of stats backend
STATS_IDS
- second level ID list for URLs to generalise metric names, see details in
STATS_AUTO_DISCOVER_THRESHOLD
- threshold for second level IDs autodiscovery, see details in
STATS_AUTO_DISCOVER_WHITE_LIST
- white list for second level IDs autodiscovery, see details in
STATS_ERRORS_SECTION
(default error-log
) - section for error logs monitoring, see details in