Chore: Update InfluxDB response parser test files (#81899)
* add show diagnostics tests * update test files
This commit is contained in:
@@ -1,29 +1 @@
|
||||
{
|
||||
"results": [
|
||||
{
|
||||
"series": [
|
||||
{
|
||||
"name": "cpu",
|
||||
"columns": [
|
||||
"time",
|
||||
"mean"
|
||||
],
|
||||
"values": [
|
||||
[
|
||||
100,
|
||||
50
|
||||
],
|
||||
[
|
||||
101,
|
||||
"hello"
|
||||
],
|
||||
[
|
||||
102,
|
||||
52
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
{"results":[{"series":[{"name":"cpu","columns":["time","mean"],"values":[[100,50],[101,"hello"],[102,52]]}]}]}
|
||||
|
||||
Reference in New Issue
Block a user