-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Provide support for multi-dimensional metrics #81
Comments
This will be picked up by @michellemcone |
@tomkerkhove |
I finally found documentation that explains what I'm talking about here. Essentially the portal experience is inconsistent with the way you would get multi-dimensional metrics via an HTTP request. |
Also, someone else can pick this up. I won't be working on it past this week. |
@michellemcone Thanks for the thorough analysis and your feedback on it!
Wouldn't that mean we're actually not using a dimension then or how would that work? Care to elaborate on that and/or include a portal example please? |
This is something we definitely need to implement for our customers. How should we proceed to support multi-dimension, is it just enough to add it as a filter expression and document it? |
You can just add a filter when doing the Azure Monitor call. For example, when you add Frankly, I'm not planning this for v1.0 but if you want to contribute it I can spec it out so that you can get started. This impacts:
|
Actually, I was wrong as I was talking about filtering data per name, but splitting multi-dimensional metrics are similar. When specifying the We should use this approach. |
First rough version is working. Without dimension:
With dimension on
|
Provide support for scraping multi-dimensional metrics.
Configuration should be expanded to include optional
dimension
information.This should cover:
The reported metric in the scraping endpoint should use labels to report the metric with a general name but labeled for every dimension regardless if a target was specified or not.
Names are just examples, open for feedback!
Example
Portal
You can see this in action in the Azure Portal:
The text was updated successfully, but these errors were encountered: