chore(webserver): exclude metrics from access log

Do not log metrics requests, such as:

> 2025-10-08 10:16:09,649 INFO  default-nioEventLoopGroup-1-4 io.kestra.webserver.access 2025-10-08T10:16:09.642Z | GET /metrics/jvm.memory.used?tag=area:heap HTTP/1.1 | status: 200 | ip: x.x.x.x | length: 238
This commit is contained in:
yuri
2025-10-08 10:25:23 +02:00
committed by Loïc Mathieu
parent 7c32dba608
commit e3b07dc78e

View File

@@ -49,6 +49,8 @@ micronaut:
- /ui/.+
- /health
- /health/.+
- /metrics
- /metrics/.+
- /prometheus
http-version: HTTP_1_1
caches: