You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started the Docker container, and binded the ports
It seems to work, and querying curl http://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:
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 ?
The text was updated successfully, but these errors were encountered:
I started the Docker container, and binded the ports
It seems to work, and querying
curl http://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:
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 ?
The text was updated successfully, but these errors were encountered: