Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
f76c574f
Commit
f76c574f
authored
Apr 05, 2018
by
Phillip Webb
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12767 from jkschneider
* pr/12767: Upgrade to Micrometer 1.0.3
parents
236b1bc4
03158e2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
PropertiesMeterFilterTests.java
...ate/autoconfigure/metrics/PropertiesMeterFilterTests.java
+3
-3
pom.xml
spring-boot-project/spring-boot-dependencies/pom.xml
+1
-1
No files found.
spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/metrics/PropertiesMeterFilterTests.java
View file @
f76c574f
...
@@ -276,9 +276,9 @@ public class PropertiesMeterFilterTests {
...
@@ -276,9 +276,9 @@ public class PropertiesMeterFilterTests {
assertThat
(
filter
.
configure
(
timer
,
DistributionStatisticConfig
.
DEFAULT
)
assertThat
(
filter
.
configure
(
timer
,
DistributionStatisticConfig
.
DEFAULT
)
.
getSlaBoundaries
()).
containsExactly
(
1000000
,
2000000
,
3000000
);
.
getSlaBoundaries
()).
containsExactly
(
1000000
,
2000000
,
3000000
);
assertThat
(
filter
.
configure
(
summary
,
DistributionStatisticConfig
.
DEFAULT
)
assertThat
(
filter
.
configure
(
summary
,
DistributionStatisticConfig
.
DEFAULT
)
.
getSlaBoundaries
()).
isEmpty
();
.
getSlaBoundaries
()).
is
NullOr
Empty
();
assertThat
(
filter
.
configure
(
counter
,
DistributionStatisticConfig
.
DEFAULT
)
assertThat
(
filter
.
configure
(
counter
,
DistributionStatisticConfig
.
DEFAULT
)
.
getSlaBoundaries
()).
isEmpty
();
.
getSlaBoundaries
()).
is
NullOr
Empty
();
}
}
@Test
@Test
...
@@ -293,7 +293,7 @@ public class PropertiesMeterFilterTests {
...
@@ -293,7 +293,7 @@ public class PropertiesMeterFilterTests {
assertThat
(
filter
.
configure
(
summary
,
DistributionStatisticConfig
.
DEFAULT
)
assertThat
(
filter
.
configure
(
summary
,
DistributionStatisticConfig
.
DEFAULT
)
.
getSlaBoundaries
()).
containsExactly
(
1
,
2
,
3
);
.
getSlaBoundaries
()).
containsExactly
(
1
,
2
,
3
);
assertThat
(
filter
.
configure
(
counter
,
DistributionStatisticConfig
.
DEFAULT
)
assertThat
(
filter
.
configure
(
counter
,
DistributionStatisticConfig
.
DEFAULT
)
.
getSlaBoundaries
()).
isEmpty
();
.
getSlaBoundaries
()).
is
NullOr
Empty
();
}
}
private
Id
createMeterId
(
String
name
)
{
private
Id
createMeterId
(
String
name
)
{
...
...
spring-boot-project/spring-boot-dependencies/pom.xml
View file @
f76c574f
...
@@ -120,7 +120,7 @@
...
@@ -120,7 +120,7 @@
<logback.version>
1.2.3
</logback.version>
<logback.version>
1.2.3
</logback.version>
<lombok.version>
1.16.20
</lombok.version>
<lombok.version>
1.16.20
</lombok.version>
<mariadb.version>
2.2.3
</mariadb.version>
<mariadb.version>
2.2.3
</mariadb.version>
<micrometer.version>
1.0.
2
</micrometer.version>
<micrometer.version>
1.0.
3
</micrometer.version>
<mockito.version>
2.15.0
</mockito.version>
<mockito.version>
2.15.0
</mockito.version>
<mongo-driver-reactivestreams.version>
1.7.1
</mongo-driver-reactivestreams.version>
<mongo-driver-reactivestreams.version>
1.7.1
</mongo-driver-reactivestreams.version>
<mongodb.version>
3.6.3
</mongodb.version>
<mongodb.version>
3.6.3
</mongodb.version>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment