We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've configured kamon using my custom kamon.conf file as below
kamon.conf
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've configured kamon using my custom
kamon.conf
file as belowand initiated Kamon like this
while every kamon property seems to work okay, kanela properties including "show-banner" don't take affect.
The text was updated successfully, but these errors were encountered: