We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: