Skip to content

Commit bd59f0a

Browse files
committed
Update to Micrometer 1.6.0
Closes spring-projectsgh-23525
1 parent 1d4a45c commit bd59f0a

File tree

2 files changed

+2
-2
lines changed
  • spring-boot-project
    • spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/elastic
    • spring-boot-dependencies

2 files changed

+2
-2
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/metrics/export/elastic/ElasticProperties.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class ElasticProperties extends StepRegistryProperties {
3737
/**
3838
* Index to export metrics to.
3939
*/
40-
private String index = "metrics";
40+
private String index = "micrometer-metrics";
4141

4242
/**
4343
* Index date format used for rolling indices. Appended to the index name.

spring-boot-project/spring-boot-dependencies/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ bom {
11081108
]
11091109
}
11101110
}
1111-
library("Micrometer", "1.5.5") {
1111+
library("Micrometer", "1.6.0") {
11121112
group("io.micrometer") {
11131113
modules = [
11141114
"micrometer-registry-stackdriver" {

0 commit comments

Comments
 (0)