More info in monitoring README.md.

This commit is contained in:
aforge
2020-03-17 20:56:13 -07:00
parent 76cad4a7ed
commit 9881106c27

View File

@ -1,3 +1,7 @@
# Monitoring Support
This directory contains code related to monitoring Tinode server. Only [Prometheus](https://prometheus.io/) is [supported](./prometheus/) at this time.
This directory contains code related to monitoring Tinode server. Supported monitoring services are
* [Prometheus](https://prometheus.io/)
* [InfluxDB](https://www.influxdata.com/)
See [exporter/README](./exporter/README.md) for more details.