Skip to content

Commit

Permalink
Upgrade to Micrometer 1.6.0
Browse files Browse the repository at this point in the history
Closes gh-23525
  • Loading branch information
snicoll committed Oct 29, 2020
1 parent b230b41 commit d951f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ bom {
]
}
}
library("Micrometer", "1.5.5") {
library("Micrometer", "1.6.0") {
group("io.micrometer") {
modules = [
"micrometer-registry-stackdriver" {
Expand Down

0 comments on commit d951f28

Please sign in to comment.