Skip to content

fix: rename RethNodeDown alert to AbstractExternalNodeDown - #36

Open
Sertug17 wants to merge 1 commit into
Abstract-Foundation:mainfrom
Sertug17:fix/reth-alert-naming
Open

fix: rename RethNodeDown alert to AbstractExternalNodeDown#36
Sertug17 wants to merge 1 commit into
Abstract-Foundation:mainfrom
Sertug17:fix/reth-alert-naming

Conversation

@Sertug17

@Sertug17 Sertug17 commented Aug 20, 2026

Copy link
Copy Markdown

Fixes #34

The default PrometheusRule alert is named RethNodeDown with annotations referencing "Reth Node". Abstract is a zkSync-based L2 running matterlabs/external-node not Reth. This was a copy-paste artifact from a Reth-based chart template.

Renames the alert and updates summary/description annotations to correctly reference the Abstract External Node.


PR-Codex overview

This PR modifies the alert configuration in the prometheusrules.yaml file for a monitoring system. It changes the alert name and updates the summary and description to reflect a new context related to an external node.

Detailed summary

  • Changed alert name from RethNodeDown to AbstractExternalNodeDown.
  • Updated summary from Reth Node {{ printf "{{ $labels.instance }}" }} down to Abstract External Node {{ printf "{{ $labels.instance }}" }} down.
  • Updated description from Reth Node {{ printf "{{ $labels.instance }}" }} is down to Abstract External Node {{ printf "{{ $labels.instance }}" }} is down.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

The default PrometheusRule alert was named RethNodeDown with summary and
description referencing 'Reth Node'. Abstract runs a zkSync-based
external node (matterlabs/external-node), not Reth. This was a
copy-paste artifact from a Reth-based chart template.

Rename the alert and update annotations to correctly reference the
Abstract External Node.

Fixes Abstract-Foundation#34
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.

bug: Default PrometheusRule alert incorrectly references "Reth" instead of Abstract external node

1 participant