@@ -92,4 +92,4 @@ The monitoring system should combine data on every single machine periodically a
...
@@ -92,4 +92,4 @@ The monitoring system should combine data on every single machine periodically a
# Dump to the format of other monitoring system
# Dump to the format of other monitoring system
Currently monitoring system supported by bvar is [Prometheus](https://prometheus.io). Flag -prometheus_metrics_path can be used to set the path of scraping target, and its default value is `/metrics`. For example, if brpc server is running on localhost:8080, the scraping target should be `127.0.0.1:8080/metrics` under default configuration.
Currently monitoring system supported by bvar is [Prometheus](https://prometheus.io). All you need to do is to set the path in scraping target url to `/brpc_prometheus_metrics`. For example, if brpc server is running on localhost:8080, the scraping target should be `127.0.0.1:8080/brpc_prometheus_metrics`.