mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* 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 |
||
---|---|---|
.. | ||
components | ||
img | ||
partials | ||
specs | ||
datasource.d.ts | ||
datasource.ts | ||
module.ts | ||
plugin.json | ||
query_ctrl.ts | ||
README.md | ||
types.ts |
OpenTSDB Data Source - Native Plugin
Grafana ships with built in support for OpenTSDB, a scalable, distributed time series database.
Read more about it here: