Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Loki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Loki
Graph
bdacf39013186817f305d30db309e49fcdbb4f6e
Select Git revision
Branches
15
chained-regex
chunk-last-update
close-chunks-before-flushing
fix-cleanup
fix-make-clean
fix-timeout-to-right-place
flush-properly
gh-pages
improve-tests
label-extraction
live-log-tailing-improvements
master
default
promtail_glob_path
readme-links
update-cortex
15 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
15
Jul
11
9
8
5
2
1
26
Jun
24
20
19
18
17
14
13
12
10
7
6
4
3
1
31
May
30
29
27
24
23
22
17
16
15
14
13
10
9
8
7
6
5
3
2
1
30
Apr
29
28
26
25
24
23
19
18
17
16
15
12
11
10
9
8
4
3
2
1
30
Mar
29
28
27
26
25
21
20
19
18
16
15
12
11
9
8
7
6
5
4
2
25
Feb
24
25
24
23
22
21
20
19
18
15
14
13
12
11
12
11
9
8
7
6
5
4
3
2
1
31
Jan
29
22
21
19
17
15
14
13
11
10
9
29
Dec
24
20
19
18
17
16
17
16
14
13
12
11
10
7
6
Documented /ready, /metrics and /flush endpoints (#743)
adding a golang Template stage
use strconf.FormatFloat instead of fmt.Sprintf for converting floats to strings, this way we can eliminate non significant trailing zeros such that the float value 1 would be "1" as a string instead of "1.000000"
Fixed RFC3339Nano examples in doc
Redirect / to /targets in promtail server
Add support to timestamp stage to parse Unix seconds, milliseconds, and nanosecond timestamps
prune interval is configurable
Typo on values.yaml (#728)
Query label values and names are now fetched from the store. (#521)
move Dockerfile multi-arch to build and ignore that folder (#723)
fix(loki): panic on missing config (#720)
feat(docker): multi-arch Dockerfile (#668)
ability to specify keys to remove (#669)
Fixed orderedDeps() order stability (#721)
fluent-plugin: Add separate license to fluent-plugin-grafana-loki to fix gem installation (#682)
update grafana to fix dashboard provider (#674)
BREAKING fix(loki-mixin): rename rules key (#691)
fix(loki|promtail): logger re-init nil config panic (#697)
sync with Cortex for s3 path style url (#705)
fluent-plugin: Mark as multi-workers ready (#709)
Add selector as required by k8s 1.8 and higher. (#716)
removing entries.go as we are no longer using the custom Histogram for the log_entries_bytes histogram
changing the log length histogram to be a normal histogram with only a `path` label, also removing the label values when no longer tailing the file. Following the same pattern we used for readBytes and totalBytes.
Merge pull request #706 from grafana/Dieterbe-fix-logcli-src-path
fix logcli code src path
changing the default prune interval to 60 seconds, at the previous 1 second it would cause some way too aggressive querying when scaled out over all our clusters and loki had a hiccup
adding resource requests in jsonnet
Removed test for tailer in querier due to issues with synchronization
Merge pull request #469 from daixiang0/reduce-config-option
Merge branch 'master' into reduce-config-option
Update chart version
Fix helm test error
Improvements in live tailing of logs (#541)
fix helm lint issue
Merge pull request #676 from grafana/fix-gateway-metrics
Merge branch 'master' into reduce-config-option
updating the loki dashboards to use the metrics from the new gateway
fix missing logger in client (#673)
Removing the pre-allocation of a buffer when serializing blocks, in most of my empirical testing we were using 9-10k out of the 32k allocated leaving about 2/3 of the buffer allocated and unused times the number of blocks per chunk, times the number of chunks kept in memory. This was adding up to a fair amount of allocated but unused space.
Merge pull request #667 from grafana/20190614_rename_fluent_plugin
Loading