Skip to content
New issue

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

kanela show-banner property not working #5

Open
Pooriya-Shokri opened this issue Apr 18, 2021 · 0 comments
Open

kanela show-banner property not working #5

Pooriya-Shokri opened this issue Apr 18, 2021 · 0 comments

Comments

@Pooriya-Shokri
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant