Skip to content
New issue

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

How do I run the exporter on my Azure Devops? #70

Open
carloscancian opened this issue Sep 21, 2023 · 0 comments
Open

How do I run the exporter on my Azure Devops? #70

carloscancian opened this issue Sep 21, 2023 · 0 comments

Comments

@carloscancian
Copy link

carloscancian commented Sep 21, 2023

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:

    • targets: ["localhost:9090"]
  • job_name: azure-devops-exporter
    honor_timestamps: true
    scrape_interval: 1m
    scrape_timeout: 10s
    metrics_path: /metrics
    scheme: http
    static_configs:

    • targets:
      • prometheus-azure-devops-exporter.default.svc:8080

Variables by examples
AZURE_DEVOPS_URL= https://dev.azure.com/company

Should I add these variables to the Prometheus container settings before running?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant