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:
parent
d05148d4d6
commit
3eaed90d94
|
|
@ -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>
|
||||
----
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue