]> git.openstreetmap.org Git - chef.git/blob - cookbooks/prometheus/README.md
Reduce maximum multixact age for promscale
[chef.git] / cookbooks / prometheus / README.md
1 # Prometheus Cookbook
2
3 This cookbook configures prometheus, which we use for server monitoring at
4 [prometheus.openstreetmap.org](https://prometheus.openstreetmap.org). The
5 cookbook contains two recipes:
6
7 * default - installs and configures basic prometheus exporters on each machine
8 * server - configures the central prometheus server
9
10 Additionally two providers are defined - prometheus_exporter and
11 prometheus_textfile_exporter, for configuring individual prometheus
12 exporters.