Skip to content
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

dynamic graph list #8

Open
nb71 opened this issue Oct 18, 2013 · 5 comments
Open

dynamic graph list #8

nb71 opened this issue Oct 18, 2013 · 5 comments

Comments

@nb71
Copy link

nb71 commented Oct 18, 2013

Hi,
Thanks for a great dashboard!

It would be very nice to have something similar to dynamic parameters but for whole graphs.
Something like:
"data-dynamic":
{
"title": "${host) LOAD",
"target": "cactiStyle(servers.${host}.loadavg.05,4,"si")",
"parameters": {
"host": {
"type": "dynamic",
"query":"servers.*"
}
}
}
To get a dashboard with a graph for each host, containing load average.

Thanks.

@ezbz
Copy link
Owner

ezbz commented Nov 5, 2013

Graphitus is designed around selection/consolidation rather than explosion (meaning you view multiple hosts on the same graph and can filter by host). @rantav requested something similar and I offered to add an "explode" button next to each drop down which will show a modal window with multiple graphs showing all value permutations of that selection side-by-side. Will this meet your needs?

@rantav
Copy link

rantav commented Nov 5, 2013

@erezmazor what I actually wish for is to be able to see the "exploded" view but not by clicking a button, but as a default view, when opening the page. An Explode button is definitely a step forward though, but not exactly what I had in mind. Think of it as iterating over a list of graphs and displaying them at the page.

@mathias-baumann-sociomantic
Copy link
Contributor

+1 from me for this. This would make it easy to have a list of graphs with data without having to specify every single graph. We have that situation a lot for >50 graphs often.

@felixbarny
Copy link
Contributor

+1
I also have a usecase for that.
My Metrics are in the follwoing format:
server.threadpool.*.{max,active,count}

Now I want a graph for each thead pool name that contains the 3 metrics max active and count.

@mathias-baumann-sociomantic
Copy link
Contributor

You can try the branch of my fork https://github.com/mathias-baumann-sociomantic/graphitus/tree/generate-graphs
I'll keep it up-to-date with master as we are using this internally already.

Glad for any feedback you give.

mathias-baumann-sociomantic referenced this issue in mathias-baumann-sociomantic/graphitus-upstream Mar 24, 2014
Uses the dynamic queries functions to allow the generation of dynamic graphs.
Addresses #8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants