Files
grafana/public/app/plugins/datasource/loki
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
..
2018-12-12 20:34:33 +01:00
2021-03-02 16:58:14 +01:00
2020-10-14 10:22:39 +02:00

Loki Data Source - Native Plugin

This is a built in data source that allows you to connect to the Loki logging service.