Merge branch '3.3.x'

Closes gh-42419
This commit is contained in:
Phillip Webb 2024-09-22 20:31:08 -07:00
commit 9b72e1f506
1 changed files with 1 additions and 0 deletions

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;