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

Timeseries downsampling #12

Closed
alexanderzobnin opened this issue May 14, 2015 · 2 comments
Closed

Timeseries downsampling #12

alexanderzobnin opened this issue May 14, 2015 · 2 comments

Comments

@alexanderzobnin
Copy link
Collaborator

Downsample series for better graph displaying.

@alexanderzobnin alexanderzobnin added this to the grafana-zabbix 1.1.0 milestone May 14, 2015
@nucleusv
Copy link
Contributor

What does it mean ?

@alexanderzobnin
Copy link
Collaborator Author

From InfluxDB datasource help:

Group by time
Group by time is important, otherwise the query could return many thousands of datapoints that will slow down Grafana

  • Leave the group by time field empty for each query and it will be calculated based on time range and pixel width of the graph
  • If you use fill(0) or fill(null) set a low limit for the auto group by time interval
  • The low limit can only be set in the group by time option below your queries
  • You set a low limit by adding a greater sign before the interval
  • Example: >60s if you write metrics to InfluxDB every 60 seconds

@alexanderzobnin alexanderzobnin modified the milestones: grafana-zabbix 2.0.0, grafana-zabbix 1.1.0 May 21, 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