grafana/public/app/plugins/datasource/opentsdb
David Kaltschmidt 54c9beb146 Explore: jump to explore from panels with mixed datasources
- extends handlers for panel menu and keypress 'x'
- in a mixed-datasource panel finds first datasource that supports
  explore and collects its targets
- passes those targets to the found datasource to be serialized for
  explore state
- removed `supportMetrics` and `supportsExplore`
- use datasource metadata instead (set in plugin.json)
- Use angular timeout to wrap url change for explore jump
- Extract getExploreUrl into core/utils/explore
2018-10-01 12:03:57 +02:00
..
img optimize png images using zopflipng (#6197) 2016-10-05 15:57:50 +02:00
partials Checkbox fixes (#9400) 2017-10-03 13:23:05 +02:00
specs Changed functions to arrow functions for only-arrow-functions rule. 2018-09-04 17:02:32 +02:00
config_ctrl.ts cleanup: removed unused typescript typings import 2018-01-04 10:12:02 +01:00
datasource.d.ts tech: ran pretttier on all typescript files 2017-12-19 16:06:54 +01:00
datasource.ts Explore: jump to explore from panels with mixed datasources 2018-10-01 12:03:57 +02:00
module.ts prettier: change to single quoting 2017-12-20 12:33:33 +01:00
plugin.json plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
query_ctrl.ts Changed functions to arrow functions for only-arrow-functions rule. 2018-09-04 14:27:03 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00

OpenTSDB Data Source - Native Plugin

Grafana ships with built in support for OpenTSDB, a scalable, distributed time series database.

Read more about it here:

http://docs.grafana.org/datasources/opentsdb/