question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Different collection intervals compatibility in Grafana 7.5.5

See original GitHub issue

Describe the bug With Grafana 7.5.5 version, stacking option with Graph visualization is not working properly with different metric collection intervals.

Screenshot of the issue: image

Screenshot of expected behavior image

There’s a workaround to use groupBy(5m, avg) to group all metrics with 5 minutes interval.

Software versions

Grafana Zabbix Grafana-Zabbix Plugin
7.5.5 x.x.x 4.1.4

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
alexanderzobnincommented, Sep 15, 2021

@k-korn yes, in this case I decided to perform it in a bit different way. I use interpolation (which original stacking algorithm used in Grafana) to find all common points and prepare series for proper stacking. This is an example of how it works:

Original Zabbix data: Screenshot from 2021-09-15 13-51-53

Prepared for stacking: Screenshot from 2021-09-15 13-52-01

1reaction
alexanderzobnincommented, Aug 26, 2021

Looks like the fix does no cover all possible cases, so I have to find better solution.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configure Grafana | Grafana documentation
By default it is set to false for compatibility reasons. ... Grafana needs a database to store users and dashboards (and other things)....
Read more >
Release notes for Grafana 7.5.5
In this webinar, learn how to leverage Grafana's plugin ecosystem for access to 80+ data sources, including plugins for Datadog, Splunk, MongoDB, and...
Read more >
Alerting | Grafana documentation
A single Grafana Alerting page consolidates both Grafana-managed alerts and alerts that reside in your Prometheus-compatible data source in one single place ...
Read more >
Upgrade Grafana | Grafana documentation
In order to make this a reality, Grafana upgrades are backward compatible and the upgrade process is simple and quick. Upgrading between many...
Read more >
Elasticsearch data source | Grafana documentation
Hover the cursor over the Configuration (gear) icon. Select Data Sources. Select the Elasticsearch data source. Set the data source's basic configuration ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found