Prometheus Exporter
354 sites
Security covered
This module makes Drupal metrics available for Prometheus to collect. It can expose sensitive information, so access should be restricted using authentication or other security measures.
This module exports Drupal metrics to be consumed by Prometheus scrapers.
WARNING: this module can expose sensitive information such as module versions which could be used to identify vulnerabilities. You should ensure access is only granted to trusted users via Basic Authentication or OAuth2, or protect with a web application firewall, or apache htaccess rules.
The Prometheus Exporter Token Access sub-module can be used to allow access via a token query string parameter. See the README.md for examples.