coreos-home-server/service/grafana/container/config/grafana.ini
Alex Palaistras 011650105b Implement metrics with Grafana and Prometheus
This commit adds two services, `grafana` and `prometheus`, and sets up
some existing services (`dovecot` and `prosody`) to expose metrics into
Grafana. In addition, systemd services have been added to facilitate
registering metrics for services into Prometheus, as well as
automatically provisioning Grafana dashboards based on static JSON
representations.

This work will continue to evolve as more services gain proper Grafana
dashboards, and Loki is also integrated for access to the systemd
journal.
2022-04-25 20:12:06 +01:00

16 lines
285 B
INI

[paths]
# Folder used for static provisioning of dependencies.
provisioning = /etc/grafana/provisioning
[server]
# The HTTP port to use.
http_port = 8080
[log]
# Only log to standard output.
mode = console
[analytics]
# Disable anonymous usage collection.
reporting_enabled = false