Skip to content

Commit 4e1ebfe

Browse files
committed
Adding Grafana dev service description in readme
1 parent 41cbd61 commit 4e1ebfe

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,19 @@ The application is configured with:
5656

5757
Additional OpenTelemetry configuration can be modified in `src/main/resources/application.properties`.
5858

59+
### Grafana Dev Service (Optional)
60+
61+
For a fully integrated observability stack in dev mode (Grafana, Loki, Tempo, Prometheus), you can add the following dependency to your `pom.xml`:
62+
```xml
63+
<dependency>
64+
<groupId>io.quarkus</groupId>
65+
<artifactId>quarkus-observability-devservices-lgtm</artifactId>
66+
<scope>provided</scope>
67+
</dependency>
68+
```
69+
70+
This will automatically start a Grafana LGTM container when running in dev mode, giving you access to a pre-configured Grafana dashboard to visualize metrics, logs, and traces.
71+
5972
## Packaging and running the application
6073

6174
The application can be packaged using:

0 commit comments

Comments
 (0)