-
Notifications
You must be signed in to change notification settings - Fork 327
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
Add jvm threads states metrics #1075
Add jvm threads states metrics #1075
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @getArtemUsername, thanks a lot for this addition! The metric and logic looks all fine, there is only a little change on names and descriptions. I'll merge this as soon as those changes are in 😄
...mon-system-metrics/src/main/scala/kamon/instrumentation/system/jvm/JvmMetricsCollector.scala
Outdated
Show resolved
Hide resolved
...tation/kamon-system-metrics/src/main/scala/kamon/instrumentation/system/jvm/JvmMetrics.scala
Outdated
Show resolved
Hide resolved
…rumentation/system/jvm/JvmMetrics.scala Co-authored-by: Ivan Topolnjak <ivantopo@gmail.com>
...mon-system-metrics/src/main/scala/kamon/instrumentation/system/jvm/JvmMetricsCollector.scala
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a tiny issue with compiling on Scala 2.11, I think removing the trailing comma should be enough.
@ivantopo Do I need to do something else to be merged? Looks like it's not in 2.4.0 🤔 |
Oh man, I even included it in the release notes. I'm sorry. In my head this was merged already 😭 I'll release 2.4.1 right after, including this PR. |
Thanks 😄 |
Hi, I think that states of threads could be usefull for gross analyzing in cloud environments such as k8s or similar, for example for fine tuning pools or understanding what happens while cpu throttling.