Skip to content

Commit

Permalink
fix: Fix duplicate entries in grafana poi comparison results table
Browse files Browse the repository at this point in the history
  • Loading branch information
i0n committed Nov 25, 2024
1 parent 30f3341 commit ec137ef
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions grafana.json
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,29 @@
"match": "any",
"type": "exclude"
}
},
{
"id": "groupBy",
"options": {
"fields": {
"blockNumber": {
"aggregations": [],
"operation": "groupby"
},
"deployment": {
"aggregations": [],
"operation": "groupby"
},
"senderRatio": {
"aggregations": ["last"],
"operation": "aggregate"
},
"stakeRatio": {
"aggregations": ["last"],
"operation": "aggregate"
}
}
}
}
],
"type": "table"
Expand Down

0 comments on commit ec137ef

Please sign in to comment.