Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regression: text data is empty for timeseries aggregation #492

Closed
2 tasks
ptempier opened this issue Dec 1, 2017 · 6 comments
Closed
2 tasks

regression: text data is empty for timeseries aggregation #492

ptempier opened this issue Dec 1, 2017 · 6 comments

Comments

@ptempier
Copy link

ptempier commented Dec 1, 2017

I'm submitting a ...

  • [x ] Bug report
  • Feature request
  • Question / Support request

If you don't send bug report, remove sections below

For bug report please include this information:

Software Versions

Grafana Zabbix Grafana-Zabbix Plugin
v4.6.2 3.2.6 3.7.0

What did you do?

try to show text data in time serie aggregation
example , various services report their versions via a string
we display a table with a time serie aggregation to show the last version for each service

What was the expected result?

correct text/version displayed

What happened instead?

the table cell is empty

If it relates to metric data visualization would be great to get

  • An image or text representation of your metric query
  • The raw query and response for the network request (check this in chrome dev tools network tab, here you can see metric requests and other request, please include the request body and request response)

query inspector result , so the data is there, but the cell is empty
xhrStatus:"complete"
request:Object
method:"POST"
url:"api/datasources/proxy/1"
data:Object
jsonrpc:"2.0"
method:"history.get"
params:Object
id:1
auth:"0xxxd"
response:Object
jsonrpc:"2.0"
result:Array[2]
0:Object
itemid:"2300301"
clock:"1512125512"
value:"7.8-354"
ns:"801251797"
1:Object
itemid:"2300301"
clock:"1512125633"
value:"7.8-354"
ns:"569943520"
id:1

@alexanderzobnin
Copy link
Collaborator

Have you noticed, does it work with previous Grafana versions? It's grafana-related issue, because zabbix plugin just returns series with string values and then table panel tries to aggregate it.

@ptempier
Copy link
Author

ptempier commented Dec 3, 2017

Hello

Yes, it was working before grafana update.
Can t remember if i updated the plugin at the same time than grafana.

@ptempier
Copy link
Author

ptempier commented Jan 5, 2018

:/ Updated both grafana and the plugin, still got the same issue.

@alexanderzobnin
Copy link
Collaborator

Yes, working on the feature which can fix this (table format support).

@ptempier
Copy link
Author

Haa cool, thanks a lot :)

@alexanderzobnin
Copy link
Collaborator

Fixed by 6001761

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants