Upgrade to Micrometer 1.6.0
Closes gh-23525
This commit is contained in:
@@ -37,7 +37,7 @@ public class ElasticProperties extends StepRegistryProperties {
|
||||
/**
|
||||
* Index to export metrics to.
|
||||
*/
|
||||
private String index = "metrics";
|
||||
private String index = "micrometer-metrics";
|
||||
|
||||
/**
|
||||
* Index date format used for rolling indices. Appended to the index name.
|
||||
|
||||
@@ -1108,7 +1108,7 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("Micrometer", "1.5.5") {
|
||||
library("Micrometer", "1.6.0") {
|
||||
group("io.micrometer") {
|
||||
modules = [
|
||||
"micrometer-registry-stackdriver" {
|
||||
|
||||
Reference in New Issue
Block a user