No data in grafana
See original GitHub issueDescription
I am following this tutorial https://quarkus.io/guides/security-keycloak-authorization to setup keycloak for a sample app. And I would like to show data in grafana
Expected Behavior
Charts being plotted in grafana with keycloak data
Actual Behavior
No data is shown
Environment
- Operating system:
- OpenShift versions:
- Project Versions:
I am able to access keycloak metrics in the browser http://localhost:8180/auth/realms/quarkus/metrics.
The data is just not plotted in grafana.
My prometheus config is as follows:
- job_name: "keycloak"
metrics_path: /auth/realms/quarkus/metrics
static_configs:
- targets: ["10.1.1.79:8180"]
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
No Data is showing on Grafana Dashboard
I'm new at Grafan and Prometheus. I've added a data source(prometheus) in Grafana. Then imported a dashboard from “https://grafana.com/grafana/ ...
Read more >[SOLVED] Alert : no data? - Grafana Community
One possible cause is the format you use for query. If you set it as a table, try set the “Format as” to...
Read more >Grafana Dashboard displaying empty graphs, not data coming
Grafana Dashboard displaying empty graphs, not data coming ... i query something like in the below link: but the query is returning no...
Read more >Solved - Almost there - But No Data Showing In Graphs
I setup the datasource in Grafana and that configuration save with no errors.
Read more >Grafana shows no data - Dashboards
Hello, everyone, I use Influxdb 2 with Flux and now I have a problem with Grafana because no more data is displayed from...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I’ve got it working now, was on Grafana 7.1.5, upgraded to 7.2.1 and the dashboard worked.
closing this as outdated. @kgoedert feel free to reopen if you think this is still valid.