mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 06:06:12 -06:00
fix(exporter): fix typo rx -> tx for PCIe TX query in dashboard template
This commit is contained in:
parent
251f071c2c
commit
d73ab01163
1 changed files with 1 additions and 1 deletions
|
|
@ -2333,7 +2333,7 @@
|
|||
},
|
||||
"disableTextWrap": false,
|
||||
"editorMode": "builder",
|
||||
"expr": "gpu_pcie_rx_throughput_MiBps{hostname=~\"$hostname\"}",
|
||||
"expr": "gpu_pcie_tx_throughput_MiBps{hostname=~\"$hostname\"}",
|
||||
"fullMetaSearch": false,
|
||||
"hide": false,
|
||||
"includeNullMetadata": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue