We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7058aad commit 123da1eCopy full SHA for 123da1e
AutoAD/data/telemetry/run.sh
@@ -1 +1,3 @@
1
-curl 'http://localhost:9090/api/v1/query?query={cluster:node_cpu:ratio_rate5m}\[1d:1m\]' | jq '.data.result[].values[][1]' | sed 's/\"//g' >node_cpu_ratio_rate_5m_1d_1m.csv
+curl 'http://localhost:9090/api/v1/query?query={cluster:node_cpu:ratio_rate5m}\[1d:1m\]' |
2
+ jq '.data.result[].values[][1]' |
3
+ sed 's/\"//g' >node_cpu_ratio_rate_5m_1d_1m.csv
0 commit comments