-
Notifications
You must be signed in to change notification settings - Fork 57
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
Certain Metrics missing from export #37
Comments
Which version are you using? Maybe this needs to be renamed to something more easier/clearer 🤔 |
Setting a value for that got the metrics to populate. I made the bad assumption that if you did not set a whitelist, that it would simply collect all the metrics. I think it would help to add in the documentation that in order to collect the agentpool data and project data that you need to populate the corresponding filter option. |
Will rename it to |
Is it possible to pass in a list of IDs? I can only get it work by passing in the flag multiple times i.e. |
You can pass multiple IDs using the environment variable. It's not possible with parameters. |
Hello, I am currently trying to use this exporter to collect metrics for our Azure DevOps organization. I have been able to successfully collect metrics using this docker image, but certain metrics are not present. Here are example metrics I have found that is completely missing (some of these are included in the example queries):
azure_devops_agentpool_agent_info
azure_devops_agentpool_usage
Is there a setting I have wrong?
The text was updated successfully, but these errors were encountered: