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

Added action based metrics. Action - Compile/Verify #220

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

taco-paco
Copy link
Contributor

Requests Per Second - all requests
action error rate - counter to track the failed compilation actions latency -
"time taken for action", for each compilation process, once complete, record the time it took
action success rate - counter to track the successful compilation actions

Requests Per Second - all requests
compilation error rate - counter to track the failed compilation actions
latency - "time taken to compile", for each compilation process, once complete, record the time it took
compilation success rate - counter to track the successful compilation actions

Same for verify
Copy link
Contributor

@varex83 varex83 left a comment

Choose a reason for hiding this comment

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

LGTM!

Please, fix the CI and we can merge it

@taco-paco taco-paco merged commit 845bcaa into fix/metrics/options Oct 14, 2024
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants