grafana/public/app/plugins/datasource/opentsdb
kay delaney bad048b7ba
Performance: Standardize lodash imports to use destructured members (#33040)
* Performance: Standardize lodash imports to use destructured members
Changes lodash imports of the form `import x from 'lodash/x'` to
`import { x } from 'lodash'` to reduce bundle size.

* Remove unnecessary _ import from Graph component

* Enforce lodash import style

* Fix remaining lodash imports
2021-04-21 09:38:00 +02:00
..
components Revert "Add min time interval in opentsdb plugin (#31534)" (#32226) 2021-03-22 18:39:59 +01:00
img optimize png images using zopflipng (#6197) 2016-10-05 15:57:50 +02:00
partials @grafana/ui: Various smaller Icon updates (#23588) 2020-04-16 13:49:58 +02:00
specs Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
datasource.d.ts tech: ran pretttier on all typescript files 2017-12-19 16:06:54 +01:00
datasource.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
module.ts OpenTsdb: Migrate Config Editor to React (#20808) 2019-12-03 08:56:05 +01:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
query_ctrl.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
README.md plugins: update meta data for all core plugins 2018-02-15 16:50:38 +01:00
types.ts Revert "Add min time interval in opentsdb plugin (#31534)" (#32226) 2021-03-22 18:39:59 +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/