A Prometheus exporter for monitoring & analyzing Grafana Labs’ technical documentation
grafana-docs-exporter A Prometheus exporter for monitoring & analyzing Grafana Labs’ technical documentation This exporter uses git to pull the newest versions of Grafana’s docs from the official repo. It then programmatically builds all the URLs to scrape those pages, just like Hugo does when it builds the actual docs website. These URLs are then scraped, parsed, analyzed, and exposed in Prometheus format. To add these metrics to your own Prometheus instance, just add this job to your prometheus.yml: – job_name: […]
Read more