Skip to content

fix(benches): drop ton fallback in gram PromQL - #756

Merged
Flotapponnier merged 1 commit into
mainfrom
hotfix/ton-gram-dedup
Jun 26, 2026
Merged

fix(benches): drop ton fallback in gram PromQL#756
Flotapponnier merged 1 commit into
mainfrom
hotfix/ton-gram-dedup

Conversation

@Flotapponnier

Copy link
Copy Markdown
Collaborator

Why

`l1-finality` and `network-fees` PromQL still used `chain=~"ton|gram"` from the transition window. Harness has been emitting `chain="gram"` for a while now, so the regex matches both the legacy `ton` series and the live `gram` series — producing 2 rows per bench for the same provider on /badges.

Symptom: Gram appears twice on `l1-finality` (rank 1 + 2) and twice on `network-fees` (rank 16 + 17). Visible on https://openchainbench.com/badges.

Fix

Tighten the selector to `chain="gram"` only.

@Flotapponnier
Flotapponnier merged commit b1dbd6d into main Jun 26, 2026
1 check passed
@Flotapponnier
Flotapponnier deleted the hotfix/ton-gram-dedup branch July 17, 2026 14:43
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.

1 participant