Upgrade to Micrometer 1.6.0

Closes gh-23525
This commit is contained in:
Stephane Nicoll
2020-09-29 14:41:49 +02:00
parent b230b41e07
commit d951f28e16
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -1108,7 +1108,7 @@ bom {
]
}
}
library("Micrometer", "1.5.5") {
library("Micrometer", "1.6.0") {
group("io.micrometer") {
modules = [
"micrometer-registry-stackdriver" {