-
Notifications
You must be signed in to change notification settings - Fork 328
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
kamon-bundle: None of the Kanela instrumentation modules showing up #855
Comments
xtrntr
changed the title
kamon-bundle: Web server metrics not enabled
kamon-bundle: Http server metrics enabled but not showing up in modules
Sep 18, 2020
xtrntr
changed the title
kamon-bundle: Http server metrics enabled but not showing up in modules
kamon-bundle: None of the Kanela instrumentation modules showing up
Sep 18, 2020
For future reference: the issue was with this: I ended up attaching the Kanela instrumentation agent with the javaagent option:
The application fat JAR was created with https://github.com/sbt/sbt-assembly, using these configs:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My
build.sbt
settings for a fat JAR:If it's relevant, this JAR is deployed in production as a long running Spark application that acts as a web server and occasionally runs Spark operations:
Kamon.init()
is run as the first thing of the main application.Printing out the ConfigFactory values (that i thought were relevant):
Status page:
The Kanela agent starts without any visible errors:
The text was updated successfully, but these errors were encountered: