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

Error when importing as a Prometheus source in Grafana #10

Open
Amxx opened this issue Aug 21, 2022 · 0 comments
Open

Error when importing as a Prometheus source in Grafana #10

Amxx opened this issue Aug 21, 2022 · 0 comments

Comments

@Amxx
Copy link

Amxx commented Aug 21, 2022

I started the Docker container, and binded the ports

It seems to work, and querying curl http:https://gethexplorer:9090/metrics does return the expected data.
However, when I try to add this as a datasource in grafana, I get the following error:

Error reading Prometheus: client_error: client error: 404

Not that if I target another host/port, I get a different error (dial tcp 172.18.0.7:9091: connect: connection refused). My understanding is that Grafana is expecting the /api/v1/query to be available, but that is not the case.

Is this docker image using an old version of prometheus that grafana doesn't support ? Is there another way to configure grafana ?

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