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

Add endpoint to prune metrics #806

Merged
merged 6 commits into from
Dec 11, 2023
Merged

Add endpoint to prune metrics #806

merged 6 commits into from
Dec 11, 2023

Conversation

ChrisSchinnerl
Copy link
Member

No description provided.

@ChrisSchinnerl ChrisSchinnerl self-assigned this Dec 8, 2023
@ChrisSchinnerl ChrisSchinnerl force-pushed the chris/metrics-prune branch 2 times, most recently from 122af92 to d886cb1 Compare December 8, 2023 12:19
@ChrisSchinnerl ChrisSchinnerl force-pushed the chris/metrics-prune branch 2 times, most recently from 126cc85 to 068d4d3 Compare December 8, 2023 14:05
@ChrisSchinnerl ChrisSchinnerl marked this pull request as ready for review December 8, 2023 15:25
@@ -14,6 +14,7 @@ const (
MetricContractSet = "contractset"
MetricContractSetChurn = "churn"
MetricContract = "contract"
MetricPerformance = "performance"
Copy link
Member

@peterjan peterjan Dec 11, 2023

Choose a reason for hiding this comment

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

I think it's odd we have to add this metric here, and only use it in newly added code. There should be several places (switch cases) that we have to extend to add this missing metric. Edit: checked and there's indeed 3 instances where a performance is missing.

@ChrisSchinnerl ChrisSchinnerl merged commit c7056ab into master Dec 11, 2023
6 checks passed
@ChrisSchinnerl ChrisSchinnerl deleted the chris/metrics-prune branch December 11, 2023 16:49
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.

2 participants