update documentation

This commit is contained in:
tom.chivert 2023-09-14 15:46:09 +02:00
parent 87ee04484f
commit 02525ae35c
2 changed files with 5 additions and 2 deletions

View File

@ -2,8 +2,8 @@ prometheus
========== ==========
The present role : The present role :
- installs prometheus server inside a Docker container - Installs Prometheus server inside a docker container.
- installs various prometheus exporter - Installs various Prometheus exporter.
- node - node
- blackbox - blackbox
- apache - apache
@ -16,6 +16,8 @@ The present role :
- postgres - postgres
- mongodb - mongodb
- opensearch (via plugin for opensearch https://github.com/aiven/prometheus-exporter-plugin-for-opensearch) - opensearch (via plugin for opensearch https://github.com/aiven/prometheus-exporter-plugin-for-opensearch)
- Deploys Grafana with a dashboard for each exporter configured.
- Supports deploying VictoriaMetrics as the Prometheus backend.
Please note that Docker and Haproxy their own embedded exporters. Please note that Docker and Haproxy their own embedded exporters.
- https://docs.docker.com/config/daemon/prometheus/ - https://docs.docker.com/config/daemon/prometheus/

View File

@ -19,6 +19,7 @@
| prometheus_nodes_ip | The IP addresses of Prometheus nodes | Dictionary | localhost: "127.0.0.1" | | prometheus_nodes_ip | The IP addresses of Prometheus nodes | Dictionary | localhost: "127.0.0.1" |
| prometheus_retention_time | The retention time for Prometheus data | String | "15d" | | prometheus_retention_time | The retention time for Prometheus data | String | "15d" |
| prometheus_server_enable | Whether to enable the Prometheus server | Boolean | false | | prometheus_server_enable | Whether to enable the Prometheus server | Boolean | false |
| prometheus_use_victoriametrics | Use VictoriaMetrics as prometheus backend | Boolean | false |
| prometheus_server_global_evaluation_interval | The global evaluation interval for Prometheus server | Integer | 15 | | prometheus_server_global_evaluation_interval | The global evaluation interval for Prometheus server | Integer | 15 |
| prometheus_server_global_scrape_interval | The global scrape interval for Prometheus server | Integer | 15 | | prometheus_server_global_scrape_interval | The global scrape interval for Prometheus server | Integer | 15 |
| prometheus_server_job_name | The job name for Prometheus server | String | "prometheus" | | prometheus_server_job_name | The job name for Prometheus server | String | "prometheus" |