Commit Graph

411 Commits (28f22b4d80aed4e7cafcc4f42c086521479b6def)

Author SHA1 Message Date
Yijie Qin d2802c6fac
api: Add rule group pagination to list rules api (#14017)
1 month ago
TJ Hoplock 6ebfbd2d54 chore!: adopt log/slog, remove go-kit/log
2 months ago
Matthieu MOREL ab64966e9d
fix: use "ErrorContains" or "EqualError" instead of "Contains(t, err.Error()" and "Equal(t, err.Error()" (#15094)
2 months ago
Julien 21e0f83b68 Move notifications in utils
2 months ago
Björn Rabenstein 4cb5f23c35
api: Improve doc comments for v1.MinTime and v1.MaxTime (#14986)
2 months ago
Jesus Vazquez 77d3b3aff3
OTLP: Remove experimental word form OTLP receiver (#14894)
2 months ago
Julien e34563bfe0 Retry SSE connection unless max clients have been reached.
2 months ago
Julien f9bbad1148 Limit the number of SSE Subscribers to 16 by default
2 months ago
Julien 6cde0096e2 Add notifications to the web UI when configuration reload fails.
2 months ago
Nathan Baulch 50cd453c8f
chore: Fix typos (#14868)
3 months ago
Julius Volz 392e0a6554 Signed-off-by: Julius Volz <julius.volz@gmail.com>
3 months ago
Julius Volz cb66131974 Rename and restructure AST-to-JSON file
3 months ago
Julius Volz 490eef6509 Merge branch 'main' into mantine-ui
3 months ago
Julius Volz c0ba4ee2bb Add beginnings of a PromLens-style tree view
3 months ago
Arve Knudsen 99204f23ee Merge remote-tracking branch 'prometheus/main' into arve/close-engine
3 months ago
Justin Lei 3a82cd5a7e
Add streaming remote read to ReadClient (#11379)
3 months ago
Arve Knudsen 7c873004c7 Merge remote-tracking branch 'prometheus/main' into arve/close-engine
4 months ago
Arve Knudsen a25b626792 prometheusremotewrite: Support resource attribute promotion
4 months ago
Arve Knudsen fbc9eddfaf Refactor engine creation in tests
4 months ago
Arve Knudsen fec6adadcd Merge remote-tracking branch 'prometheus/main' into arve/close-engine
4 months ago
Bryan Boreham d116bf7b9f
Merge pull request #14109 from harry671003/pass_limit_to_querier
5 months ago
Saswata Mukherjee 398f42de5f
Add label-matcher support to Rules API (#10194)
5 months ago
zenador 480fefd089
Split warnings and info annotations in API response (#14327)
5 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)
5 months ago
Arve Knudsen e8ae8cf012 Merge remote-tracking branch 'prometheus/main' into arve/close-engine
5 months ago
Arve Knudsen d902116b41 Fix various linting errors
5 months ago
🌲 Harry 🌊 John 🏔 d5f6887294 Pass limit param as hint to storage.Querier
5 months ago
Arve Knudsen b7320ef636 Merge remote-tracking branch 'prometheus/main' into arve/close-engine
5 months ago
Bryan Boreham 4ce26288e0 [ENHANCEMENT] HTTP API: Add url to errors logged while sending response
6 months ago
Arve Knudsen 0cc99e677a promql.Engine: Add Close method
6 months ago
Arve Knudsen b2396c0c8f Upgrade to golangci-lint v1.59.0
6 months ago
Ayoub Mrini fabcd7e7c6
fix(api): Send warnings only if the limit is really exceeded (#14116)
6 months ago
George Krajcsovits 52f68a96a4
web/api: export defaultStatsRenderer (#14121)
6 months ago
Oleksandr Redko f10c3454e9 Enable perfsprint linter and fix up code
6 months ago
Bryan Boreham 3fd24d1cd7
Merge pull request #13999 from bboreham/extract-promqltest
7 months ago
Bryan Boreham 8fd96241ab test: add promqltest package references
7 months ago
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