Use net-stats-validator metric on the dashboard (#25171)

This commit is contained in:
sakridge 2022-05-12 15:20:20 -05:00 committed by GitHub
parent fc793de2dd
commit 14bc55eddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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",
@ -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",