grafana/public/app/plugins/datasource/loki
Ivana Huckova 2aa6f4d17b
Loki: Fix showing of default visual query only if no expression (#47764)
* AutoSizeInput: Fix updating of value

* Update

* Revert "Update"

This reverts commit a3b527e0c6.

* Revert "AutoSizeInput: Fix updating of value"

This reverts commit d4b4ae0a10.

* Fix showing of default visual query only if no expression

* Update public/app/plugins/datasource/loki/querybuilder/components/LokiQueryBuilderContainer.tsx

* Update public/app/plugins/datasource/loki/querybuilder/components/LokiQueryBuilderContainer.tsx

* Update

* Update
2022-04-19 15:29:27 +02:00
..
components Loki: Add parsing of query to visual query (#46700) 2022-03-31 10:51:49 +02:00
configuration Explore: Fix time interpolation (#46737) 2022-03-29 15:10:40 +02: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
querybuilder Loki: Fix showing of default visual query only if no expression (#47764) 2022-04-19 15:29:27 +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
backendResultTransformer.test.ts loki: use single-dataframe format on the backend (#47069) 2022-04-12 11:58:48 +02:00
backendResultTransformer.ts loki: use single-dataframe format on the backend (#47069) 2022-04-12 11:58:48 +02:00
datasource.test.ts loki: removed unused fields, params, attributes (#47571) 2022-04-12 12:09:47 +02:00
datasource.ts QueryEditorRow: Show query errors next to query in a consistent way across Grafana (#47613) 2022-04-14 12:57:56 +02:00
language_provider.test.ts Loki: Add aggregate by label support (#46965) 2022-03-29 17:49:21 +02:00
language_provider.ts Loki: Add aggregate by label support (#46965) 2022-03-29 17:49:21 +02: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: use the same dataframe-format for both live and normal queries (#47153) 2022-04-08 09:57:06 +02:00
LokiAnnotationsQueryCtrl.tsx Fix showing of Loki query editor in Annotations (#33279) 2021-04-23 09:48:35 +02:00
makeTableFrames.test.ts loki: backend-mode: add nanosecond-timestamps (#45963) 2022-03-04 09:42:18 +01:00
makeTableFrames.ts loki: backend mode: support all query types (#45619) 2022-02-25 09:14:17 +01:00
mocks.ts Prometheus: Show variable options in query builder (#44784) 2022-02-03 11:40:19 +01:00
module.ts Loki: Add aggregate by label support (#46965) 2022-03-29 17:49:21 +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: add helper function to handle instant/range queries (#44785) 2022-02-03 10:25:37 +01:00
query_utils.ts Chore: Replace deprecated String.prototype.substr() (#46763) 2022-04-04 11:08:06 +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 Loki: use the same dataframe-format for both live and normal queries (#47153) 2022-04-08 09:57:06 +02:00
result_transformer.ts loki: removed unused fields, params, attributes (#47571) 2022-04-12 12:09:47 +02:00
streaming.ts Loki: Add aggregate by label support (#46965) 2022-03-29 17:49:21 +02:00
syntax.test.ts Loki: Uppercase autocomplete (#45123) 2022-02-15 11:02:51 +00:00
syntax.ts Add unpack to Loki Log Browser (#44623). (#46573) 2022-03-15 14:17:36 +01:00
types.ts Loki: Use single string expr as a state for the visual editor (#47566) 2022-04-14 10:59:39 +02:00

Loki Data Source - Native Plugin

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