diff --git a/README.md b/README.md index 301754a..9802e2d 100644 --- a/README.md +++ b/README.md @@ -141,3 +141,12 @@ scrape_configs: - target_label: __address__ replacement: 127.0.0.1:8080 ``` + +### Dashboards and Alerting + +Data from the the Fastly exporter can be used to build dashboards and alerts with [Grafana](grafana) and [Alertmanager](alertmanager). For a fully working example see [fastly-dashboards](dashboards) created by [@mrnetops](mrnetops). Fastly-dashboards contains a Docker Compose setup, which boots up a full fastly-exporter + Prometheus + Alertmanager + Grafana + Fastly dashboard stack with Slack alerting integration. + +[grafana]: https://grafana.com +[alertmanager]: https://prometheus.io/docs/alerting/latest/alertmanager/ +[mrnetops]: https://github.com/mrnetops +[dashboards]: https://github.com/mrnetops/fastly-dashboards