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
{{ message }}
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.
Or even smarter approach would be to use a constant that defines a number of new dimensions after the default namespace, default being 1 and add this constant to whatever the metric depth is. Then if user adds a new depth to the data, user would only need to increment the former variable.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
At the moment, all the metric queries use hardcoded node index number to invoke
aliasByNode
function, e.g.Here is an example in the code base,
grafana-bootstrap-docker/dashboards/pageSummary.json
Line 627 in b04d279
This makes it very tedious to add new dimensions (e.g. such as this requirement sitespeedio/sitespeed.io#1327).
Consider using variables, e.g.
The text was updated successfully, but these errors were encountered: