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

sumSeries() function not working as expected #286

Closed
potchin opened this issue Oct 4, 2016 · 2 comments
Closed

sumSeries() function not working as expected #286

potchin opened this issue Oct 4, 2016 · 2 comments

Comments

@potchin
Copy link

potchin commented Oct 4, 2016

This is an odd one. I have a graph which shows traffic to a wildcard number of webservers (currenly 2) and aggregate them using the sumSeries() function to give me total number of hits across all servers.The servers are currently active/backup so only one server will handle traffic at a time. This morning we failed the servers over so traffic moved from the primary to the secondary node.

The traffic for the system is around 11-12k requests/min but if the sumSeries() function is active the traffic shows as double before the failover...

with_sum

If I remove the sumSeries() function the data points look correct...

no_sum

Whats stranger still is that if I zoom into a time before the failover but with the sumSeries() function active I see the correct traffic level (12k, not ~24k).

Is this a bug or am I missing something?

@alexanderzobnin
Copy link
Collaborator

Looks like a bug in sumSeries() function.

@Cbryndum
Copy link

Cbryndum commented Oct 6, 2016

Not to highjack the thread but if you are using stacked graphs with sumSeries() and one of the metrics doesnt return a value the stacked graph goes eschew.

image

If i disable the "bad" metric it works

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants