Closes gh-31597
@ -305,6 +305,11 @@ class PrometheusMetricsExportAutoConfigurationTests {
return null;
}
@Override
public boolean isSampled() {
return false;
};
@ -1126,7 +1126,7 @@ bom {
]
library("Prometheus Client", "0.15.0") {
library("Prometheus Client", "0.16.0") {
group("io.prometheus") {
imports = [
"simpleclient_bom"