scalyr / scalyr-grafana-datasource-plugin

Apache License 2.0
14 stars 5 forks source link

CT-500: Fix table representation of Power Queries #80

Closed yanscalyr closed 2 years ago

yanscalyr commented 2 years ago

At some point the "panel type" field our plugin used to determine how to format PQ data was removed. There seems to now be a single format that should work for both table and graph representations. This PR does not do the work to make the graph representation correct, and in fact makes it more broken than before.

There will be another PR to cover CT-485 that should restore graph functionality, more or less we need to map timestamp values to the time column and translate them to the format Grafana expects.