Skip to content

Commit 9b72e1f

Browse files
committed
Merge branch '3.3.x'
Closes gh-42419
2 parents 65a72c0 + bc20582 commit 9b72e1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public PrometheusScrapeEndpoint(PrometheusRegistry prometheusRegistry) {
6969
* @param prometheusRegistry the Prometheus registry to use
7070
* @param exporterProperties the properties used to configure Prometheus'
7171
* {@link ExpositionFormats}
72+
* @since 3.3.1
7273
*/
7374
public PrometheusScrapeEndpoint(PrometheusRegistry prometheusRegistry, Properties exporterProperties) {
7475
this.prometheusRegistry = prometheusRegistry;

0 commit comments

Comments
 (0)