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
Ivana Huckova fe1ed307c0
Loki: Use fixed components from `@grafana/experimental` 1.7.9 (#81636)
1 year ago
..
__mocks__ Loki: Update mocks and move into __mocks__ (#79993) 1 year ago
components Loki: Implement visual query builder from `@grafana/experimental` (#81140) 1 year ago
configuration Loki: Use DataSourcePicker from runtime in DerivedField (#80629) 1 year ago
docs Loki: Remove relying on timeSrv.timeRange in LanguageProvider (#78450) 2 years ago
img
migrations Loki: Fix including of template variables in variable query editor (#69698) 2 years ago
querybuilder Loki: Use fixed components from `@grafana/experimental` 1.7.9 (#81636) 1 year ago
LanguageProvider.test.ts Loki: Fix throwing error when no labels received (#81077) 1 year ago
LanguageProvider.ts Loki: Fix throwing error when no labels received (#81077) 1 year ago
LiveStreams.test.ts Logs: Fix unresponsive log lines if duplicate ids in Elasticsearch (#68569) 2 years ago
LiveStreams.ts Loki: Rename public/app/plugins/datasource/loki/live_streams.ts file to follow convention (#55148) 3 years ago
LogContextProvider.test.ts Loki: Update mocks and move into __mocks__ (#79993) 1 year ago
LogContextProvider.ts Loki: Remove dependency on appNotification (#80035) 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 Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 4 years ago
backendResultTransformer.test.ts FieldValues: Use plain arrays instead of Vector (part 3 of 2) (#66612) 2 years ago
backendResultTransformer.ts Loki: Added support for "or" statements in line filters (#78705) 1 year ago
dataquery.cue Infinite scrolling: Add X-Query-Tag header (#81089) 1 year ago
dataquery.gen.ts Infinite scrolling: Add X-Query-Tag header (#81089) 1 year ago
datasource.test.ts Supplementary queries: allow plugin decoupling by allowing providers to return a request instance (#80281) 1 year ago
datasource.ts Supplementary queries: allow plugin decoupling by allowing providers to return a request instance (#80281) 1 year 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) 1 year 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 Loki: query editor using Monaco (#55391) 3 years ago
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 FieldValues: Use plain arrays instead of Vector (part 3 of 2) (#66612) 2 years 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 label not being added to all subexpressions (#81360) 1 year ago
modifyQuery.ts Loki: Fix label not being added to all subexpressions (#81360) 1 year ago
module.test.ts Loki: Fix tracking of `queries_with_changed_line_limit_count` (#60091) 2 years ago
module.ts Loki: Add tracking for on dashboard load (#59914) 2 years ago
plugin.json Plugins: Set backend metadata property for core plugins (#43349) 3 years ago
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 Loki: Remove imports from core in various files (#79990) 1 year ago
querySplitting.ts Loki: Remove dependecy on core and move to `@grafana/o11y-ds-frontend` (#81284) 1 year ago
queryUtils.test.ts Loki: Update mocks and move into __mocks__ (#79993) 1 year ago
queryUtils.ts Loki: Drop all errors in volume requests (#79686) 1 year ago
responseUtils.test.ts Loki: Fix processing of all lines labels in getParserAndLabelKeys (#81483) 1 year ago
responseUtils.ts Loki: Fix processing of all lines labels in getParserAndLabelKeys (#81483) 1 year ago
sortDataFrame.test.ts loki: logs-context: handle sorting for dataplane frames (#72286) 2 years ago
sortDataFrame.ts loki: logs-context: handle sorting for dataplane frames (#72286) 2 years ago
streaming.test.ts Loki: Move `convertToWebSocketUrl` from Explore to Loki (#78542) 2 years ago
streaming.ts Loki: Move `convertToWebSocketUrl` from Explore to Loki (#78542) 2 years ago
syntax.test.ts Explore: Fix vector(5) syntax error in loki log explore (#63994) 2 years ago
syntax.ts Loki: Clean up Language provider and remove unused code (#77315) 2 years ago
tracking.test.ts Loki: Implement visual query builder from `@grafana/experimental` (#81140) 1 year ago
tracking.ts Loki: Implement visual query builder from `@grafana/experimental` (#81140) 1 year ago
types.ts Loki: Add structured metadata keys to autocomplete (#78584) 2 years 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.