grafana/pkg/plugins
Agnès Toulet ec71919e7b
Rendering: add CSV support (#33729)
* Rendering: add CSV rendering support

* Rendering: save csv files into a separate folder

* add missing field

* Renderer: get filename from renderer plugin

* apply PR suggestions

* Rendering: remove old PhantomJS error

* Rendering: separate RenderCSV and Render functions

* fix alerting test

* Rendering: fix handling error in HTTP mode

* apply PR feedback

* Update pkg/services/rendering/http_mode.go

Co-authored-by: Joan López de la Franca Beltran <joanjan14@gmail.com>

* apply PR feedback

* Update rendering metrics with type label

* Rendering: return error if not able to parse header

* Rendering: update grpc generated file

* Rendering: use context.WithTimeout to render CSV too

Co-authored-by: Joan López de la Franca Beltran <joanjan14@gmail.com>
2021-05-12 17:16:57 +02:00
..
adapters Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
backendplugin Rendering: add CSV support (#33729) 2021-05-12 17:16:57 +02:00
manager Ensure http client has no timeout (#33856) 2021-05-10 16:59:33 +02:00
plugincontext Basic streaming plugin support (#31940) 2021-03-23 20:24:08 +03:00
plugindashboards PluginManager: Make remaining plugin state non-global (#32094) 2021-03-18 13:53:01 +01:00
app_plugin.go Plugins: AuthType in route configuration and params interpolation (#33674) 2021-05-06 22:05:23 +02:00
backend_utils.go Chore: Fix various spelling errors in back-end code (#25241) 2020-06-01 17:11:25 +02:00
dashboards.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
dataframes.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
datasource_plugin_wrapper_test.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
datasource_plugin_wrapper_v2.go Basic streaming plugin support (#31940) 2021-03-23 20:24:08 +03:00
datasource_plugin_wrapper.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
datasource_plugin.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
error.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
frontend_plugin_test.go Backend: Migrate to using non-global configuration (#31856) 2021-03-10 12:41:29 +01:00
frontend_plugin.go Backend: Migrate to using non-global configuration (#31856) 2021-03-10 12:41:29 +01:00
ifaces.go Plugins: Move plugin installing + uninstalling logic from CLI to plugins package (#33274) 2021-04-26 16:13:40 +02:00
models.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
panel_plugin.go PanelEdit: Improves viz picker ux, auto close on click (#33633) 2021-05-03 16:49:09 +02:00
plugins.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
renderer_plugin.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
state.go Introduce TSDB service (#31520) 2021-03-08 07:02:49 +01:00
tsdb.go TSDB: add deprecation comments to many tsdb structs (#33281) 2021-04-23 03:03:11 +02:00