Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
g-bohncke opened this issue Oct 20, 2023 · 1 comment
Closed

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

g-bohncke opened this issue Oct 20, 2023 · 1 comment

Comments

@g-bohncke
Copy link

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"
}

@v-zhuravlev
Copy link
Contributor

Successfully imported the latest dashboard prometheus-remote-write dashboard that had been updated 2 weeks ago to Grafana 11.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants