diff --git a/dicos/70_prometheus.xml b/dicos/70_prometheus.xml index e5a3352..4a8ecd9 100644 --- a/dicos/70_prometheus.xml +++ b/dicos/70_prometheus.xml @@ -78,6 +78,9 @@ http + + /metrics + non @@ -168,7 +171,8 @@ scrpInterval scrpTimeout honorLabels - scrpScheme + scrpScheme + scrpMetricPath diff --git a/tmpl/prometheus.yml b/tmpl/prometheus.yml index f305d20..b725259 100644 --- a/tmpl/prometheus.yml +++ b/tmpl/prometheus.yml @@ -44,6 +44,7 @@ scrape_configs: scrape_interval: %%{job.scrpInterval}s scrape_timeout: %%{job.scrpTimeout}s scheme: %%job.scrpScheme + metrics_path: %%job.scrpMetricPath %set first = True static_configs: - targets: [ %slurp