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

[OCC] add metrics for scheduler #431

Merged
merged 3 commits into from
Feb 13, 2024
Merged

Conversation

stevenlanders
Copy link
Contributor

Describe your changes and provide context

  • retries represents number of tx attempts beyond the first attempt
  • max_incarnation is the highest incarnation seen in a given block

Testing performed to validate your change

  • lower environment

@stevenlanders stevenlanders changed the title [EVM] add metrics for scheduler [OCC] add metrics for scheduler Feb 12, 2024
Copy link

codecov bot commented Feb 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6b43421) 55.42% compared to head (6917f69) 55.43%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           occ-main     #431   +/-   ##
=========================================
  Coverage     55.42%   55.43%           
=========================================
  Files           629      629           
  Lines         53483    53493   +10     
=========================================
+ Hits          29645    29654    +9     
- Misses        21728    21729    +1     
  Partials       2110     2110           
Files Coverage Δ
tasks/scheduler.go 89.59% <100.00%> (+0.30%) ⬆️

... and 1 file with indirect coverage changes

@udpatil udpatil merged commit 5a05027 into occ-main Feb 13, 2024
15 checks passed
@udpatil udpatil deleted the add-metrics-for-scheduler branch February 13, 2024 16:02
udpatil pushed a commit that referenced this pull request Feb 13, 2024
## Describe your changes and provide context
- **retries** represents number of tx attempts beyond the first attempt
- **max_incarnation** is the highest incarnation seen in a given block

## Testing performed to validate your change
- lower environment
udpatil pushed a commit that referenced this pull request Feb 27, 2024
## Describe your changes and provide context
- **retries** represents number of tx attempts beyond the first attempt
- **max_incarnation** is the highest incarnation seen in a given block

## Testing performed to validate your change
- lower environment
udpatil pushed a commit that referenced this pull request Mar 1, 2024
## Describe your changes and provide context
- **retries** represents number of tx attempts beyond the first attempt
- **max_incarnation** is the highest incarnation seen in a given block

## Testing performed to validate your change
- lower environment
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