diff --git a/prometheus.yml b/prometheus.yml deleted file mode 100644 index f4e56bd..0000000 --- a/prometheus.yml +++ /dev/null @@ -1,8 +0,0 @@ -global: - scrape_interval: 15s - -scrape_configs: - - job_name: prometheus - metrics_path: '/actuator/prometheus' - static_configs: - - targets: ['host.docker.internal:8080'] \ No newline at end of file diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml index c0946dc..aefd54e 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback-spring.xml @@ -1,23 +1,35 @@ + + - - ${LOKI_URL} - + + - {"level":"%level","msg":"%msg"} + + { + "timestamp":"%d{yyyy-MM-dd HH:mm:ss.SSS}", + "level":"%level", + "thread":"%thread", + "msg":"%msg" + } + - + + +