Skip to content

Commit

Permalink
swap pcie metric
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdecon authored and supertetelman committed May 26, 2021
1 parent 4c71d52 commit 5b90e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dashboards/gpu-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(rate(DCGM_FI_DEV_PCIE_TX_THROUGHPUT{instance=\"$hostname:9400\"}[$__interval]))",
"expr": "sum(DCGM_FI_PROF_PCIE_TX_BYTES{instance=\"$hostname:9400\"})",
"format": "time_series",
"hide": false,
"interval": "",
Expand All @@ -805,7 +805,7 @@
"refId": "A"
},
{
"expr": "sum(rate(DCGM_FI_DEV_PCIE_RX_THROUGHPUT{instance=\"$hostname:9400\"}[$__interval]))",
"expr": "sum(DCGM_FI_PROF_PCIE_RX_BYTES{instance=\"$hostname:9400\"})",
"format": "time_series",
"hide": false,
"interval": "",
Expand Down

0 comments on commit 5b90e5f

Please sign in to comment.