-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 string cache and web cache metrics #6404
Conversation
Codecov Report
|
name: Cache | ||
attribute: | ||
hitCount: | ||
alias: tomcat.web.cache.hit_count |
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.
alias: tomcat.web.cache.hit_count | |
alias: tomcat.web_cache.hit_count |
To be consistant with the string cache maybe?
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.
I think .
is more suitable for this case since it's hierarchal. tomcat > web > cache.
In contrast StringCache is one specific class.
Co-Authored-By: Florian Veaux <florian.veaux@datadoghq.com>
Co-Authored-By: Florian Veaux <florian.veaux@datadoghq.com>
@@ -7,13 +7,6 @@ | |||
|
|||
HERE = get_here() | |||
|
|||
""" | |||
Metrics that are not produced by our e2e tests: |
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.
This comment has been replace by the new comment in metrics.yaml
eaf471e
to
45d9e78
Compare
What does this PR do?
Add string cache and web cache metrics.
StringCache
metrics might be useful to investigate performance cases like this one:Motivation
type: Cache
removed, it does not exist.Additional Notes
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attached