Skip to content

Commit

Permalink
Add Javadoc @Since for new PrometheusScrapeEndpoint constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and philwebb committed Sep 23, 2024
1 parent 593862b commit a0dc929
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public PrometheusScrapeEndpoint(PrometheusRegistry prometheusRegistry) {
* @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;
Expand Down

0 comments on commit a0dc929

Please sign in to comment.