grafana/pkg/plugins
Torkel Ödegaard 80d694d205
Backend image rendering as plugin (#11966)
* rendering: headless chrome progress

* renderer: minor change

* grpc: version hell

* updated grpc libs

* wip: minor progess

* rendering: new image rendering plugin is starting to work

* feat: now phantomjs works as well and updated alerting to use new rendering service

* refactor: renamed renderer package and service to rendering to make renderer name less confusing (rendering is internal service that handles the renderer plugin now)

* rendering: now render key is passed and render auth is working in plugin mode

* removed unneeded lines from gitignore

* rendering: now plugin mode supports waiting for all panels to complete rendering

* fix: LastSeenAt fix for render calls, was not set which causes a lot of updates to Last Seen at during rendering, this should fix sqlite db locked issues in seen in previous releases

* change: changed render tz url parameter to use proper timezone name as chrome does not handle UTC offset TZ values

* fix: another update to tz param generation

* renderer: added http mode to renderer service, new ini setting [rendering] server_url
2018-05-24 15:26:27 +02:00
..
datasource/wrapper Backend image rendering as plugin (#11966) 2018-05-24 15:26:27 +02:00
app_plugin.go datasource-proxy: token exchange 2017-08-23 17:18:43 +02:00
backend_utils.go Backend image rendering as plugin (#11966) 2018-05-24 15:26:27 +02:00
dashboard_importer_test.go Initial Baby Step to refactoring settings from global vars to instance (#11777) 2018-04-30 16:21:04 +02:00
dashboard_importer.go Outdent code after if block that ends with return (golint) 2018-04-27 23:10:43 +02:00
dashboards_test.go Initial Baby Step to refactoring settings from global vars to instance (#11777) 2018-04-30 16:21:04 +02:00
dashboards_updater.go Outdent code after if block that ends with return (golint) 2018-04-27 23:10:43 +02:00
dashboards.go Update logic for create/update dashboard, validation and plugin dashboard links (#10809) 2018-02-08 12:48:38 +01:00
datasource_plugin.go Backend image rendering as plugin (#11966) 2018-05-24 15:26:27 +02:00
frontend_plugin_test.go plugin: fix path for app plugins on windows 2018-01-04 17:32:57 +01:00
frontend_plugin.go plugin: fix path for app plugins on windows 2018-01-04 17:32:57 +01:00
hclog-wrapper.go moves plugin proxy to plugin package 2018-01-10 12:11:57 +01:00
models.go fix unconvert issues 2018-04-16 20:04:58 +02:00
panel_plugin.go feat(plugins): better logging and handling of loading plugins, try to create plugins dir if it does not exist, fixes #3974 2016-02-10 11:03:12 +01:00
plugins_test.go Initial Baby Step to refactoring settings from global vars to instance (#11777) 2018-04-30 16:21:04 +02:00
plugins.go Backend image rendering as plugin (#11966) 2018-05-24 15:26:27 +02:00
queries.go pkg: fix codespell issues 2018-04-13 20:31:29 +02:00
renderer_plugin.go Backend image rendering as plugin (#11966) 2018-05-24 15:26:27 +02:00
update_checker.go Remove redundancy in variable declarations (golint) 2018-04-27 22:14:36 +02:00