add hookshot metrics to internal prometheus

This commit is contained in:
HarHarLinks
2022-01-11 00:56:51 +01:00
parent 1987cc4839
commit 87871040df
4 changed files with 12 additions and 2 deletions

View File

@ -57,3 +57,9 @@ scrape_configs:
static_configs:
- targets: {{ matrix_prometheus_scraper_postgres_targets|to_json }}
{% endif %}
{% if matrix_prometheus_scraper_hookshot_enabled %}
- job_name: hookshot
static_configs:
- targets: {{ matrix_prometheus_scraper_hookshot_targets|to_json }}
{% endif %}