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

Fixes Solr metric by using alternate attribute #225

Merged
merged 1 commit into from
Feb 3, 2022
Merged

Fixes Solr metric by using alternate attribute #225

merged 1 commit into from
Feb 3, 2022

Conversation

StefanKurek
Copy link
Contributor

Description:
solr.cache.size was using the size attribute which actually keeps track of how many "items" are in the cache. Instead we should be using ramBytesUsed to keep track of the size in bytes.

@StefanKurek
Copy link
Contributor Author

@rmfitzpatrick another small Solr metric tweak when you have a chance to look at it. Thanks!

@rmfitzpatrick rmfitzpatrick merged commit d55d9e4 into open-telemetry:main Feb 3, 2022
@StefanKurek StefanKurek deleted the solr-fix branch February 3, 2022 14:43
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 this pull request may close these issues.

4 participants