grafana/pkg/plugins
David Kaltschmidt 3297ae462d Datasource for Grafana logging platform
- new builtin datasource plugin "Logging" (likely going to be renamed)
- plugin implements no panel ctrls yet, only ships datasource
- new models for logging data as first class citizen (aside from table
  and time_series model)
- Logs as new view for Explore
- JSON view for development

Testable only against existing logish deployment.
Then test with queries like `{job="..."} regexp`.
2018-07-20 17:07:17 +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 dashboard: import to folder 2018-06-05 19:23:09 +03: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 dashboard: import to folder 2018-06-05 19:23:09 +03:00
datasource_plugin.go Datasource for Grafana logging platform 2018-07-20 17:07:17 +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