Commit d951f28e authored by Stephane Nicoll's avatar Stephane Nicoll

Upgrade to Micrometer 1.6.0

Closes gh-23525
parent b230b41e
...@@ -37,7 +37,7 @@ public class ElasticProperties extends StepRegistryProperties { ...@@ -37,7 +37,7 @@ public class ElasticProperties extends StepRegistryProperties {
/** /**
* Index to export metrics to. * 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. * Index date format used for rolling indices. Appended to the index name.
......
...@@ -1108,7 +1108,7 @@ bom { ...@@ -1108,7 +1108,7 @@ bom {
] ]
} }
} }
library("Micrometer", "1.5.5") { library("Micrometer", "1.6.0") {
group("io.micrometer") { group("io.micrometer") {
modules = [ modules = [
"micrometer-registry-stackdriver" { "micrometer-registry-stackdriver" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment