grafana/public/app/plugins/datasource/loki
Matias Chomicki 6e6069a2ba
Loki: Create Variable Query Editor for Loki. (#54102)
* feat(loki-query-editor): create base editor component

* feat(loki-query-editor): update editor to use loki query type

* feat(loki-query-editor): add custom variable support to datasource

* feat(loki-query-editor): prevent errors when no label is present

* Add unit test for LokiMetricFindQuery

* Update datasource test

* Add component test

* Add variable query migration support

* feat(loki-query-editor): add migration support for older-format variables

* Fix enum capitalization for consistency

* Move attribute to the top of the class

* Remove unnecessary from()

* Update capitalization of new enum

* Fix enum capitalization in component

* feat(loki-query-editor): replace unnecessary class with class method
2022-08-30 18:18:51 +02:00
..
components Loki: Create Variable Query Editor for Loki. (#54102) 2022-08-30 18:18:51 +02:00
configuration convert DerivedField test to RTL (#54334) 2022-08-30 10:28:06 +01:00
img loki: updates the logo 2018-12-12 20:34:33 +01:00
migrations Loki: Create Variable Query Editor for Loki. (#54102) 2022-08-30 18:18:51 +02:00
querybuilder Correlations: Add CorrelationSettings Page (#53821) 2022-08-26 11:27:28 +01:00
backendResultTransformer.test.ts loki: better error message when escaping is involved (#50352) 2022-06-08 15:27:58 +02:00
backendResultTransformer.ts Dashboard: Spelling corrections in end-user visible dialogs (#53340) 2022-08-09 10:19:30 +02:00
datasource.test.ts Loki: Create Variable Query Editor for Loki. (#54102) 2022-08-30 18:18:51 +02:00
datasource.ts Loki: Create Variable Query Editor for Loki. (#54102) 2022-08-30 18:18:51 +02:00
getDerivedFields.test.ts loki: backend-mode: handle derived fields (#48873) 2022-05-11 09:29:04 +02:00
getDerivedFields.ts loki: backend-mode: handle derived fields (#48873) 2022-05-11 09:29:04 +02:00
language_provider.test.ts Loki: refactor mock instance creation and clean up datasource test (#54176) 2022-08-26 09:26:48 +02:00
language_provider.ts Dashboard: Spelling corrections in end-user visible dialogs (#53340) 2022-08-09 10:19:30 +02:00
language_utils.test.ts Loki: Show label options for unwrap operation (#52810) 2022-07-27 10:45:30 +02:00
language_utils.ts Loki: Show label options for unwrap operation (#52810) 2022-07-27 10:45:30 +02:00
live_streams_result_transformer.test.ts loki: remove unused code (#52435) 2022-07-27 06:11:09 +00:00
live_streams_result_transformer.ts Dashboard: Spelling corrections in end-user visible dialogs (#53340) 2022-08-09 10:19:30 +02:00
live_streams.test.ts loki: remove unused code (#52435) 2022-07-27 06:11:09 +00:00
live_streams.ts loki: remove unused code (#52435) 2022-07-27 06:11:09 +00:00
makeTableFrames.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
makeTableFrames.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
mocks.ts Chore: add missing properties to mocks (#54290) 2022-08-26 12:17:04 +01:00
modifyQuery.test.ts Update dependency @lezer/common to v1 (#50866) 2022-08-22 08:45:29 -05:00
modifyQuery.ts Update dependency @lezer/common to v1 (#50866) 2022-08-22 08:45:29 -05:00
module.ts Loki: remove angular (#49471) 2022-06-07 12:41:16 +02:00
plugin.json Plugins: Set backend metadata property for core plugins (#43349) 2021-12-22 17:59:26 +01:00
query_utils.test.ts Loki: Rewrite getHighlighterExpressionsFromQuery to use Loki parser (#53316) 2022-08-09 15:23:14 +02:00
query_utils.ts Update dependency @lezer/common to v1 (#50866) 2022-08-22 08:45:29 -05:00
queryHints.test.ts Loki: Add hints for level-like labels (#52414) 2022-07-22 16:59:25 +02:00
queryHints.ts Loki: Add hints for level-like labels (#52414) 2022-07-22 16:59:25 +02:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
responseUtils.test.ts Loki: Add hints for level-like labels (#52414) 2022-07-22 16:59:25 +02:00
responseUtils.ts Loki: Add hints for level-like labels (#52414) 2022-07-22 16:59:25 +02:00
sortDataFrame.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
sortDataFrame.ts Loki: add backend-forward mode to queries, update log-row-context (#47726) 2022-04-20 13:52:15 +02:00
streaming.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
syntax.test.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
syntax.ts loki: better unpack handling (#49074) 2022-05-26 11:26:20 +02:00
types.ts Loki: Create Variable Query Editor for Loki. (#54102) 2022-08-30 18:18:51 +02:00
variables.test.ts Loki: Create Variable Query Editor for Loki. (#54102) 2022-08-30 18:18:51 +02:00
variables.ts Loki: Create Variable Query Editor for Loki. (#54102) 2022-08-30 18:18:51 +02:00

Loki Data Source - Native Plugin

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