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
I have set from ProxySQL admin interface:
SET admin-restapi_enabled='true'; SET admin-restapi_port=6070;
LOAD ADMIN VARIABLES TO RUNTIME; SAVE ADMIN VARIABLES TO DISK;
and append prometheus.yml to add ProxySQL instance:
and then import the JSON:
ProxySQL-Fleet-Overview.json and ProxySQL-Host-Statistics.json
But I received errors saying:
"Failed to upgrade legacy queries Datasource Prometheus was not found"
The dashboard is not showing any data at all.
Please note I am not using docker.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have set from ProxySQL admin interface:
SET admin-restapi_enabled='true';
SET admin-restapi_port=6070;
LOAD ADMIN VARIABLES TO RUNTIME;
SAVE ADMIN VARIABLES TO DISK;
and append prometheus.yml to add ProxySQL instance:
scrape_interval: 5s
static_configs:
- targets: ['10.0.0.1:6070']
and then import the JSON:
ProxySQL-Fleet-Overview.json and ProxySQL-Host-Statistics.json
But I received errors saying:
"Failed to upgrade legacy queries Datasource Prometheus was not found"
The dashboard is not showing any data at all.
Please note I am not using docker.
The text was updated successfully, but these errors were encountered: