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

Failed to upgrade legacy queries Datasource Prometheus was not found #3

Open
soundbooze opened this issue Feb 9, 2023 · 0 comments

Comments

@soundbooze
Copy link

soundbooze commented Feb 9, 2023

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:

  • job_name: 'proxysql'
    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.

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

1 participant