grafana/public/app/plugins/datasource/loki
Sven Grossmann 0d8ea2bb34
LogContext: Fix scroll position in upper context group (#56370)
* fix log row being falsely added to context

* do not add to many lines

* fix scroll position in context

* more flexible id comparison

* add original refid to context query

* added missing row comparison

* updated comment

Co-authored-by: Matias Chomicki <matyax@gmail.com>

Co-authored-by: Matias Chomicki <matyax@gmail.com>
2022-10-05 16:26:22 +02:00
..
components fix: some typos (#56171) 2022-10-04 18:43:49 -05:00
configuration refactor(loki-derived-fields): migrate test to testing library (#54729) 2022-09-07 08:54:28 +00: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: Add support for range aggregations with by grouping (#56184) 2022-10-05 11:32:33 +02: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
datasource.test.ts Loki/Prometheus: Fix adding of ad hoc filters when jumping from dashboard to explore (#55915) 2022-09-29 11:17:41 +02:00
datasource.ts LogContext: Fix scroll position in upper context group (#56370) 2022-10-05 16:26:22 +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
LanguageProvider.test.ts Loki: Rename public/app/plugins/datasource/loki/language_provider.ts file to follow convention (#54819) 2022-09-08 14:32:32 +02:00
LanguageProvider.ts Loki: Rename public/app/plugins/datasource/loki/language_provider.ts file to follow convention (#54819) 2022-09-08 14:32:32 +02:00
languageUtils.test.ts Loki: Rename public/app/plugins/datasource/loki/language_utils.ts file to follow convention (#55181) 2022-09-16 08:48:37 +02:00
languageUtils.ts Loki: Rename public/app/plugins/datasource/loki/language_utils.ts file to follow convention (#55181) 2022-09-16 08:48:37 +02: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: add missing interpolation to metric find query requests (#54979) 2022-09-12 17:48:04 +02:00
modifyQuery.test.ts Update dependency @lezer/common to v1 (#50866) 2022-08-22 08:45:29 -05:00
modifyQuery.ts Loki: Remove hardcoded values for parsed query parts (#54755) 2022-09-16 15:35:20 +02: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
queryHints.test.ts Loki: Add hints for level-like labels (#52414) 2022-07-22 16:59:25 +02:00
queryHints.ts Loki: Rename public/app/plugins/datasource/loki/query_utils.ts file to follow convention (#55180) 2022-09-16 10:16:54 +02:00
queryUtils.test.ts Loki: Rename public/app/plugins/datasource/loki/query_utils.ts file to follow convention (#55180) 2022-09-16 10:16:54 +02:00
queryUtils.ts Loki: Remove hardcoded values for parsed query parts (#54755) 2022-09-16 15:35:20 +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 Logs: move logs-functions from grafana-data to grafana-main (#55457) 2022-09-30 12:16:47 +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: 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.