Fix artifactId of prometheus-metrics-exporter-pushgateway in example

See gh-45684

Signed-off-by: Julio Gómez Díaz <juliojgd@gmail.com>
This commit is contained in:
Julio Gómez Díaz 2025-05-26 16:36:49 +02:00 committed by Stéphane Nicoll
parent d05148d4d6
commit 3eaed90d94
1 changed files with 1 additions and 1 deletions

View File

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