Browse Source

Merge branch '3.3.x'

Closes gh-42419
pull/42420/head
Phillip Webb 1 year ago
parent
commit
9b72e1f506
  1. 1
      spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/export/prometheus/PrometheusScrapeEndpoint.java

1
spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/export/prometheus/PrometheusScrapeEndpoint.java

@ -69,6 +69,7 @@ public class PrometheusScrapeEndpoint { @@ -69,6 +69,7 @@ public class PrometheusScrapeEndpoint {
* @param prometheusRegistry the Prometheus registry to use
* @param exporterProperties the properties used to configure Prometheus'
* {@link ExpositionFormats}
* @since 3.3.1
*/
public PrometheusScrapeEndpoint(PrometheusRegistry prometheusRegistry, Properties exporterProperties) {
this.prometheusRegistry = prometheusRegistry;

Loading…
Cancel
Save