Expose metrics from actuator in prometheus format

This commit is contained in:
schnatterer 2024-06-10 09:48:48 +02:00 committed by GitHub
parent 32c8653ca8
commit dff730574e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,6 +72,12 @@
</exclusions> </exclusions>
</dependency> </dependency>
<!-- Expose metrics from actuator in prometheus format -->
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
</dependency>
<!-- Databases - Uses H2 by default --> <!-- Databases - Uses H2 by default -->
<dependency> <dependency>
<groupId>com.h2database</groupId> <groupId>com.h2database</groupId>