grafana/public/app/plugins/datasource/loki
Piotr Jamróz dd095642e2
Prometheus: Use fuzzy string matching to autocomplete metric names and label (#32207)
* Fuzzy search prototype

* Aggregate filter and sorting functions for auto-complete suggestions

* Add a test for fuzzy search

* Simplify setting fuzzy search information

* Rename SimpleHighlighter

* Test PartialHighlighter

* Add PartialHighlighter snapshot

* Simplify PartialHighlighter

* Revert env change

* Clean up the code

* Add fuzzy search for labels

* Bring back backwards compatiblity

* Expose search function type only

* Update docs

* Covert snapshot test to assertions

* Fix docs

* Fix language provider test

* Add a test for autocomplete logic

* Clean up

* Mock Editor functions

* Add fuzzy search to Prometheus labels

* Add docs about backwards compatibility

* Simplify main fuzzy search loop
2021-04-16 17:06:33 +02:00
..
components Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
configuration Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
img loki: updates the logo 2018-12-12 20:34:33 +01:00
partials Loki: Add line limit for annotations (#31183) 2021-02-16 13:27:17 +01:00
datasource.test.ts DashboardSettings: Migrates annotations list & edit view from angular to react and new forms styles (#31950) 2021-04-12 09:41:07 +02:00
datasource.ts Loki: Remove empty annotations tags (#32359) 2021-03-26 14:16:31 +01:00
language_provider.test.ts Loki: Fix autocomplete when re-editing Loki label values (#31828) 2021-03-15 14:11:43 +01:00
language_provider.ts Prometheus: Use fuzzy string matching to autocomplete metric names and label (#32207) 2021-04-16 17:06:33 +02:00
live_streams.test.ts Loki: Append refId to logs uid (#30418) 2021-01-22 11:09:09 +01:00
live_streams.ts Loki: Improve live tailing errors and fix Explore's logs container type errors (#30517) 2021-01-25 17:05:27 +01:00
LokiAnnotationsQueryCtrl.tsx Loki: Add line limit for annotations (#31183) 2021-02-16 13:27:17 +01:00
mocks.ts Loki: Label browser (#30351) 2021-03-02 16:58:14 +01:00
module.ts Dashboards: Adds cheat sheet toggle to supported query editors (#28857) 2021-01-19 23:52:09 +01:00
plugin.json Loki: Add support for alerting (#31424) 2021-03-02 14:55:16 +01: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 Eslint: no-duplicate-imports rule (bump grafana-eslint-config) (#30989) 2021-02-11 13:45:25 +01:00
result_transformer.ts Loki: Append refId to logs uid (#30418) 2021-01-22 11:09:09 +01:00
syntax.test.ts Loki: LogQL v2 support (#27884) 2020-10-14 10:22:39 +02:00
syntax.ts loki_datasource: add documentation to label_format and line_format (#31710) 2021-03-05 23:27:14 +01:00
types.ts Loki/Explore: Add query type selector (#28817) 2020-11-20 11:12:34 +01:00

Loki Data Source - Native Plugin

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