azure-devops-exporter
azure-devops-exporter copied to clipboard
Not an issue : Need to know how to use this
I have setup my self hosted agents
I also have prometheus running in my nomad cluster
How do I use azure-devops-exporter to get my build agents to my prom
you have to set env var AZURE_DEVOPS_AGENTPOOL. the next version (currently tag :main) will just scrape all agentpools (that could a more load, then you should set the agentpool you want to scrape)
I'm with @nikhil-neu, would love to use this with prometheus running in my AKS cluster, but im not sure how we are supposed to install this into prometheus? Do we just load a container up in a deployment?
Scrape the exporter hostname-or-exporter-ip:8080/metrics from prometheus as any other exporter
You can test is if you access the /metrics path from your browser/curl/wget.