monitoring-mixins / website

Prometheus monitoring mixins
https://monitoring.mixins.dev
Apache License 2.0
182 stars 61 forks source link

prometheus-remote-write dashboard not importable in grafana #33

Open g-bohncke opened 8 months ago

g-bohncke commented 8 months ago

the prometheus-remote-write dashboard fails to load in Grafana. with the following error:

Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=object%20with%20keys%20%7Btype%2C%20uid%7D for the full message or use the non-minified dev environment for full errors and additional helpful warnings.

changing "current": { "text": { "selected": true, "text": "All", "value": "$all" }, "value": { "selected": true, "text": "All", "value": "$all" } },

to: makes it work again:

"current": { "selected": true, "text": "All", "value": "$__all" }