kumahq / kuma-grafana-datasource

A grafana datasource plugin for Kuma
Apache License 2.0
7 stars 6 forks source link

id is invalid error on mesh-graph #296

Closed mhkarimi1383 closed 1 month ago

mhkarimi1383 commented 1 month ago

What happened?

{"message":"id is invalid","traceID":""}
mhkarimi1383 commented 1 month ago

Fixed by putting Prometheus info into plugin setting

But I'm using VictoriaMetrics Plugin for my main data source

Would be great if we could have support for that too

slonka commented 1 month ago

triage: can you share more details about the fix? also can you share more info about how you set up VictoriMetrics? The best thing would be: 1. What you got. 2. What you expected to see. 3. Steps to reproduce.

mhkarimi1383 commented 1 month ago

@slonka Fixed by providing Prometheus configs to datasource

lukidzi commented 1 month ago

@mhkarimi1383 Thanks