Skip to content

Commit 26c66e1

Browse files
authored
Merge pull request quarkusio#50276 from gsmet/improve-doc
Improve custom Grafana dashboard doc a bit
2 parents a311a34 + 439ea7a commit 26c66e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/src/main/asciidoc/observability-devservices-lgtm.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,10 @@ Some panels in the dashboards might take a few minutes to show accurate data whe
187187

188188
==== Custom dashboards
189189

190-
Users can add their own Grafana dashboards aka their configuration. All you need to do is to place a `grafana-dashboard-[your name].json` into a `META-INF/grafana` directory in your application, and LGTM DevResource will pick this up automatically, and include this dashboard configuration in the overall Grafana dashboards yaml configuration.
190+
Users can add their own Grafana dashboards with their own configuration.
191+
Place a `grafana-dashboard-[your name].json` file into the `META-INF/grafana` directory in your application, and LGTM Dev Services will pick it up automatically, and include this dashboard configuration in the overall Grafana dashboards YAML configuration.
191192

192-
e.g. /META-INF/grafana/grafana-dashboard-my-simple-prometheus-dashboard.json configuration file creates `My Simple Promeheus Dashboard` titled dashboard
193+
For instance, the `/META-INF/grafana/grafana-dashboard-my-simple-prometheus-dashboard.json` configuration file creates a dashboard named `My Simple Prometheus Dashboard`.
193194

194195
=== Additional configuration
195196

0 commit comments

Comments
 (0)