Skip to content

Commit

Permalink
fix todo
Browse files Browse the repository at this point in the history
  • Loading branch information
bragov4ik committed Dec 16, 2024
1 parent f21d40b commit eab5d61
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion stats/stats-server/src/runtime_setup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,11 @@ impl RuntimeSetup {
"TotalOperationalTxnsGroup",
vec!["totalBlocks_DAY", "totalTxns_DAY"],
),
// todo: other operational txns
// the operational txns charts that depend on `newTxns_DAY` are
// rarely turned on, also `newTxns_DAY` is not that expensive to
// compute, therefore this solution is ok (to not introduce
// more update groups if not necessary)
("NewBlocksGroup", vec!["newTxns_DAY"]),
]
.map(|(group_name, allowed_missing)| {
(
Expand Down

0 comments on commit eab5d61

Please sign in to comment.