Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.

Commit 4fd0588

Browse files
author
John Doe
committed
fix(server): kamon defaults to runtime.conf
1 parent 9d3527f commit 4fd0588

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

actor-server/actor-runtime/src/main/resources/runtime.conf

+7
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ tls {
2424
}
2525

2626
kamon {
27+
metric.filters {
28+
akka-actor {
29+
includes = ["**"]
30+
# excludes = [ "**" ]
31+
}
32+
}
33+
2734
internal-config {
2835
akka {
2936
loggers = ["akka.event.slf4j.Slf4jLogger"]

0 commit comments

Comments
 (0)