Add Javadoc @Since for new PrometheusScrapeEndpoint constructor

See gh-42406
This commit is contained in:
Johnny Lim
2024-09-21 14:33:36 +09:00
committed by Phillip Webb
parent 593862b082
commit a0dc929e6c

View File

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