grafana-datasource icon indicating copy to clipboard operation
grafana-datasource copied to clipboard

Grafana Plugin for VictoriaMetrics

Results 18 grafana-datasource issues
Sort by recently updated
recently updated
newest added

See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6712 In the issue above, request sent by Grafana failed because of EOF error. There could be many reasons why plugin faced the EOF error, but the sensible thing...

enhancement
waiting for release

Hi team, is it better to use the `/api/v1/labels` and `/api/v1/label/…/values` APIs instead of `/api/v1/series` API to fetch label names and values when doing auto-completion in code mode and drop-down...

question

Trying to add a WITH template to a dashboard using a provisioned VM datasource is rejected with the error `Cannot update read-only data source`.

question

My dashboard has a variable with a regular expression to select different metrics. If I use this variable in a query, special characters are escaped twice. With a variable value...

bug
need more info

Two data source plugins with the same server. ![image](https://github.com/VictoriaMetrics/grafana-datasource/assets/58923704/74646b7d-aaeb-4e07-ab69-e8ee2cc437b9) Query 3 metrics ![image](https://github.com/VictoriaMetrics/grafana-datasource/assets/58923704/49c89874-9d5e-461c-a7ce-06ffa3584053) Using the prometheus plugin, you can see that you can choose the label name ![image](https://github.com/VictoriaMetrics/grafana-datasource/assets/58923704/096d48f9-093d-4105-a35f-cdd00317bee3) The following...

bug
need more info

When using the grafana API datasource health check against a datasource using the victoriametrics-datasource plugin, e.g. using `/api/datasources/uid/abcdefghijklmn/health` then it fails with a 400 status and a JSON body ```...

Hi team, we're migrating the datasource from prometheus to victoriametrics, but find two issues: * The query will be lost or broken after switching datasource before: after: * The default...

I am trying to configure a Grafana panel to query data from VictoriaMetrics for a specific time range that is independent of the overall dashboard time range. The use case...