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
However, the appid dropdown is being populated with the indexes (0..n) of my appids - the value is being passed correctly to dropdown but this isn't particularly useful!
E.G. want to draw dashboard for app ID 5 - select "5" from appid dropdown, but this instead draws the 5th item returned from the "${Stack}.incoming.metric.*" query.
Is there a config option I can use to handle this case?
Thanks and Regards!
-Paul
The text was updated successfully, but these errors were encountered:
Hi there,
Given that I have a list of application IDs existing within the following path:
${stack}.incoming.metric.${appid}.AppSpecificMetrics.count
In order to provide 2x dropdowns in the appropriate graphitus dashboard, am using the following dynamic parameter config:
However, the appid dropdown is being populated with the indexes (0..n) of my appids - the value is being passed correctly to dropdown but this isn't particularly useful!
E.G. want to draw dashboard for app ID 5 - select "5" from appid dropdown, but this instead draws the 5th item returned from the "${Stack}.incoming.metric.*" query.
Is there a config option I can use to handle this case?
Thanks and Regards!
-Paul
The text was updated successfully, but these errors were encountered: