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
Hello! Thank you for putting this together. It's my first foray into Prometheus and Grafana, and it's been fairly painless.
I am stuck on one matter. I have the Grafana dashboard up and running on localhost:3000 and I see metrics are being successfully collected in my terminal and on localhost:9171. But this does not reflect in the dashboard.
The queries are working, as I get this when I Inspect: { "request": { "url": "http://localhost:9090/api/v1/query_range?query=github_repo_stars%7Brepo%3D%22gravitational%09eleport%22%7D&start=1562803200&end=1622851200&step=86400", "method": "GET", "hideFromInspector": false }, "response": { "status": "success", "data": { "resultType": "matrix", "result": [] } } }
It looks like the request is successful, but it's not returning any data? Any guidance?
The text was updated successfully, but these errors were encountered:
Hello! Thank you for putting this together. It's my first foray into Prometheus and Grafana, and it's been fairly painless.
I am stuck on one matter. I have the Grafana dashboard up and running on localhost:3000 and I see metrics are being successfully collected in my terminal and on localhost:9171. But this does not reflect in the dashboard.
The queries are working, as I get this when I Inspect: { "request": { "url": "http://localhost:9090/api/v1/query_range?query=github_repo_stars%7Brepo%3D%22gravitational%09eleport%22%7D&start=1562803200&end=1622851200&step=86400", "method": "GET", "hideFromInspector": false }, "response": { "status": "success", "data": { "resultType": "matrix", "result": [] } } }
It looks like the request is successful, but it's not returning any data? Any guidance?
Hello! Thank you for putting this together. It's my first foray into Prometheus and Grafana, and it's been fairly painless.
I am stuck on one matter. I have the Grafana dashboard up and running on localhost:3000 and I see metrics are being successfully collected in my terminal and on localhost:9171. But this does not reflect in the dashboard.
The queries are working, as I get this when I Inspect:
{ "request": { "url": "http://localhost:9090/api/v1/query_range?query=github_repo_stars%7Brepo%3D%22gravitational%09eleport%22%7D&start=1562803200&end=1622851200&step=86400", "method": "GET", "hideFromInspector": false }, "response": { "status": "success", "data": { "resultType": "matrix", "result": [] } } }
It looks like the request is successful, but it's not returning any data? Any guidance?
The text was updated successfully, but these errors were encountered: