The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/public/app/plugins/datasource/loki
Matias Chomicki bca8bd3c8b
Logs: Added query splitting support for forward searching logs (#93450)
8 months ago
..
__mocks__ Loki: Use label/<name>/values API instead of series API for label values discovery (#83044) 1 year ago
components Loki: Add option to issue forward queries (#91181) 10 months ago
configuration React: Use new JSX transform (#88802) 11 months ago
docs Loki: Use label/<name>/values API instead of series API for label values discovery (#83044) 1 year ago
img
migrations Loki: Fix including of template variables in variable query editor (#69698) 2 years ago
querybuilder Loki: Add option to issue forward queries (#91181) 10 months ago
LanguageProvider.test.ts Loki language provider: don't cache empty array while querying (#92092) 9 months ago
LanguageProvider.ts Loki language provider: don't cache empty array while querying (#92092) 9 months ago
LiveStreams.test.ts Logs: Fix unresponsive log lines if duplicate ids in Elasticsearch (#68569) 2 years ago
LiveStreams.ts Chore: Improve types (#85659) 1 year ago
LogContextProvider.test.ts Loki: Fix log context when no label types are present (#87587) 1 year ago
LogContextProvider.ts Loki: Fix log context when no label types are present (#87587) 1 year ago
LokiVariableSupport.test.ts Loki: Update mocks and move into __mocks__ (#79993) 1 year ago
LokiVariableSupport.ts Loki: Fix `timeRange` missing in variable requests (#79326) 1 year ago
README.md
backendResultTransformer.test.ts Loki: Higlight search words in queries when using template variables (#91949) 10 months ago
backendResultTransformer.ts Loki: Higlight search words in queries when using template variables (#91949) 10 months ago
dataquery.cue Infinite scrolling: Add X-Query-Tag header (#81089) 1 year ago
dataquery.gen.ts Schemas: Reduce duplicated jenny code (#84061) 1 year ago
datasource.test.ts Loki: Add UI support for `detected_level` (#93574) 8 months ago
datasource.ts Loki: Add UI support for `detected_level` (#93574) 8 months ago
getDerivedFields.test.ts Loki: Remove getQueryOptions as not needed in tests (#80747) 1 year ago
getDerivedFields.ts Loki: Fix derived fields with undefined `matcherType` (#78849) 2 years ago
languageUtils.test.ts Loki: Remove prom utils in import/export from abstract query (#80312) 1 year ago
languageUtils.ts Loki: Remove prom utils in import/export from abstract query (#80312) 1 year ago
language_utils.test.ts
lineParser.test.ts Loki: Add `unpack` query builder hint (#65608) 2 years ago
lineParser.ts Loki: Add `unpack` query builder hint (#65608) 2 years ago
liveStreamsResultTransformer.test.ts Logs: Fix unresponsive log lines if duplicate ids in Elasticsearch (#68569) 2 years ago
liveStreamsResultTransformer.ts Logs: Fix unresponsive log lines if duplicate ids in Elasticsearch (#68569) 2 years ago
logsTimeSplitting.test.ts Loki Query Splitting: Rename from "chunk" to "splitting" (#65630) 2 years ago
logsTimeSplitting.ts Loki Query Splitting: Rename from "chunk" to "splitting" (#65630) 2 years ago
makeTableFrames.test.ts FieldValues: Use plain arrays instead of Vector (part 3 of 2) (#66612) 2 years ago
makeTableFrames.ts Chore: Remove the deprecated Vector type (#83469) 1 year ago
metricTimeSplitting.test.ts Loki: Fix metric time splitting to split starting with the start time (#80085) 1 year ago
metricTimeSplitting.ts Loki: Fix metric time splitting to split starting with the start time (#80085) 1 year ago
modifyQuery.test.ts Loki: Fix ad hoc filters adding stream selectors to stream selectors and line filters (#90626) 10 months ago
modifyQuery.ts Loki: Fix ad hoc filters adding stream selectors to stream selectors and line filters (#90626) 10 months ago
module.test.ts Loki: Remove `instant` query type from Log queries (#90137) 10 months ago
module.ts
plugin.json
queryHints.test.ts FieldValues: Use plain arrays instead of Vector (part 3 of 2) (#66612) 2 years ago
queryHints.ts Loki: Add `unpack` query builder hint (#65608) 2 years ago
querySplitting.test.ts Logs: Added query splitting support for forward searching logs (#93450) 8 months ago
querySplitting.ts Logs: Added query splitting support for forward searching logs (#93450) 8 months ago
queryUtils.test.ts Loki: Remove `instant` query type from Log queries (#90137) 10 months ago
queryUtils.ts Loki: Higlight search words in queries when using template variables (#91949) 10 months ago
responseUtils.test.ts Loki: Add UI support for `detected_level` (#93574) 8 months ago
responseUtils.ts Loki: Add UI support for `detected_level` (#93574) 8 months ago
sortDataFrame.test.ts loki: logs-context: handle sorting for dataplane frames (#72286) 2 years ago
sortDataFrame.ts Chore: Remove the deprecated Vector type (#83469) 1 year ago
streaming.test.ts Loki: Move `convertToWebSocketUrl` from Explore to Loki (#78542) 2 years ago
streaming.ts Chore: Improve typings (#93180) 9 months ago
syntax.test.ts
syntax.ts Loki: Clean up Language provider and remove unused code (#77315) 2 years ago
tracking.test.ts Loki: Remove tracking `grafana_loki_query_executed` and add `grafana_explore_loki_query_executed` (#86484) 1 year ago
tracking.ts Loki: Remove tracking `grafana_loki_query_executed` and add `grafana_explore_loki_query_executed` (#86484) 1 year ago
types.ts Schemas: Reduce duplicated jenny code (#84061) 1 year ago

README.md

Loki Data Source - Native Plugin

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