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
ffc6b7f9d36af3cc704b453ed7a5e9779b615b54
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
1
Jul
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
5
4
25
Nov
24
23
22
20
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
rename fluent plugin and update docs
Fix publish-helm failure (#665)
fix docker plugin ci (#664)
Docker Logging Driver (#663)
adding a list of received entries (acknowledged) to use for comparison against entries which were not expected so that we can report them as duplicates.
Add dynamodb sample for overriding default provisioning capacity units (#626)
Helm: Integration testing (#641)
refactoring things so that the comparator can use the reader to make a direct query to loki to look for logs not received over the websocket before reporting them as missing
add support for RFC3339Nano in query timestamps (#656)
fix(loki): honor log level from config file (#657)
feat(promtail): initContainers (#655)
Remove 404 link (#637)
feat(ci): promtail cross platform
chore(vendor): update cortex vendor
Remove label __name__ from store querier (#648)
release stage is broken, removing for now
updating versions for loki v0.1.0
change the helm pullPolicy since we will be using releases now
also restrict the release to master branch only (not sure if this is actually necessary)
adding a release process
PR Feedback
updating docs for new pipeline config.
fix labels for PodDisruptionBudget on helm (#623)
renaming `metric` stage to `metrics` as it defines multiple metrics, similar to labels stage which is also plural.
Loading