Commit Graph

356 Commits (bbbd82bc73322d662ba81efeda3884efcdc09708)

Author SHA1 Message Date
Trevor Whitney b1dc0763d6
feat: ability to ignore cache for volume queries (#13945) 1 year ago
Callum Styan b1802971c2
chore: log the query from the request when we're unable to get a result from the results cache (#13915) 1 year ago
Trevor Whitney c6ab6b31e8
chore: remove initial metric aggregation experiment (#13729) 1 year ago
Marco Pracucci b88583da7d
feat: upgrade prometheus (#13671) 1 year ago
Ed Welch 0bf8df1b88
chore: treat datasample queries the same as limited queries (#13700) 1 year ago
Sven Grossmann 4f534d7317
feat(detected-labels): remove cardinality filter (#13652) 1 year ago
Sven Grossmann 2642718d50
fix: remove limit middleware for `detected_labels` (#13643) 1 year ago
Ed Welch 10083159a7
fix: remove retries on the stats handlers because they already retry (#13608) 2 years ago
Ed Welch d3e1edbf11
fix: fix retry code to handle grpc status codes. updated newer stats retries to be wrapped with spans (#13592) 2 years ago
Ed Welch 7232795e1f
fix: add a retry middleware to all the stats handlers (#13584) 2 years ago
Ed Welch 6631c0f01d
chore: shard limited queries with a fixed sharding factor (#13576) 2 years ago
Cyril Tovena 4451d56d6b
fix: Fixes span name of serializeRounTripper (#13541) 2 years ago
Ashwanth 221491c123
fix(log results cache): include pipeline wrapper disabled in cache key (#13328) 2 years ago
Cyril Tovena 1fa5127797
fix: Remove query size limit for detected fields (#13423) 2 years ago
Salva Corts 47f6ea53fc
feat(loki): Do not enforce max-query-bytes-read and max-querier-bytes-read in limited tripperware (#13406) 2 years ago
Ashwanth a457c5d171
fix(retry): fix retries when using protobuf encoding (#13316) 2 years ago
Dylan Guedes 4eb45cc588
refactor: Introduce context cause to our code (#13224) 2 years ago
Dylan Guedes c1fada9af0
refactor: Remove unnecessary spanlogger usage (#13255) 2 years ago
Trevor Whitney 467eb1bb1b
feat: collect and serve pre-aggregated bytes and counts (#13020) 2 years ago
benclive 740551bb31
fix: Correctly encode step when translating proto to http internally (#13171) 2 years ago
Ed Welch bb864b3ad6
fix: add retry middleware to the "limited" query roundtripper (#13161) 2 years ago
Sven Grossmann 8be8364435
feat(detected-labels): include labels with cardinality > 1 (#13128) 2 years ago
Yuri Kotov 808425953f
feat: API: Expose optional label matcher for label names API (#11982) 2 years ago
Karsten Jeschkies 6e4555010e
fix: Introduce feature flag for [last|first]_over_time sharding. (#13067) 2 years ago
Trevor Whitney ca030a5c43
fix: change log level since this is a known case (#13029) 2 years ago
Ashwanth 1f5291a4a3
fix(indexstats): do not collect stats from "IndexStats" lookups for other query types (#12978) 2 years ago
Kaviraj Kanagaraj 88e545fc95
feat(cache): Add `Cache-Control: no-cache` support for Loki instant queries. (#12896) 2 years ago
Shantanu Alshi e7fdeb974a
perf: Improve Detected labels API (#12816) 2 years ago
Owen Diehl 93aaf29e68
fix(spans): corrects early-close for a few spans (#12887) 2 years ago
Owen Diehl 5a643c7115
chore: reduces span footprint + double recording (#12864) 2 years ago
Owen Diehl bc78d13d9b
feat(blooms): compute chunks once (#12664) 2 years ago
benclive 7b8533e435
feat: Add step param to Patterns Query API (#12703) 2 years ago
Trevor Whitney af09f53a33
ci: release workflows get build image from makefile (#12778) 2 years ago
Shantanu Alshi 587a6d20e9
feat: Detected labels from store (#12441) 2 years ago
Trevor Whitney f68d1f7faf
fix: make detected fields work for both json and proto (#12682) 2 years ago
Trevor Whitney 6c33809015
feat: split detected fields queries (#12491) 2 years ago
Owen Diehl 9c25985b97
feat(blooms): record time spent resolving shards (#12636) 2 years ago
Ed Welch 670041368a
chore: add more validation at startup to make sure we have a proper schema, and necessary directories are created (#12496) 2 years ago
Cyril Tovena 491d2513e7
feat: add log patterns ingestion and query API. (#12403) 2 years ago
Ed Welch bc26198c00
feat: enable caching of index stats results, volume results, series results and label results by default (#12452) 2 years ago
Travis Patterson cf04ec1320
feat: Enable warnings in Loki query responses (#12425) 2 years ago
Cyril Tovena fbb8686d03
fix: Fixes detected labels API wiring (#12442) 2 years ago
Ed Welch 824f5aa20a
chore: fix submodule for v3 (#12438) 2 years ago
Trevor Whitney a53a0cc792
feat: return real data in detected fields endpoint (#12421) 2 years ago
Ed Welch 4c88be0ef2
chore: update loki modules for 3.0 release (#12433) 2 years ago
Callum Styan 018856c1c1
fix: fix span logging based on changes to request types timestamps (#12393) 2 years ago
Shantanu Alshi 5190dda64b
feat(detected_labels): Initial skeleton for the API (#12390) 2 years ago
Kaviraj Kanagaraj 7480468e0f
fix: (Bug) correct resultType when storing instant query results in cache (#12312) 2 years ago
Trevor Whitney 246623f7d0
fix(detected_fields): fix issues with frontend integration (#12406) 2 years ago
Ashwanth c8c8477c93
chore(stats): add pipeline_wrapper_filtered_lines (#12399) 2 years ago