Page MenuHomeSoftware Heritage

prometheus: Well categorize the firewall metrics
ClosedPublic

Authored by vsellier on Nov 16 2020, 6:36 PM.

Details

Summary

Related to T2755

Test Plan

octocatalog-diff pergamon:

diff origin/production/pergamon.softwareheritage.org current/pergamon.softwareheritage.org
*******************************************
+ Profile::Prometheus::Export_scrape_config[firewall_glyptotek.internal.softwareheritage.org] =>
   parameters =>
     "job": "firewall",
     "labels": {
       "instance": "glyptotek.internal.softwareheritage.org"
     },
     "metrics_path": "/metrics",
     "scheme": "http",
     "target": "glyptotek.internal.softwareheritage.org:9100"
*******************************************
+ Profile::Prometheus::Export_scrape_config[firewall_pushkin.internal.softwareheritage.org] =>
   parameters =>
     "job": "firewall",
     "labels": {
       "instance": "pushkin.internal.softwareheritage.org"
     },
     "metrics_path": "/metrics",
     "scheme": "http",
     "target": "pushkin.internal.softwareheritage.org:9100"
*******************************************
- Profile::Prometheus::Export_scrape_config[glyptotek.internal.softwareheritage.org]
*******************************************
- Profile::Prometheus::Export_scrape_config[pushkin.internal.softwareheritage.org]
*******************************************
*** End octocatalog-diff on pergamon.softwareheritage.org

Diff Detail

Repository
rSPSITE puppet-swh-site
Branch
staging
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 17118
Build 26420: arc lint + arc unit

Event Timeline

I have created the diff for information but will land it quickly to fix the prometheus configuration ASAP.

This revision was not accepted when it landed; it landed in state Needs Review.Nov 16 2020, 6:39 PM
This revision was automatically updated to reflect the committed changes.