Merge pull request #42406 from izeye
* pr/42406: Add Javadoc `@Since` for new `PrometheusScrapeEndpoint` constructor Closes gh-42406
This commit is contained in:
@@ -69,6 +69,7 @@ public class PrometheusScrapeEndpoint {
|
|||||||
* @param prometheusRegistry the Prometheus registry to use
|
* @param prometheusRegistry the Prometheus registry to use
|
||||||
* @param exporterProperties the properties used to configure Prometheus'
|
* @param exporterProperties the properties used to configure Prometheus'
|
||||||
* {@link ExpositionFormats}
|
* {@link ExpositionFormats}
|
||||||
|
* @since 3.3.1
|
||||||
*/
|
*/
|
||||||
public PrometheusScrapeEndpoint(PrometheusRegistry prometheusRegistry, Properties exporterProperties) {
|
public PrometheusScrapeEndpoint(PrometheusRegistry prometheusRegistry, Properties exporterProperties) {
|
||||||
this.prometheusRegistry = prometheusRegistry;
|
this.prometheusRegistry = prometheusRegistry;
|
||||||
|
|||||||
Reference in New Issue
Block a user