Markus Blaschke

Results 208 comments of Markus Blaschke

With the latest version containers are build via docker multistage Dockerfile which always builds the binary from the source and release artifacts are automatically build by github actions. Thanks for...

Will have a look, nice feature :)

This exporter is actually not a reporting tool as it exports live data to a time series database (prometheus format). Maybe it's better to create an own reporting tool but...

There is a docker image available: https://hub.docker.com/r/webdevops/azure-devops-exporter/ The image is using googles distroless container and the application is static build.. you could also copy the binary and run it on...

hm.. will have a look in the next days

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...

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.

The goal is only to get opened PRs (eg. display them in grafana). Otherweise the exporter would pull the hole database inside Prometheus which he should not do it. Statistics...

will have a look

I'm using Azure DevOps only at work, that's why it always a little bit difficult. how about this dashboard? https://gist.github.com/mblaschke/ef86524d9350d45143cbbc5d2da674b1