Skip to content

Commit 713b4bb

Browse files
authored
release: 1.4.8 (#159)
2 parents 60b1e5c + 1c0f360 commit 713b4bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/kotlin/org/gitanimals/core/filter/MDCFilter.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ class MDCFilter : OncePerRequestFilter() {
4747
const val PATH = "path"
4848

4949
private val ignorePath = setOf(
50-
"/actuator/prometheus"
50+
"/actuator/prometheus",
51+
"/actuator/health",
5152
)
5253
}
5354
}

0 commit comments

Comments
 (0)