Closed tsaibabu4u closed 3 years ago
metrics are available via /metrics
endpoint, you just need to scrape the endpoint like any other service.
Thank you for the response. I don't see any service running on any port while running this docker image in local will it generate any endpoint ? if so what would be the url
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 478b2e3f8d5a webdevops/azure-devops-exporter "/azure-devops-expor…" 4 hours ago Up 4 hours awesome_hugle
@tsaibabu4u : Did you find a way to get metrics to any endpoint? (http://localhost:9090)
@tsaibabu4u : Thanks!
Referred your reply on other issue to map 8080.
Use the container IP or hostname and fetch it directly from the container (recommended) or map the port to the host.
Yes, it worked!
Hi There, I was able to run the docker image and able to see the collected metrics information but I dont see any prometheus url to query ? is it possible to push these metrics to my own prometheus databse ?