Commit Graph

466 Commits (87427682fd8d059614f71c1bc053c992b11d779d)

Author SHA1 Message Date
AVejahat 56fd8a1e4a
bugfix: add missing comma in vector/matrix array (#14047)
7 months ago
Bryan Boreham 5c8ffaa77c bugfix: API: encode empty Vector/Matrix as []
7 months ago
Bryan Boreham 00247b5d87 test: API: check empty responses
7 months ago
Bryan Boreham e0a00f45db refactor: API: separate typed and unsafe marshalling
7 months ago
Bryan Boreham 66a1c3daad refactor: API: be explicit that we marshal empty objects
7 months ago
Bryan Boreham c8aed6b0ec tests: API: Let nil expected response mean skip check
7 months ago
Bryan Boreham 5a339ba359 tests: API: Use jsoniter when encoding
7 months ago
Bryan Boreham 2c4a36376d tests: API: simplify check of error response
7 months ago
Matthieu MOREL d496687c8e golangci-lint: enable usestdlibvars linter
8 months ago
Erlan Zholdubai uulu 742196b6c4
add context cancellation check at get series result iteration (#13766)
8 months ago
Bartlomiej Plotka 312e3fd728
Merge pull request #13713 from charleskorn/query-engine-interface
9 months ago
Charles Korn 26262a1eb7
Remove unnecessary `SetQueryLogger` method on `QueryEngine` interface
9 months ago
Bryan Boreham 25f200bf85 API tests: fix flaky TestEndpoints
9 months ago
Charles Korn 4e77e8e5ef
Allow using alternative PromQL engines for rule evaluation
9 months ago
Kartikay 8736772053
web/api: add limit param on series, labels, label-values (#13396)
9 months ago
machine424 f477e0539a
Move from golang.org/x/exp/slices into slices now that we only support Go >= 1.21
9 months ago
Bryan Boreham d2817e9c91
Merge pull request #12304 from bboreham/labels-symboltable
9 months ago
Bryan Boreham 9ba13de220 scraping: pass a Builder to get Target labels
9 months ago
ismail simsek 2507469291
Fix: metadata API using wrong field names (#13633)
9 months ago
Bryan Boreham c0e36e6bb3 Standardise exemplar label as "trace_id"
9 months ago
Bryan Boreham 39af788dbd Tests: use replacement DeepEquals using go-cmp
10 months ago
Bryan Boreham 16e68c01e4 tests: remove err from message when testify prints it already
10 months ago
Paweł Szulik 6e9cca8158 Refactor web tests to use testify.
10 months ago
Leegin 19efd0a675
api: Serialize discovered labels into JSON directly in dropped targets (#13484)
10 months ago
Leegin e3040bfabc
api: Serialize discovered and target labels into JSON directly (#13469)
10 months ago
Ayoub Mrini ace9c8a3da
promtool: allow setting multiple matchers to "promtool tsdb dump" command. (#13296)
10 months ago
Bryan Boreham 8065bef172 Move metric type definitions to common/model
11 months ago
Bryan Boreham 99c17b4319
Merge pull request #13177 from bboreham/less-madness
11 months ago
Matthieu MOREL 9c4782f1cc
golangci-lint: enable testifylint linter (#13254)
12 months ago
Bryan Boreham 34676a240e scrape: consistent function names for metadata
1 year ago
Bryan Boreham 41758972e4
web/api: optimize labelnames/values with 1 set of matchers (#12888)
1 year ago
Matthieu MOREL 05fba53e57 web : use Go standard package
1 year ago
Oleksandr Redko fa90ca46e5 ci(lint): enable godot; append dot at the end of comments
1 year ago
Oleksandr Redko 8e5f0387a2
ci(lint): enable nolintlint and remove redundant comments (#12926)
1 year ago
Anand Rajagopal 2ade8adf9e Adding a query parameter to filter out active alerts
1 year ago
Arve Knudsen b43358fd43
API: Add tests for query timeout parameter (#12927)
1 year ago
zenador 69edd8709b
Add warnings (and annotations) to PromQL query results (#12152)
1 year ago
Arve Knudsen 156222cc50
Add context argument to LabelQuerier.LabelValues (#12665)
1 year ago
Arve Knudsen a964349e97
Add context argument to LabelQuerier.LabelNames (#12666)
1 year ago
Arve Knudsen 6ef9ed0bc3
Add context argument to DB.Delete (#12834)
1 year ago
Arve Knudsen 6daee89e5f
Add context argument to Querier.Select (#12660)
1 year ago
Michael Hoffmann 4d8e380269
promql: allow tests to be imported (#12050)
1 year ago
Bryan Boreham 1e3fef6ab0
scraping: limit detail on dropped targets, to save memory (#12647)
1 year ago
Bryan Boreham 87cbd26f6b
Merge pull request #12598 from bboreham/labels-json
1 year ago
Goutham Veeramachaneni ad4f514e66
Add OTLP Ingestion endpoint (#12571)
1 year ago
Bryan Boreham dcadb32eb1 web/api: use stream encoder for embedded labels
1 year ago
Bryan Boreham bb528d4a55 Add jsoniter encoder for Labels
1 year ago
Bryan Boreham 54e1046616 web/api: extend BenchmarkRespond with more types of data
1 year ago
Julien Pivotto c572d9d6d9
Merge pull request #11905 from charleskorn/api-response-format-extension-point
1 year ago
Marco Pracucci 7cc4292328
Export MinTime and MaxTime
1 year ago