Browse Source

Merge branch 'main' into 4.0.x

pull/45939/head
Stéphane Nicoll 8 months ago
parent
commit
4e4dbaf832
  1. 2
      spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/actuator/metrics.adoc

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

@ -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>
---- ----

Loading…
Cancel
Save