grafana/public/app/plugins/datasource/loki
Giordano Ricci c68d7f1e35
Correlations: Add CorrelationSettings Page (#53821)
* GrafanaUI: add option to close DeleteButton on confirm click

* add datasource readOnly info to frontend settings

* move isTruthy utility type guard

* add generic non-visualization table component

* Add correlations settings page

* add missing readOnly in mock

* Fix typo

* avoid reloading correlations after add/remove

* use DeepPartial from rhf

* validate source data source

* fix validation logic

* fix navmodel test

* add missing readonly property

* remove unused styles

* handle multiple clicks on elements

* better UX for loading states

* fix remove handler

* add glue icon
2022-08-26 11:27:28 +01:00
..
components Loki: refactor mock instance creation and clean up datasource test (#54176) 2022-08-26 09:26:48 +02:00
configuration Chore(loki): remove any from DerivedFields test (#53547) 2022-08-24 10:06:28 +02:00
img loki: updates the logo 2018-12-12 20:34:33 +01: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: refactor mock instance creation and clean up datasource test (#54176) 2022-08-26 09:26:48 +02:00
datasource.ts Dashboard: Spelling corrections in end-user visible dialogs (#53340) 2022-08-09 10:19:30 +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 Loki: refactor mock instance creation and clean up datasource test (#54176) 2022-08-26 09:26:48 +02: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 Prometheus/Loki: Show raw query by default in the builder(#50007) 2022-06-02 13:50:10 +02:00

Loki Data Source - Native Plugin

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