grafana / piechart-panel

Pie Chart Panel Plugin
MIT License
151 stars 101 forks source link

Log panel doesn't show data and has a white square in top right #246

Closed athulmurali closed 3 years ago

athulmurali commented 3 years ago

Grafana CLI version 7.1.3 00:23 $ grafana-server -v Version 7.1.3

I have enabled logs, by setting logs : true in plugin.json

Also, made sure that the data sent to panel is containing at least one string and one time stamp type as mentioned in


Log panel img

All panels

The response sample sent to Log panel

https://codebeautify.org/jsonviewer/cbb826c8

My question on stack overflow related to this https://stackoverflow.com/questions/63496544/what-do-i-return-from-the-query-function-of-datasource-js-for-grafana-log-panel

This is the first time that I am try to add a log panel.

Hence, I am unsure if this is a bug or an issue with the data ?

Also, adding a tooltip text to explain what the white square represents will be lot helpful