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

Grafana alerting: ignore alerts for failing to append Stacks block #0 #613

Open
MicaiahReid opened this issue Jul 2, 2024 · 1 comment
Assignees

Comments

@MicaiahReid
Copy link
Contributor

When Chainhook fails to ingest a stacks block, it logs the error Unable to process Stacks Block #..., which causes an S4 alert in Grafana.

We do want to be aware of Chainhook failing to ingest a block, but there are some cases where it's tedious. For example, whenever the Stacks blockchain restarts, it emits a block #0. We shouldn't be handling this block, so we shouldn't log an error. We should implement some custom way to prevent this block from logging errors, or we should create a rule in Grafana to avoid causing alerts for this.

@MicaiahReid
Copy link
Contributor Author

Or perhaps we need to investigate why the stacks node is sending us this block in the first place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants