grafana/public/app/plugins/datasource/loki
Hugo Häggmark de1b2bdc4c
Transformations: Use Observable (#27584)
* WIP: changes transformer API to Observable

* Refactor: changes ResultProcessor

* WIP: TransformationUI

* wip

* Refactor: Cleaning up code in CalculateFieldTransformerEditorProps

* Refactor: pushing editor and input output down to TransformationEditor

* Refactor: renaming props

* Refactor: makes transformDataFrame more readable

* Refactor: fixes editor issues

* Refactor: changes after merge with master and first tests

* Tests: completes the tests for the Explore changes

* Tests: fixes all transform tests

* Tests: fixed annotations test

* Tests: fixed typechecks

* Refactor: changes transform interface to MonoTypeOperatorFunction

* Chore: cleans up typings

* Update packages/grafana-data/src/transformations/transformDataFrame.ts

Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>

* Tests: fixes broken tests

Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
2020-10-06 07:55:09 +02:00
..
components Loki: Send current time range when fetching labels and values (#26622) 2020-07-30 18:04:20 +02:00
configuration Chore: More typescript strict null fixes, going for sub 200 (#26134) 2020-07-09 15:16:35 +02:00
img loki: updates the logo 2018-12-12 20:34:33 +01:00
partials ReactMigration: Migrate Loki and Elastic config pages to React (#19979) 2019-10-25 16:43:20 +02:00
datasource.test.ts Transformations: Use Observable (#27584) 2020-10-06 07:55:09 +02:00
datasource.ts Loki: Run instant query only in Explore (#27974) 2020-10-04 21:41:12 +02:00
language_provider.test.ts Explore: Keep typeahead suggestions for exact label matches in Loki q… (#27201) 2020-09-21 16:56:20 +01:00
language_provider.ts Explore: Keep typeahead suggestions for exact label matches in Loki q… (#27201) 2020-09-21 16:56:20 +01:00
live_streams.test.ts Datasource/Loki: Remove code dealing with legacy Loki endpoints (#23437) 2020-04-22 12:59:06 +01:00
live_streams.ts Explore: Unification of logs/metrics/traces user interface (#25890) 2020-07-09 15:14:55 +01:00
LokiAnnotationsQueryCtrl.tsx Annotations: Add annotations support to Loki (#18949) 2019-09-10 11:04:44 +02:00
mocks.ts Loki: Fix refresh on time range change for template variable queries (#26968) 2020-08-14 10:33:37 +02:00
module.ts Explore: Adds Loki explore query editor (#21497) 2020-02-06 12:34:52 +00:00
plugin.json Chore: show grafana labs not project (#23913) 2020-04-26 15:34:56 -07:00
query_utils.test.ts Chore: Fix typescript strict null errors from 674 -> 565 (#26057) 2020-07-06 21:16:27 +02:00
query_utils.ts Chore: Fix typescript strict null errors from 674 -> 565 (#26057) 2020-07-06 21:16:27 +02:00
README.md Docs: Minor edits to the README and several md files (#19238) 2019-09-20 00:04:56 +02:00
result_transformer.test.ts Chore: Remove angular dependency from data sources (#27735) 2020-10-01 18:51:23 +01:00
result_transformer.ts Chore: Remove angular dependency from data sources (#27735) 2020-10-01 18:51:23 +01:00
syntax.test.ts Loki, Prometheus: Fix PromQL and LogQL syntax highlighting (#21944) 2020-02-12 15:45:36 +01:00
syntax.ts Loki, Prometheus: Fix PromQL and LogQL syntax highlighting (#21944) 2020-02-12 15:45:36 +01:00
types.ts Loki: Add scopedVars support in legend formatting for repeated variables (#27046) 2020-08-19 08:28:50 +02:00

Loki Data Source - Native Plugin

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