We’ll add a new section to the config called “alerting” and create a static_configs table for our AlertManager instance. The final configuration file will look like: global: scrape_interval: 15s external_labels: monitor: 'activemq' rule_files: - ./rules-amq.yml scrape_configs: - job_...
web.external-url: if you followed the Prometheus setup entirely, your Prometheus instance is running behind a reverse proxy. In this case, we are going to set the URL for the AlertManager to be externally reachable. Note that this step is optional, but if you plan on reaching the AlertManag...