instana / instana-grafana-datasource

🔭 Grafana datasource plugin for Instana
https://grafana.com/plugins/instana-datasource
Apache License 2.0
38 stars 20 forks source link

align to and window size to granularity #104

Closed schmidtl closed 2 years ago

schmidtl commented 2 years ago

why

Sometimes calculated window size for delta requests is covering a short time and gets rejected by our backend.

what

Adjust send to and windowSize to granularity, as AdjustedMetricsTimeframe is also doing. In difference we increase the windowSize to cover at least 2 datapoints.