VictoriaMetrics / grafana-datasource

Grafana Plugin for VictoriaMetrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visually highlight partial responses

hagen1778 opened this issue · comments

VictoriaMetrics cluster datasource could return partial responses - responses collected from the cluster when one or more vmstorage nodes are unavailable. VictoriaMetrics marks such responses with additional field in returned json response "isPartial": true.

It would be nice if the plugin could understand this new field and use it to highlight whether the response was full or partial. It could be marked in the same way as errors are marked right now but with some changes:
image

  1. The panel should still plot the returned result instead of being blank
  2. The color could be changed to warning - yellow
  3. The popup should contain information that this response is partial

This feature is available starting from v0.7.0. Closing the feature request as done.