Replies: 1 comment
-
You can find more information about metrics that are available on https://docs.microsoft.com/en-us/azure/azure-monitor/essentials/metrics-supported |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am attempting to scrape integration runtime metrics from Data Factory in Azure. I can successfully scrape other metrics from data factory like pipeline failures. From the logs it appears I have to use the dimension key in my metric configuration to set the integration runtime name. I have tried several different ways of configurating this, but I keep getting variations of the same error and no metrics. I cant find much if any documentation on how to configure this, except for a small bit on configuring dimension which did not help much. I hope someone knows how this is supposed to be configured and can help me out.
This is the error I am getting:
BadRequest: Metric: IntegrationRuntimeCpuPercentage does not support requested dimension combination: name, supported ones are: IntegrationRuntimeName,NodeName,
Here is my metric configuration and discovery group:
Beta Was this translation helpful? Give feedback.
All reactions