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
Sven Grossmann 07eb4b1b90
Loki: Remove `distinct` operation (#73938)
2 years ago
..
components Loki: Remove `distinct` operation (#73938) 2 years ago
configuration Loki config: update doc links (#73690) 2 years ago
img
migrations Loki: Fix including of template variables in variable query editor (#69698) 2 years ago
querybuilder Loki: Remove `distinct` operation (#73938) 2 years ago
LanguageProvider.test.ts Loki: Add `unpack` query builder hint (#65608) 2 years ago
LanguageProvider.ts Loki: Introduce `$__auto` range variable for metric queries (#72690) 2 years 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: Preserve pipeline stages in context query (#70472) 2 years ago
LogContextProvider.ts Logs: Implement "infinite" scrolling in log context (#69459) 2 years 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: Rename public/app/plugins/datasource/loki/query_utils.ts file to follow convention (#55180) 3 years ago
dataquery.cue Chore: Remove pfs.GrafanaPlugin from schemas (#71884) 2 years ago
dataquery.gen.ts Chore: Generate plugin version and remove lineage version (#69781) 2 years ago
datasource.test.ts Loki: Introduce `$__auto` range variable for metric queries (#72690) 2 years ago
datasource.ts Loki: Introduce `$__auto` range variable for metric queries (#72690) 2 years ago
getDerivedFields.test.ts DataFrame: Deprecate MutableDataFrame (#67569) 2 years ago
getDerivedFields.ts FieldValues: Use standard array functions (#67012) 2 years ago
languageUtils.test.ts Loki: Fix wrongly escaped label values when using LabelFilter (#59812) 3 years ago
languageUtils.ts Loki: Fix wrongly escaped label values when using LabelFilter (#59812) 3 years 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 Query Splitting: Rename from "chunk" to "splitting" (#65630) 2 years ago
metricTimeSplitting.ts Loki Query Splitting: Rename from "chunk" to "splitting" (#65630) 2 years ago
mocks.ts FieldValues: Use plain arrays instead of Vector (part 3 of 2) (#66612) 2 years ago
modifyQuery.test.ts Loki: Fix wrong query expression with inline comments (#70947) 2 years ago
modifyQuery.ts Logs: Show active state of "filter for value" buttons in Logs Details (#70328) 2 years 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) 3 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 `distinct` operation (#73938) 2 years ago
querySplitting.ts Loki: Remove `distinct` operation (#73938) 2 years ago
queryUtils.test.ts Loki: Remove `distinct` operation (#73938) 2 years ago
queryUtils.ts Loki: Remove `distinct` operation (#73938) 2 years ago
responseUtils.test.ts Query splitting: combine nanos attribute con time fields (#73505) 2 years ago
responseUtils.ts Query splitting: combine nanos attribute con time fields (#73505) 2 years 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.ts Chore: Move StreamingDataFrame to @grafana/data (#72014) 2 years ago
syntax.test.ts Explore: Fix vector(5) syntax error in loki log explore (#63994) 2 years ago
syntax.ts Explore: Fix vector(5) syntax error in loki log explore (#63994) 2 years ago
tracking.test.ts Loki: Implement step editor (#69648) 2 years ago
tracking.ts Loki: Add feature tracking to reduce repetition (#69900) 2 years ago
types.ts Loki: Add predefined operations functionality behind feature flag (#69379) 2 years ago
variables.test.ts Loki: add missing interpolation to metric find query requests (#54979) 3 years ago
variables.ts Loki: add missing interpolation to metric find query requests (#54979) 3 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.