Skip to content

Commit bc20582

Browse files
committed
Merge pull request #42406 from izeye
* pr/42406: Add Javadoc `@Since` for new `PrometheusScrapeEndpoint` constructor Closes gh-42406
2 parents 593862b + a0dc929 commit bc20582

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

+1
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)