fix(exporter): fix typo rx -> tx for PCIe TX query in dashboard template

This commit is contained in:
Xuehai Pan 2025-08-16 20:32:18 +08:00
parent 251f071c2c
commit d73ab01163

View file

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