grafana/public/app/plugins/datasource/loki
Gareth Dawson ac942d5e72
Loki: Add placeholder to the loki query editor (#62773)
* fix: add placeholder to loki query editor

* fix: use original placeholder

* refactor: extract set placeholder into seperate function

* fix: use correct monaco types

* revert: unwanted change from merge
2023-02-06 15:38:19 +00:00
..
components Loki: Add placeholder to the loki query editor (#62773) 2023-02-06 15:38:19 +00:00
configuration Plugins: add UI for more supported datasources with secure socks proxy feature toggle (#61962) 2023-01-25 08:39:17 -07: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 Loki Query Editor: Make Monaco the default editor (#62247) 2023-02-06 11:18:01 +01:00
backendResultTransformer.test.ts loki: better error message when escaping is involved (#50352) 2022-06-08 15:27:58 +02:00
backendResultTransformer.ts Loki: Rename public/app/plugins/datasource/loki/query_utils.ts file to follow convention (#55180) 2022-09-16 10:16:54 +02:00
dataquery.cue loki: implement schema for loki query (#62114) 2023-02-02 16:18:30 +00:00
dataquery.gen.ts loki: implement schema for loki query (#62114) 2023-02-02 16:18:30 +00:00
datasource.test.ts Loki: Add X-Query-Tags header for logs sample and data sample (#62333) 2023-01-27 16:41:40 +01:00
datasource.ts LokiContext: Fix wrong queries being run when reopened (#62353) 2023-01-30 09:26:27 +01: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_utils.test.ts Loki: query editor using Monaco (#55391) 2022-10-06 10:35:30 -04:00
LanguageProvider.test.ts Loki Autocomplete: Suggest only possible labels for unwrap (#61411) 2023-01-16 13:07:02 +01:00
LanguageProvider.ts Loki Autocomplete: Suggest only possible labels for unwrap (#61411) 2023-01-16 13:07:02 +01:00
languageUtils.test.ts Loki: Fix wrongly escaped label values when using LabelFilter (#59812) 2022-12-06 12:30:03 +01:00
languageUtils.ts Loki: Fix wrongly escaped label values when using LabelFilter (#59812) 2022-12-06 12:30:03 +01:00
lineParser.test.ts logs: json/logfmt-detection, simplify code (#61492) 2023-01-13 14:33:18 +00:00
lineParser.ts logs: json/logfmt-detection, simplify code (#61492) 2023-01-13 14:33:18 +00:00
LiveStreams.test.ts Loki: Remove any from public/app/plugins/datasource/loki/live_streams.test.ts (#55545) 2022-09-26 16:42:53 +02:00
LiveStreams.ts Loki: Rename public/app/plugins/datasource/loki/live_streams.ts file to follow convention (#55148) 2022-09-14 14:55:15 +02:00
liveStreamsResultTransformer.test.ts Loki: Rename public/app/plugins/datasource/loki/live_streams_result_transformer.ts file to follow convention (#54919) 2022-09-13 10:16:04 +02:00
liveStreamsResultTransformer.ts Loki: Rename public/app/plugins/datasource/loki/live_streams_result_transformer.ts file to follow convention (#54919) 2022-09-13 10:16:04 +02: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 Loki: query editor using Monaco (#55391) 2022-10-06 10:35:30 -04:00
modifyQuery.test.ts Log volume: Fix functionality if query has multiple comments (#61306) 2023-01-11 16:21:02 +00:00
modifyQuery.ts Loki: Show query size approximation (#62109) 2023-01-27 17:32:53 +00:00
module.test.ts Loki: Fix tracking of queries_with_changed_line_limit_count (#60091) 2023-01-09 09:54:57 +01:00
module.ts Loki: Add tracking for on dashboard load (#59914) 2022-12-06 21:15:55 +01:00
plugin.json Plugins: Set backend metadata property for core plugins (#43349) 2021-12-22 17:59:26 +01:00
queryHints.test.ts Loki: Add hints for query filters (#60293) 2023-01-05 13:56:31 +00:00
queryHints.ts Loki: Add hints for query filters (#60293) 2023-01-05 13:56:31 +00:00
queryUtils.test.ts Loki: Track obfuscated query (#61325) 2023-01-13 16:16:47 +00:00
queryUtils.ts Loki: Show query size approximation (#62109) 2023-01-27 17:32:53 +00: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 Autocomplete: Suggest only possible labels for unwrap (#61411) 2023-01-16 13:07:02 +01:00
responseUtils.ts Build: Fix eslint in file (#61568) 2023-01-16 15:42:02 +00: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: query editor using Monaco (#55391) 2022-10-06 10:35:30 -04:00
tracking.ts Loki: Track obfuscated query (#61325) 2023-01-13 16:16:47 +00:00
types.ts loki: implement schema for loki query (#62114) 2023-02-02 16:18:30 +00:00
variables.test.ts Loki: add missing interpolation to metric find query requests (#54979) 2022-09-12 17:48:04 +02:00
variables.ts Loki: add missing interpolation to metric find query requests (#54979) 2022-09-12 17:48:04 +02:00

Loki Data Source - Native Plugin

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