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
201f738bda409335821b122d1cd7c5e515f6abde
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
16
Jul
15
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
Documented timestamp's custom format syntax (#763)
Added date without year support to timestamp stage (#760)
fixed helm installation instructions (#761)
Storage memory improvement (#713)
Rollback changes to Makefile and build/Dockerfile from #730 (#758)
Merge pull request #757 from grafana/20190715_bump_fluent_plugin_version
promtail: Add systemd journal support (#730)
cleanup rake warnings, bump version
Added a note about regex accepted syntax in the filter expression (#746)
fluentd-plugin-grafana-loki: avoid exception when remove/label_keys is unset (#750)
fluentd-plugin-grafana-loki: change log.info to log.debug (#751)
feat(logcli): output modes (#731)
Parallelly run regex and json stages pipeline tests
Added source validation to regex and json stages
Converted source in regex and josn stages to string pointer
Added source support to regex and json stages
feat(logcli): query from absolute timestamp (#736)
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.
Loading