Skip to content

Commit f7e43e1

Browse files
committed
Merge pull request #45684 from juliojgd
* pr/45684: Fix artifactId of prometheus-metrics-exporter-pushgateway in example Closes gh-45684
2 parents d05148d + 3eaed90 commit f7e43e1

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/metrics.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ To enable Prometheus Pushgateway support, add the following dependency to your p
559559
----
560560
<dependency>
561561
<groupId>io.prometheus</groupId>
562-
<artifactId>io.prometheus:prometheus-metrics-exporter-pushgateway</artifactId>
562+
<artifactId>prometheus-metrics-exporter-pushgateway</artifactId>
563563
</dependency>
564564
----
565565

0 commit comments

Comments
 (0)