-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I've configured kamon using my custom kamon.conf file as below
kamon {
prometheus.embedded-server {
hostname = 0.0.0.0
port = 9098
}
zipkin {
host = "localhost"
port = 9411
protocol = "http"
}
modules {
process-metrics {
enabled = no
}
host-metrics {
enabled = no
}
}
trace {
join-remote-parents-with-same-span-id = yes
}
}
kanela {
debug-mode = false
show-banner = false
log-level = "DEBUG"
}
and initiated Kamon like this
Config config = ConfigFactory.load("kamon");
Kamon.init(config);
while every kamon property seems to work okay, kanela properties including "show-banner" don't take affect.
Oduig, channingwalton and abernard
Metadata
Metadata
Assignees
Labels
No labels