VictoriaMetrics / victoriametrics-datasource

Grafana datasource for VictoriaMetrics
GNU Affero General Public License v3.0
112 stars 14 forks source link

Fix incorrect step calculation for annotation queries #226

Closed Loori-R closed 1 week ago

Loori-R commented 1 week ago

This PR resolves an issue where the step for returned results in annotation queries was calculated incorrectly, resulting in missed events. The issue was caused by the absence of the maxDataPoints parameter.

Related issue: #217