Grafana-zabbix: [Feature Request] Table Panel - JSON data

Created on 15 Jul 2016  路  10Comments  路  Source: alexanderzobnin/grafana-zabbix

Hi @alexanderzobnin , I have a question about using JSON data in table panels.
We want to store some JSONs in Zabbix and use it in table panels, but we tried to store a JSON as a text metric in Zabbix and it didn't worked at all....
I have a doubt on how to properly store this JSON in zabbix so the data source zabbix can get it and use it in a table panel (I'm presuming that since you left the JSON data option in this panel, it is possible to be used with zabbix data source)
Thanks in advance!

datasource feature request

Most helpful comment

Hi!
Any news about this issues?

All 10 comments

I talked about this feature just yesterday in Gitter chat 馃槃 Table panel can show not only timeseries data, but plugin should support it. So I need to add special formatter for table panel.

@evandro-portugal Can you post example of your data?

Hi @alexanderzobnin , sure!
We have those panels for monitoring multiples backups for each ASE database, where "in铆cio" means "start" and "fim" means "end. We use Zabbix discover to create one start and one end for each database discovered, but we would like to show (and this apply to much more information) both start and end time as a column instead of a row, having then just the database itself as a row. The only possible way is to create a JSON structure and store it in zabbix in some way (probably as a text metric).
So, we have the application BACKUP FULL and all the databases with a start time and a end time, resulting in a table panel like this:
table panel

We would like to store a JSON somewhat like this (I'm not sure about the syntax, but just as a example):

[
{
"row": "master",
"column": {
"start": {
"value": "3124121223"
},
"end": {
"value": "412321312412"
}
}
},
{
"row": "ECP",
"column": {
"start": {
"value": "3124121223"
},
"end": {
"value": "412321312412"
}
}
}
]

Hello!

Any estimation time to see this feature in release?
Thank you!

@y34gagarin Not sure, it requires more work than I expected. I think it's a good feature for next release.

Hello.
Some news about this feature ?

Unfortunately haven't time for this yet.

Hi!
Any news about this issues?

+1

hope this feature coming soon

Was this page helpful?
0 / 5 - 0 ratings

Related issues

divanikus picture divanikus  路  7Comments

gustavoyanes picture gustavoyanes  路  7Comments

alexanderzobnin picture alexanderzobnin  路  4Comments

xiaoxue999 picture xiaoxue999  路  3Comments

Akabell95 picture Akabell95  路  8Comments