micrometer-metrics / micrometer

An application observability facade for the most popular observability tools. Think SLF4J, but for observability.
https://micrometer.io
Apache License 2.0
4.48k stars 991 forks source link

Grafana dashboard #5661

Closed pjanuario closed 8 hours ago

pjanuario commented 9 hours ago

Describe the bug While running Grafana dashboard 4701 revision 10 on Grafana grafana/grafana-oss:11.3.0 the rows for JVM Memory Pools Heap/Non heap and Buffer pools doesn't render panels in same row, but it will render one panel per row.

Environment

To Reproduce How to reproduce the bug: Launch the dashboard and see the following

JVM-Micrometer-Dashboards-Grafana-11-14-2024_10_27_AM

Expected behavior Render panels in the same row

mweirauch commented 9 hours ago

The board is created by me and not officially affiliated with the Micromter team. Please head on over to https://github.com/mweirauch/grafana-dashboards and create the issue there.

I need to take care of updating it anyway soon'ish.

pjanuario commented 9 hours ago

As it's referenced on the micrometer documentation, maybe it's a good idea to add note to the documentation.

pjanuario commented 8 hours ago

Opened the ticket in the source repository: https://github.com/mweirauch/grafana-dashboards/issues/2

izeye commented 8 hours ago

As it's referenced on the micrometer documentation, maybe it's a good idea to add note to the documentation.

I created https://github.com/micrometer-metrics/micrometer/pull/5662 to try to resolve this.