Skip to content

Commit

Permalink
Merge pull request #42406 from izeye
Browse files Browse the repository at this point in the history
* pr/42406:
  Add Javadoc `@Since` for new `PrometheusScrapeEndpoint` constructor

Closes gh-42406
  • Loading branch information
philwebb committed Sep 23, 2024
2 parents 593862b + a0dc929 commit bc20582
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 bc20582

Please sign in to comment.