Hi, I'm running Prometheus on Docker, I've already put the settings in my prometheus.yml file below:
global:
scrape_interval: 15s
evaluation_interval: 15s
alerting:
alertmanagers:
- static_configs:
- targets:
'evaluation_interval'.
rule_files:
- "first_rules.yml"
- "second_rules.yml"
Variables by examples
AZURE_DEVOPS_URL= https://dev.azure.com/company
Should I add these variables to the Prometheus container settings before running?
Hi, I'm running Prometheus on Docker, I've already put the settings in my prometheus.yml file below:
global:
scrape_interval: 15s
evaluation_interval: 15s
alerting:
alertmanagers:
- static_configs:
- targets:
'evaluation_interval'.
rule_files:
- "first_rules.yml"
- "second_rules.yml"
job_name: "prometheus"
static_configs:
job_name: azure-devops-exporter
honor_timestamps: true
scrape_interval: 1m
scrape_timeout: 10s
metrics_path: /metrics
scheme: http
static_configs:
Variables by examples
AZURE_DEVOPS_URL= https://dev.azure.com/company
Should I add these variables to the Prometheus container settings before running?