Upgrade to Prometheus Client 0.16.0
Closes gh-31597
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user