Commit Graph

330 Commits (2477f70431179e55f7c39fffbf75dc403e91a67f)

Author SHA1 Message Date
Sandeep Sukhani 2a8a03795a
Improvements in live tailing of logs (#541) 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
Cyril Tovena be6664892f
fix docker plugin ci (#664) 6 years ago
Cyril Tovena 2909fe54e1
Docker Logging Driver (#663) 6 years ago
Edward Welch 7cf05c5dfc 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. 6 years ago
Edward Welch 02aed71a28 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 6 years ago
Cyril Tovena f939e42afd
add support for RFC3339Nano in query timestamps (#656) 6 years ago
sh0rez 11ad356396 feat(promtail): initContainers (#655) 6 years ago
Xiang Dai 3021d6f29a Remove 404 link (#637) 6 years ago
Cyril Tovena 922f1daf5d
Remove label __name__ from store querier (#648) 6 years ago
Edward Welch 1dc130d8cc PR Feedback 6 years ago
Edward Welch 04facc4d00 updating docs for new pipeline config. 6 years ago
Edward Welch 51bdd15237 renaming `metric` stage to `metrics` as it defines multiple metrics, similar to labels stage which is also plural. 6 years ago
Edward Welch d60b6f5440 PR feedback 6 years ago
Cyril Tovena ab2bc8766a fix flaky timestamp test 6 years ago
Cyril Tovena 2a7a97d052 Remove LogCount 6 years ago
Edward Welch 3a2ac64b7c cleaning up remaining TODO's, adding tests 6 years ago
Edward Welch 9a91d58d3a cleaned up most of the TODO's 6 years ago
Edward Welch 29eaec1a04 implementing all the functions for the counter and gauge metric types 6 years ago
Edward Welch eaecf0ff90 Making the pipeline itself a Stage so that we can use it to better implement the Match stage (and it cleans up the Docker and CRI extensions some too) 6 years ago
Edward Welch 07da8e1d11 Refactor to make everything a stage. 6 years ago
Cyril Tovena 9c21460da5 fix linter 6 years ago
Cyril Tovena 69d732b4d0 move custom metrics to /metrics and prefix them 6 years ago
Cyril Tovena 65b4cbb951 fix typo 6 years ago
Cyril Tovena df0fdbcab9 tidy up 6 years ago
Cyril Tovena a5e47a50e8 adds matchers and metrics to regex and json 6 years ago
Cyril Tovena fea52f6a37 adds test for json metrics 6 years ago
Cyril Tovena 6c7d5645c9 implements json stage metrics 6 years ago
Cyril Tovena ee0b502cc6 better counters 6 years ago
Cyril Tovena feba6ab9d5 working version with Gatherer 6 years ago
Sandeep Sukhani f7f09e2226
Limits: Reject entries based on age set in limits (#631) 6 years ago
Sandeep Sukhani b4dafac488 Changes for running Table Manager with loki in single binary (#600) 6 years ago
Sandeep Sukhani 3d3c05717a Update cortex vendor (#610) 6 years ago
Cyril Tovena ec7d453fef fixes ingester querier not honoring filters (#594) 6 years ago
Cyril Tovena 2ad98007ff fixes chunks lazy loading (#595) 6 years ago
Steven Sheehy c1603363ec Improve readiness probe output (#556) 6 years ago
Edward Welch 23c16a9ac4 updating to match websocket api changes 6 years ago
Sandeep Sukhani f5c8b22b34 Change tail response for backward compatibilty with future changes (#590) 6 years ago
Cyril Peponnet 7942493524
impr/clients: Handle TLS config and MTLS for logcli and promtail (#540) 6 years ago
Cyril Tovena 0734c9f0a6
adds external labels to be passed via flags (#510) 6 years ago
Sandeep Sukhani 7b584b54f7 Limiting query start time with config (#572) 6 years ago
Edward Welch 5aac00f4d9 changing response_latency buckets some more, making exponential and configurable 6 years ago
Edward Welch cc60398bb8 change response_latency bucket sizes 6 years ago
Edward Welch 45a7556da2 improving metrics 6 years ago
Edward Welch 8340232b04 initial checkin 6 years ago
Edward Welch 87d25fac79 Clean up the metric for pipeline duration to keep it within the pipeline file, also changing unit to seconds and namespace to logentry 6 years ago
Edward Welch bb89b9b585 Fix a bug where we should use the glob matcher on fsnotify new file create. 6 years ago
Goutham Veeramachaneni 3d7119d8a7 Add a histogram for chunk encoding time (#565) 6 years ago
Cyril Tovena 48def27e1e fix review feedback 6 years ago
Cyril Tovena 9290a5d228 rename __filename__ label to filename 6 years ago