diff --git a/monitoring/README.md b/monitoring/README.md index 4cdd12c6..cf186797 100644 --- a/monitoring/README.md +++ b/monitoring/README.md @@ -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.