Skip to content

Commit

Permalink
fix(collator): fixed metrics panel with Calculated Internal queue len
Browse files Browse the repository at this point in the history
  • Loading branch information
SmaGMan committed Jun 24, 2024
1 parent c8d3fcd commit 1e2a4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gen-dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ def collator_do_collate() -> RowPanel:
"Number of internals in the iterator",
labels=['workchain=~"$workchain"'],
),
create_counter_panel(
create_gauge_panel(
"tycho_do_collate_int_msgs_queue_calc",
"Calculated Internal queue len",
),
Expand Down

0 comments on commit 1e2a4e3

Please sign in to comment.