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

Shared Tooltip & metrics with different resolution #978

Closed
biancalana opened this issue Oct 24, 2014 · 9 comments
Closed

Shared Tooltip & metrics with different resolution #978

biancalana opened this issue Oct 24, 2014 · 9 comments

Comments

@biancalana
Copy link

Hi @torkelo !

I've build from yesterday's master and this version is great ! Congrats again.

One of my old dashboard, when I enable the tooltip to show all metrics's values is displaying an error on tool tip:
tooltip

This graph already has null point mode set to null, changing to null as zero does not solve also.

@torkelo
Copy link
Member

torkelo commented Oct 24, 2014

Are you using Graphite or InfluxDB? , if you are using InfluxDB have you set fill(0) in your query?

@biancalana
Copy link
Author

Sorry, I'm using Graphite.

On 24/10/2014 13:10, Torkel Ödegaard wrote:

Are you using Graphite or InfluxDB? , if you are using InfluxDB have
you set |fill(0)| in your query?


Reply to this email directly or view it on GitHub
#978 (comment).

@torkelo
Copy link
Member

torkelo commented Oct 24, 2014

Can you show me your graphite queries? Any timeShift function? Thinking of scenarios where the series metric point count could differ

@biancalana
Copy link
Author

I can provide the json response in private if needed.

On 24/10/2014 14:22, Torkel Ödegaard wrote:

Can you show me your graphite queries? Any timeShift function?
Thinking of scenarios where the series metric point count could differ


Reply to this email directly or view it on GitHub
#978 (comment).

@torkelo
Copy link
Member

torkelo commented Oct 24, 2014

Well the queries would more useful I think

@biancalana
Copy link
Author

tooltip

@torkelo torkelo changed the title tooltip error Shared Tooltip & metrics with different resolution Oct 24, 2014
@torkelo
Copy link
Member

torkelo commented Oct 24, 2014

So I think this is caused by time series with different resolution (retention) on the same graph. For example if some of your series have a 10s between values and another has 1min. Currently the shared tooltip feature requires that the metrics align. Will check if there is an easy way to handle this case.

@torkelo torkelo added this to the 1.9.0 milestone Oct 24, 2014
@biancalana
Copy link
Author

It's true... one time series has 1min resolution and others 1day...

@torkelo
Copy link
Member

torkelo commented Nov 17, 2014

This is tricky to solve without making the shared tooltiup to resource heavy when having many series. Will pospone fixing this for 1.9

@torkelo torkelo removed this from the 1.9.0 milestone Nov 17, 2014
@torkelo torkelo added this to the 2.0 milestone Jan 25, 2015
torkelo added a commit that referenced this issue Feb 20, 2015
@torkelo torkelo closed this as completed Feb 20, 2015
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

2 participants