Merge branch 'main' into 4.0.x

This commit is contained in:
Stéphane Nicoll
2025-05-26 16:43:01 +02:00

View File

@@ -559,7 +559,7 @@ To enable Prometheus Pushgateway support, add the following dependency to your p
---- ----
<dependency> <dependency>
<groupId>io.prometheus</groupId> <groupId>io.prometheus</groupId>
<artifactId>io.prometheus:prometheus-metrics-exporter-pushgateway</artifactId> <artifactId>prometheus-metrics-exporter-pushgateway</artifactId>
</dependency> </dependency>
---- ----