visage
visage copied to clipboard
View metrics from multiple hosts on the same chart
Scenario: Compare statistics from multiple hosts
When I go to /builder
And I fill in "hosts" with "foo,bar,baz"
And I check "combine into single chart"
And I fill in "metrics" with "cpu*/*"
And I fill in "profile_name" with "cpu on foo,bar,baz"
And I press "create"
Then I should see "1" graph
And there should be multiple hosts on that graph
Is this feature implemented yet? Such combining would be awesome.
Perhaps it could be combined :-) with:
And I check "stack metrics" there should be multiple graphs from multiples hosts aggregated on top of each other
Was there any progress on this?
I might work on this tomorrow, I feel like it will be mostly within JavaScript client-side.
This would be useful to create federated graphs.