Latest version of plugin doesn't work with table, had to revert to 0.25
jnunezgts opened this issue · 1 comments
jnunezgts commented
Hello,
Latest version of the plugin doesn't work, somehow Grafana 8.5.4 keeps waiting for the data to show up, forever.
How to reproduce
[
{
"schema": {
"fields": [
{
"name": "Time",
"config": {},
"type": "time"
},
{
"name": "Server",
"config": {},
"type": "string"
},
{
"name": "Failed test",
"config": {},
"type": "string"
},
{
"name": "Notes",
"config": {},
"type": "string"
}
]
},
"data": {
"values": [
[
1654845549000,
1654845882000,
1654847530000
],
[
"XXX049p.company.com",
"XXX082p.company.com",
"XXX073p.company.com"
],
[
"test1.py",
"test2.sh",
"test3.sh"
],
[
"Investigate",
"Investigate",
"Investigate"
]
]
}
}
]
Workaround
Install older version:
[root@XXX002p grafana]# grafana-cli plugins install simpod-json-datasource 0.2.5
✔ Downloaded simpod-json-datasource v0.2.5 zip successfully
simPod commented
Hello, I'm sorry but it works. v0.5 is much different from 0.2. You have to change your server for sure. Try to reimplement it (see Readme / releases)