Skip to content

Commit eddac20

Browse files
apollo_dashboard: make SNIP-35 fee target USD panel a stat (#14293)
* deployment: wait for node healthcheck before starting the simulator * apollo_dashboard: make SNIP-35 fee target USD panel a stat
1 parent 8fe629a commit eddac20

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

crates/apollo_dashboard/resources/dev_grafana.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
{
428428
"title": "Fee Target (USD per 1B L2 gas)",
429429
"description": "Configured target USD cost per 1 billion L2 gas units (raw metric is atto-USD per L2 gas; atto-USD / 1e9 = USD per 1B L2 gas)",
430-
"type": "timeseries",
430+
"type": "stat",
431431
"exprs": [
432432
"snip35_fee_target_atto_usd{cluster=~\"$cluster\", namespace=~\"$namespace\", pod=~\"$pod\"} / 1e9"
433433
],

crates/apollo_dashboard/src/panels/consensus.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ fn get_panel_snip35_fee_target_atto_usd() -> Panel {
755755
"Configured target USD cost per 1 billion L2 gas units (raw metric is atto-USD per L2 \
756756
gas; atto-USD / 1e9 = USD per 1B L2 gas)",
757757
format!("{} / 1e9", SNIP35_FEE_TARGET_ATTO_USD.get_name_with_filter()),
758-
PanelType::TimeSeries,
758+
PanelType::Stat,
759759
)
760760
}
761761

0 commit comments

Comments
 (0)