We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" }
The text was updated successfully, but these errors were encountered:
Successfully imported the latest dashboard prometheus-remote-write dashboard that had been updated 2 weeks ago to Grafana 11.3.
Sorry, something went wrong.
No branches or pull requests
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"
}
The text was updated successfully, but these errors were encountered: