1
0
mirror of https://github.com/lovasoa/whitebophir.git synced 2021-09-10 00:01:52 +03:00

Update README.md

This commit is contained in:
Ophir LOJKINE
2021-06-11 08:46:08 +02:00
committed by GitHub
parent b4b4072486
commit 4b612b4828

View File

@@ -94,12 +94,12 @@ If you experience an issue or want to propose a new feature in WBO, please [open
## Monitoring
If you are self-hosting a WBO instance, you may want to monitor its load,
the number of connected users, and different metrics.
the number of connected users, and various other metrics.
You can start WBO with the `STATSD_URL` to send it to a statsd-compatible
You can start WBO with the `STATSD_URL` environment variable to send it to a statsd-compatible
metrics collection agent.
Example: `docker run -e STATSD_URL=udp://127.0.0.1:8125 lovasoa/wbo`.
- If you use **prometheus**, you can collect the metrics with [statsd-exporter](https://hub.docker.com/r/prom/statsd-exporter).
- If you use **datadog**, you can collect the metrics with [dogstatsd](https://docs.datadoghq.com/developers/dogstatsd).
- If you use **datadog**, you can collect the metrics with [dogstatsd](https://docs.datadoghq.com/developers/dogstatsd).