Commit Graph

290 Commits (34f3f11ee25b4b707d31f2b03fe8eb974d14b74d)

Author SHA1 Message Date
Nicolás Pazos 34f3f11ee2 remove all code from previous interning approach 2 years ago
Callum Styan 3e5facc0c0 add functionality for new minimized remote write request format 2 years ago
Nicolás Pazos e3f27aa2c7 fields rewording in handler 2 years ago
Nicolás Pazos 337f9ae7ae add new proto support on receiver end 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 156222cc50
Add context argument to LabelQuerier.LabelValues (#12665) 2 years ago
Arve Knudsen a964349e97
Add context argument to LabelQuerier.LabelNames (#12666) 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
Bryan Boreham 1e3fef6ab0
scraping: limit detail on dropped targets, to save memory (#12647) 2 years ago
Goutham Veeramachaneni ad4f514e66
Add OTLP Ingestion endpoint (#12571) 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) 3 years ago
Jesus Vazquez bfa466d00f
Create release candidate 2.45.0-rc.0 (#12435) 3 years ago
Baskar Shanmugam 905a0bd63a
Added 'limit' query parameter support to /api/v1/status/tsdb endpoint (#12336) 3 years ago
Vladimir Varankin d281ebb178 web: display GOMEMLIMIT in runtime info 3 years ago
gotjosh e78be38cc0
don't show empty groups 3 years ago
beorn7 5b53aa1108 style: Replace `else if` cascades with `switch` 3 years ago
beorn7 c3c7d44d84 lint: Adjust to the lint warnings raised by current versions of golint-ci 3 years ago
gotjosh 96b6463f25
review comments 3 years ago
gotjosh f3394bf7a1
Rules API: Allow filtering by rule name 3 years ago
Ben Ye fd3630b9a3 add ctx to QueryEngine interface 3 years ago
Matthieu MOREL fb3eb21230 enable gocritic, unconvert and unused linters 3 years ago
beorn7 c0879d64cf promql: Separate `Point` into `FPoint` and `HPoint` 3 years ago
Ben Ye fb67d368a2 use consistent error for instant and range query 400 3 years ago
Xiaochao Dong (@damnever) 2b7202c4cc Validate the metric names and labels in the remote write handler 3 years ago
pbudner 46683eadf7 fix: advertise correct flag to enable remote write receiver 3 years ago
Charles Korn 46a28899a0
Implement fully-featured content negotiation for API requests, and allow overriding the default API codec. 3 years ago
Julien Pivotto db2d759b81 Add support for lookbackdelta per query via the API 3 years ago
Charles Korn deba5120ea
Address PR feeedback: reduce log level. 3 years ago
Charles Korn 857b23873f
Expose QueryData so that implementations of Codec.CanEncode() can perform a type assertion against Response.Data. 3 years ago
Charles Korn a0dd1468be
Move custom jsoniter code into json_codec.go. 3 years ago
Charles Korn 3e94dd8c8f
Add extension point for returning different content types from API endpoints 3 years ago
Marco Pracucci 3db77b4491
API: change HTTP status code tracked in metrics form 503/422 to 499 if a request is canceled 3 years ago
Julien Pivotto 2c408289f8 Add stabilizing to UI 3 years ago
Julien Pivotto ce55e5074d Add 'keep_firing_for' field to alerting rules 3 years ago
Łukasz Mierzwa e1b7082008
Show individual scrape pools on /targets page (#11142) 3 years ago
Alan Protasio 5ac12ac351
api: Wrapped promQL based API errors with `returnAPIError` function (#11356) 3 years ago
Bryan Boreham 3330d85ba8
Replace sort.Strings and sort.Ints with faster slices.Sort (#11318) 3 years ago
Miguel Ángel Ortuño e4b87a7a2a
api: export point marshaling functions (#11323) 3 years ago
Alan Protasio f1a3dbbb6b
GetSeries should Select sorted results only if more than one matcher is requested (#11313) 3 years ago
Julien Pivotto 96d5a32659
Update go to 1.19, set min version to 1.18 (#11279) 3 years ago
Julius Volz b57deb6eb0
Add /api/v1/format_query API endpoint for formatting queries (#11036) 3 years ago
Peter Štibraný 5bd761fbfc
Merge pull request #10857 from pstibrany/fix-errors-handling 4 years ago
Filip Petkovski a56731126d
Export TSDB status structs (#10783) 4 years ago
beorn7 d16b314b72 Histogram: Do not render empty buckets in JSON output 4 years ago
beorn7 61d6d1df18 Histogram: Remove obsolete work-around code 4 years ago