Skip to content

Commit

Permalink
Use net-stats-validator metric on the dashboard (solana-labs#25171)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakridge authored May 12, 2022
1 parent fc793de commit 14bc55e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11348,7 +11348,7 @@
"measurement": "cluster_info-vote-count",
"orderByTime": "ASC",
"policy": "autogen",
"query": "SELECT mean(\"in_octets\") as \"recv\" FROM \"$testnet\".\"autogen\".\"net-stats\" WHERE $timeFilter GROUP BY time(1s) fill(null)\n\n",
"query": "SELECT mean(\"in_datagrams_delta\") as \"recv\" FROM \"$testnet\".\"autogen\".\"net-stats-validator\" WHERE $timeFilter GROUP BY time(1s) fill(null)\n\n",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series",
Expand Down Expand Up @@ -11386,7 +11386,7 @@
"measurement": "cluster_info-vote-count",
"orderByTime": "ASC",
"policy": "autogen",
"query": "SELECT mean(\"out_octets\") as \"sent\" FROM \"$testnet\".\"autogen\".\"net-stats\" WHERE $timeFilter GROUP BY time(1s) fill(null)\n\n",
"query": "SELECT mean(\"out_datagrams_delta\") as \"sent\" FROM \"$testnet\".\"autogen\".\"net-stats-validator\" WHERE $timeFilter GROUP BY time(1s) fill(null)\n\n",
"rawQuery": true,
"refId": "B",
"resultFormat": "time_series",
Expand Down

0 comments on commit 14bc55e

Please sign in to comment.