Commit Graph

177 Commits (6e79cee85d8d5b62e524f08ae54a7d0f2f55a10b)

Author SHA1 Message Date
Robert Fratto ca311c4d52
expose underlying promtail client (#2910) 5 years ago
RangerCD b9534c65b3
Fix typos (#2853) 5 years ago
Cyril Tovena e6778e9827
Update to go 1.15 (#2877) 5 years ago
Sandeep Sukhani 071a20803b
Revendor cortex to latest master (#2794) 5 years ago
Cyril Tovena 62272cdaa1
Fixes all lint errors. (#2768) 5 years ago
Owen Diehl 607ccc4d77
Service discovery refactor (#2761) 5 years ago
Owen Diehl 54c0c5febb
Revendor Cortex (#2755) 5 years ago
Kaviraj 690a387cce
fix: Remove depricated `entry_parser` from scrapeconfig (#2752) 5 years ago
Calle Pettersson 426bac7f5b
Add counter promtail_batch_retries_total (#2723) 5 years ago
Ed Welch 8ea6c381cb
Promtail: Fix deadlock on tailer shutdown. (#2717) 5 years ago
Ed Welch d3bf21e774
Promtail: (and also fluent-bit) change the max batch size to 1MB (#2710) 5 years ago
Ed Welch 2162a0c1b1
Do not mark the position if the file is removed, doing so only results in an error because you can't get the file size of a removed file. (#2658) 5 years ago
Ed Welch 0b1dbe26fe
Promtail: Add a stream lagging metric (#2618) 5 years ago
Robert Fratto ee67b9c707
Expose UserAgent and fix User-Agent version source (#2603) 5 years ago
Calle Pettersson 82a8cf425f
Add a counter for empty syslog messages (#2565) 5 years ago
Ed Welch b8b24f3129
clone labels when sending them to Handle function for stdin target (#2570) 5 years ago
Ed Welch ee28dbff2d
implement shutdown for the no-op server (#2542) 5 years ago
Ed Welch 62da8bb858
restart the tailer if we fail to read and upate current position (#2532) 5 years ago
Ed Welch b4c6065b97
implement shutdown for the no-op server (#2542) 5 years ago
Ed Welch b6d9fd5a00
restart the tailer if we fail to read and upate current position (#2532) 5 years ago
Ed Welch 44f8dc3e46
enable the MustExist flag when starting a tailer on a fail, this will cause the tail to fail fast and allow promtail to attempt to re-open the file. (#2491) 5 years ago
Ed Welch 7418d42141
Promtail: force the log level on any Loki Push API target servers to match Promtail's log level. (#2475) 5 years ago
Ed Welch 36164bbe1a
Promtail: use --client.external-labels for all clients (#2474) 5 years ago
Ed Welch 096976511f
Make a clone of the LabelSet before handling, the handler contains a full pipeline and can modify the labels uniquely per each line which will lead to some concurrent map access panics if you don't pass a copy of the labels to each Handle invocation. (#2464) 5 years ago
Robert Fratto b5f0c75c03
pkg/promtail: propagate a logger rather than using util.Logger globally (#2438) 5 years ago
Robert Fratto 3451dd7c39
add RegisterFlagsWithPrefix to config structs (#2414) 5 years ago
Aditya C S 8809de6087
refactor promtail target manager code (#2345) 5 years ago
Ed Welch b24a143043
Promtail: Loki Push API (#2296) 5 years ago
Roman Grebennikov de644b52c3
promtail: fix high CPU usage on large kubernetes clusters. (#1118) 5 years ago
Calle Pettersson baa264392b
Set user agent on outgoing http requests (#2242) 5 years ago
Cyril Tovena d08ceef16b
Fixes iterators boundaries. (#2136) 5 years ago
Owen Diehl 1530120c2e
Logql comparison ops (#2182) 5 years ago
Cyril Tovena 18f1b0640d
Bytes aggregations (#2150) 5 years ago
Peter Štibraný e4a5360586
Update vendored Cortex to master (1.1+) (#2149) 5 years ago
Sebastian Widmer d175fa58c8
Update go-syslog dependency to accept any encoding in message (#2127) 5 years ago
Aditya C S ff0a4c35f4
Set JournalTarget Priority value to keyword (#2087) 5 years ago
Aditya C S f984e71192
Fix Promtail journal seeking known position (#2111) 5 years ago
Ed Welch f206165c4f
output a debug log if the requested path in the scrape config doesn't match any files (#2069) 5 years ago
Aditya C S 11937d3c3a
Targets not required in promtail config (#2026) 5 years ago
Cyril Tovena 9988ce4b9f
Improve protobuf serialization (#2031) 5 years ago
Aditya C S 83873d1c6f
Fix promtail client default values (#2049) 5 years ago
Josh Soref 0d9cf4946a
Spelling (#2014) 5 years ago
Cyril Tovena 34f9c601c9
Adds config to disable HTTP and GRPC server in Promtail. (#2004) 5 years ago
Cyril Tovena 658dcb8416
Support stdin target via flag instead of automatic detection. (#1935) 5 years ago
alexanderGalushka 5e752bf343 feat: tms readiness check bypass implementation 5 years ago
Cyril Tovena 8e80160db7
Removes file size check for pipe, not provided by linux. (#1893) 5 years ago
Cyril Tovena 75730782a7
Removes file size check for pipe, not provided by linux. (#1893) 5 years ago
Aditya C S e713a8d83a
Fix flaky promtail test (#1865) 5 years ago
Edward Welch 3c479c8f9c
promtail retry 429 rate limit errors, clarifying risks in the docs of configuring multiple client sections in promtail, also increased the backoff and retry settings in promtail. 5 years ago
Edward Welch 6841c418ef promtail retry 429 rate limit errors, clarifying risks in the docs of configuring multiple client sections in promtail, also increased the backoff and retry settings in promtail. 5 years ago