grafana/public/app/plugins/datasource/loki
Hugo Häggmark 4b4afc7b2c
Chore: reduces circular dependencies for variables/utils.ts (#44087)
* Chore: move constants to own file

* Chore: moves safe* functions to grafana/data

* Chore: moves safe* functions to grafana/data

* Chore: adds VariableQueryEditorProps and deprecates VariableQueryProps

* Chore: remove getDefaultVariableAdapters function

* Chore: moves transaction status to types

* Chore: fix tests that do not initialise TemplateSrv

* Chore: change space when stringifying

* Chore: revert safe* func move

* Chore: remove circular dependency in Explore utils
2022-01-17 12:48:26 +01:00
..
components Loki: use queryType rather than range|instant flags (#43727) 2022-01-07 10:00:11 -08:00
configuration Chore: reduces circular dependencies for variables/utils.ts (#44087) 2022-01-17 12:48:26 +01:00
img loki: updates the logo 2018-12-12 20:34:33 +01:00
partials Loki: Add formatting for annotations (#34774) 2021-05-28 10:12:03 +02:00
add_label_to_query.test.ts Loki: Fix adding of ad hoc filters for queries with parser and line_format expressions (#42590) 2021-12-03 14:11:43 +01:00
add_label_to_query.ts Loki: Fix adding of ad hoc filters for queries with parser and line_format expressions (#42590) 2021-12-03 14:11:43 +01:00
datasource.test.ts Explore: Generic query import/export (#40987) 2021-12-14 14:36:47 +01:00
datasource.ts Loki: use queryType rather than range|instant flags (#43727) 2022-01-07 10:00:11 -08:00
language_provider.test.ts Loki: use queryType rather than range|instant flags (#43727) 2022-01-07 10:00:11 -08:00
language_provider.ts Loki: use queryType rather than range|instant flags (#43727) 2022-01-07 10:00:11 -08:00
language_utils.ts Loki: Update labels in log browser when time range changes (#37520) 2021-08-04 14:37:19 +02:00
live_streams.test.ts Dependencies: Jest 27 (#42681) 2021-12-03 17:09:25 +00:00
live_streams.ts Loki: fix typescript-strict-mode error (#40566) 2021-10-18 12:35:56 +02:00
LokiAnnotationsQueryCtrl.tsx Fix showing of Loki query editor in Annotations (#33279) 2021-04-23 09:48:35 +02:00
mocks.ts Prometheus: Fix validate selector in metrics browser (#38921) 2021-09-07 15:44:45 +02:00
module.ts Alerting: app specific query editors for Loki and Prometheus (#34365) 2021-05-19 16:24:27 +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: Fix highlight of logs when using filter expressions with backticks (#36024) 2021-06-24 12:55:25 +02:00
query_utils.ts Loki: Fix highlight of logs when using filter expressions with backticks (#36024) 2021-06-24 12:55: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
result_transformer.test.ts Explore: Support custom display label for derived fields buttons for Loki datasource (#37273) 2021-07-29 12:42:20 -06:00
result_transformer.ts Legend: extract common renderLegendFormat function (loki+prom) (#43054) 2021-12-15 04:19:16 +01:00
syntax.test.ts Loki: LogQL v2 support (#27884) 2020-10-14 10:22:39 +02:00
syntax.ts Loki: Fix adding of ad hoc filters for queries with parser and line_format expressions (#42590) 2021-12-03 14:11:43 +01:00
types.ts Loki: use queryType rather than range|instant flags (#43727) 2022-01-07 10:00:11 -08:00

Loki Data Source - Native Plugin

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