Commit Graph

227 Commits (1fa9ba838a3b07ba441cda82c3e282ffa866aba6)

Author SHA1 Message Date
Arve Knudsen a25b626792 prometheusremotewrite: Support resource attribute promotion 12 months ago
Saswata Mukherjee 398f42de5f
Add label-matcher support to Rules API (#10194) 12 months ago
Bartlomiej Plotka 9198952f7c
[PRW 2.0] Merging `remote-write-2.0` feature branch to main (PRW 2.0 support + metadata in WAL) (#14395) 12 months ago
Arve Knudsen d902116b41 Fix various linting errors 1 year ago
🌲 Harry 🌊 John 🏔 d5f6887294 Pass limit param as hint to storage.Querier 1 year ago
Arve Knudsen b2396c0c8f Upgrade to golangci-lint v1.59.0 1 year ago
Ayoub Mrini fabcd7e7c6
fix(api): Send warnings only if the limit is really exceeded (#14116) 1 year ago
Oleksandr Redko f10c3454e9 Enable perfsprint linter and fix up code 1 year ago
Bryan Boreham 8fd96241ab test: add promqltest package references 1 year ago
Bryan Boreham 00247b5d87 test: API: check empty responses 1 year ago
Bryan Boreham c8aed6b0ec tests: API: Let nil expected response mean skip check 1 year ago
Bryan Boreham 5a339ba359 tests: API: Use jsoniter when encoding 1 year ago
Bryan Boreham 2c4a36376d tests: API: simplify check of error response 1 year ago
Matthieu MOREL d496687c8e golangci-lint: enable usestdlibvars linter 1 year ago
Erlan Zholdubai uulu 742196b6c4
add context cancellation check at get series result iteration (#13766) 1 year ago
Charles Korn 26262a1eb7
Remove unnecessary `SetQueryLogger` method on `QueryEngine` interface 1 year ago
Bryan Boreham 25f200bf85 API tests: fix flaky TestEndpoints 1 year ago
Kartikay 8736772053
web/api: add limit param on series, labels, label-values (#13396) 1 year ago
ismail simsek eecaa71ff1 Fix: metadata API using wrong field names (#13633) 1 year ago
ismail simsek 2507469291
Fix: metadata API using wrong field names (#13633) 1 year ago
Bryan Boreham 39af788dbd Tests: use replacement DeepEquals using go-cmp 1 year ago
Bryan Boreham 16e68c01e4 tests: remove err from message when testify prints it already 1 year ago
Paweł Szulik 6e9cca8158 Refactor web tests to use testify. 1 year ago
Leegin 19efd0a675
api: Serialize discovered labels into JSON directly in dropped targets (#13484) 1 year ago
Leegin e3040bfabc
api: Serialize discovered and target labels into JSON directly (#13469) 1 year ago
Bryan Boreham 8065bef172 Move metric type definitions to common/model 2 years ago
Matthieu MOREL 9c4782f1cc
golangci-lint: enable testifylint linter (#13254) 2 years ago
Matthieu MOREL 05fba53e57 web : use Go standard package 2 years ago
Anand Rajagopal 2ade8adf9e Adding a query parameter to filter out active alerts 2 years ago
Arve Knudsen b43358fd43
API: Add tests for query timeout parameter (#12927) 2 years ago
zenador 69edd8709b
Add warnings (and annotations) to PromQL query results (#12152) 2 years ago
Arve Knudsen 6ef9ed0bc3
Add context argument to DB.Delete (#12834) 2 years ago
Arve Knudsen 6daee89e5f
Add context argument to Querier.Select (#12660) 2 years ago
Michael Hoffmann 4d8e380269
promql: allow tests to be imported (#12050) 2 years ago
Bryan Boreham 1e3fef6ab0
scraping: limit detail on dropped targets, to save memory (#12647) 2 years ago
Bryan Boreham 54e1046616 web/api: extend BenchmarkRespond with more types of data 2 years ago
Marco Pracucci 7cc4292328
Export MinTime and MaxTime 2 years ago
Giedrius Statkevičius 3f230fc9f8 promql: convert QueryOpts to interface 2 years ago
Arthur Silva Sens 1ea477f4bc
Add feature flag to squash metadata from /api/v1/metadata (#12391) 2 years ago
Baskar Shanmugam 905a0bd63a
Added 'limit' query parameter support to /api/v1/status/tsdb endpoint (#12336) 2 years ago
gotjosh e78be38cc0
don't show empty groups 2 years ago
beorn7 c3c7d44d84 lint: Adjust to the lint warnings raised by current versions of golint-ci 2 years ago
gotjosh 96b6463f25
review comments 2 years ago
gotjosh f3394bf7a1
Rules API: Allow filtering by rule name 2 years ago
Matthieu MOREL fb3eb21230 enable gocritic, unconvert and unused linters 2 years ago
beorn7 c0879d64cf promql: Separate `Point` into `FPoint` and `HPoint` 2 years ago
Charles Korn 46a28899a0
Implement fully-featured content negotiation for API requests, and allow overriding the default API codec. 2 years ago
Julien Pivotto db2d759b81 Add support for lookbackdelta per query via the API 2 years ago
Fish-pro 43d77f7c41 Use http constants instead of string 2 years ago
Charles Korn 857b23873f
Expose QueryData so that implementations of Codec.CanEncode() can perform a type assertion against Response.Data. 2 years ago