You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can you try it with metricTop: ["10"]? so you get the top 10 from the filter?
it's difficult to find the correct values, but it helps you to query the metrics via Azure portal and use the browser console to check what values are sent.
I want to break down BlockedCalls and Latency for a CognitiveServices metric by
RateLimitKey
which I have confirmed is possible via the ARM library:Translating this into:
ends up with an error
Presumably because it first wants to scrape the subscription list using
FindSubscriptionResources
. But I should not need that right?The text was updated successfully, but these errors were encountered: