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

Missing 'jvm.memory.buffer-pool.usage' metric in 2.x #893

Closed
kunalherkal opened this issue Nov 10, 2020 · 1 comment · Fixed by #900
Closed

Missing 'jvm.memory.buffer-pool.usage' metric in 2.x #893

kunalherkal opened this issue Nov 10, 2020 · 1 comment · Fixed by #900

Comments

@kunalherkal
Copy link

When we migrated Kamon from 1.x to 2.x, we observed jvm.memory.buffer-pool.usage metric is now missing. We were using metrics for direct and mapped buffer pools. I couldn't find it in the documentation, so I assume it is either moved in some other category or it is missing in 2.x.

Is there an other way to get values of this metric in some other way or is this missing in 2.x? And if it is missing in 2.x can it be added soon?

The Kamon dependencies we use:

"io.kamon" %% "kamon-bundle" % "2.1.8"
"io.kamon" %% "kamon-influxdb" % "2.1.8"
"io.kamon" %% "kamon-prometheus" % "2.1.8"
"io.kamon" % "kanela-agent" % "1.0.7"

Other version details:

scalaVersion: 2.12.8, 
sbtVersion: 1.4.2
openjdk version "11.0.2" 2019-01-15
@SimunKaracic
Copy link
Contributor

We missed those when upgrading :(
We'll bring them back soon! If you find anything else missing, let me know, all of those metrics should be in kamon 2.x

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

Successfully merging a pull request may close this issue.

2 participants