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

Adds Detailed Metrics feature #237

Closed
wants to merge 1 commit into from

Conversation

pradnic
Copy link
Contributor

@pradnic pradnic commented Mar 12, 2021

This PR adds opt-in detailed metrics as discussed here This feature allows users to track totalhits, nearlimit, withinlimit, and overlimit on a per-descriptor basis, instead of on a per-configuration basis.

In order to activate this feature users must set DETAILED_METRICS_MODE environment variable to true at startup (default is false).

In order to support this feature we had to do some refactoring on the metric production.

Signed-off-by: Pablo Radnic <[email protected]>
@mattklein123 mattklein123 self-assigned this Mar 12, 2021
@pradnic pradnic mentioned this pull request Mar 15, 2021
Copy link
Member

@mattklein123 mattklein123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this. At a high level this feature makes sense for opt-in, however this PR is too large. Can you please split this into a refactor PR and then a PR to add the new functionality? Thank you.

/wait

@pradnic pradnic mentioned this pull request Apr 9, 2021
@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@github-actions github-actions bot added the stale label Apr 16, 2021
@github-actions
Copy link

This pull request has been automatically closed because it has not had activity in the last 37 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@github-actions github-actions bot closed this Apr 23, 2021
@jdamata jdamata mentioned this pull request Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants