Commit Graph

691 Commits (f6d26e20823d4675f6f4eb1d8bc4401bdf376f0d)
 

Author SHA1 Message Date
Brian Gann f6d26e2082
Merge pull request #757 from grafana/20190715_bump_fluent_plugin_version 6 years ago
Robert Fratto 9eb3098dea
promtail: Add systemd journal support (#730) 6 years ago
Brian Gann eb33e810c9 cleanup rake warnings, bump version 6 years ago
Marco Pracucci c58eacfc36 Added a note about regex accepted syntax in the filter expression (#746) 6 years ago
Brian Candler 6b4a9348ee fluentd-plugin-grafana-loki: avoid exception when remove/label_keys is unset (#750) 6 years ago
Brian Candler 662ef3272a fluentd-plugin-grafana-loki: change log.info to log.debug (#751) 6 years ago
sh0rez 9d5630d875 feat(logcli): output modes (#731) 6 years ago
Marco Pracucci 94c252b91f Parallelly run regex and json stages pipeline tests 6 years ago
Marco Pracucci d235e483c4 Added source validation to regex and json stages 6 years ago
Marco Pracucci 0a79e2a96e Converted source in regex and josn stages to string pointer 6 years ago
Marco Pracucci 812aecc795 Added source support to regex and json stages 6 years ago
sh0rez d43de72f3b feat(logcli): query from absolute timestamp (#736) 6 years ago
Marco Pracucci a2ceb8d2ad Documented /ready, /metrics and /flush endpoints (#743) 6 years ago
Edward Welch d5688b5eb6 adding a golang Template stage 6 years ago
Edward Welch 1249e92ef3 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" 6 years ago
Marco Pracucci ba0261f9f9 Fixed RFC3339Nano examples in doc 6 years ago
Marco Pracucci f7cc7b035e Redirect / to /targets in promtail server 6 years ago
Edward Welch de83272b2f Add support to timestamp stage to parse Unix seconds, milliseconds, and nanosecond timestamps 6 years ago
Dario Tranchitella 1cc25f8db6 Typo on values.yaml (#728) 6 years ago
Cyril Tovena 86bc3c0518
Query label values and names are now fetched from the store. (#521) 6 years ago
Cyril Tovena d3ab48669e
move Dockerfile multi-arch to build and ignore that folder (#723) 6 years ago
sh0rez 4779b8bd2b fix(loki): panic on missing config (#720) 6 years ago
sh0rez 813f0d2d0b feat(docker): multi-arch Dockerfile (#668) 6 years ago
Dawid Malinowski 909adf62f1 ability to specify keys to remove (#669) 6 years ago
Marco Pracucci 2bbb464848 Fixed orderedDeps() order stability (#721) 6 years ago
Julius Laitala 4fccb28210 fluent-plugin: Add separate license to fluent-plugin-grafana-loki to fix gem installation (#682) 6 years ago
Cyril Tovena 1c95a5b0e7
update grafana to fix dashboard provider (#674) 6 years ago
sh0rez 6595d8df57 BREAKING fix(loki-mixin): rename rules key (#691) 6 years ago
sh0rez 420a359ff7 fix(loki|promtail): logger re-init nil config panic (#697) 6 years ago
Zeng Ming e33bf5eead sync with Cortex for s3 path style url (#705) 6 years ago
Julius Laitala 82b232bbec fluent-plugin: Mark as multi-workers ready (#709) 6 years ago
Gene Liverman e156d3ba0c Add selector as required by k8s 1.8 and higher. (#716) 6 years ago
Edward Welch 3b02474597 removing entries.go as we are no longer using the custom Histogram for the log_entries_bytes histogram 6 years ago
Edward Welch 922b2d02cd 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. 6 years ago
Dieter Plaetinck 2f46a3c964
Merge pull request #706 from grafana/Dieterbe-fix-logcli-src-path 6 years ago
Dieter Plaetinck b8866b2ff2
fix logcli code src path 6 years ago
Sandeep Sukhani 4c7138231f Removed test for tailer in querier due to issues with synchronization 6 years ago
David 7fc8863d88
Merge pull request #469 from daixiang0/reduce-config-option 6 years ago
Xiang Dai 274170ffec Merge branch 'master' into reduce-config-option 6 years ago
Xiang Dai 7794e210d1 Update chart version 6 years ago
Xiang Dai b389e440e8 Fix helm test error 6 years ago
Sandeep Sukhani 2a8a03795a
Improvements in live tailing of logs (#541) 6 years ago
Xiang Dai 27153064e5 fix helm lint issue 6 years ago
Jacob Lisi 314fe78f99
Merge pull request #676 from grafana/fix-gateway-metrics 6 years ago
Xiang Dai 0761d65525
Merge branch 'master' into reduce-config-option 6 years ago
Edward Welch dc2190f80b updating the loki dashboards to use the metrics from the new gateway 6 years ago
Cyril Tovena aecf867605
fix missing logger in client (#673) 6 years ago
Edward Welch c3084dbdc7 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. 6 years ago
Brian Gann 3b24a25a85
Merge pull request #667 from grafana/20190614_rename_fluent_plugin 6 years ago
Brian Gann ff2c5670f7 rename fluent plugin and update docs 6 years ago