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

Improve height monitoring #2347

Merged
merged 2 commits into from
Nov 20, 2023
Merged

Improve height monitoring #2347

merged 2 commits into from
Nov 20, 2023

Conversation

StephenButtolph
Copy link
Contributor

Why this should be merged

Exports additional information around block heights during:

  • Issuance
  • Acceptance
  • Rejection

How this works

Adds a new max verified height metric and logs block heights during issuance/acceptance/rejection.

How this was tested

CI + locally.

@StephenButtolph StephenButtolph added consensus This involves consensus monitoring This primarily focuses on logs, metrics, and/or tracing labels Nov 20, 2023
@StephenButtolph StephenButtolph added this to the v1.10.16 milestone Nov 20, 2023
@StephenButtolph StephenButtolph self-assigned this Nov 20, 2023
type Height interface {
Verified(height uint64)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I called this Verified rather than Issued because we're moving verification into the consensus code. We'll probably add Issued as another tracked height later

@StephenButtolph StephenButtolph added this pull request to the merge queue Nov 20, 2023
Merged via the queue into dev with commit b573889 Nov 20, 2023
16 checks passed
@StephenButtolph StephenButtolph deleted the improve-height-monitoring branch November 20, 2023 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
consensus This involves consensus monitoring This primarily focuses on logs, metrics, and/or tracing
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants