Commit Graph

248 Commits (74e6668e87adc1a0d0833a40f96f7f064c2012ae)

Author SHA1 Message Date
gotjosh 96b6463f25
review comments 3 years ago
gotjosh f3394bf7a1
Rules API: Allow filtering by rule name 3 years ago
beorn7 c0879d64cf promql: Separate `Point` into `FPoint` and `HPoint` 3 years ago
pbudner 46683eadf7 fix: advertise correct flag to enable remote write receiver 3 years ago
Julien Pivotto db2d759b81 Add support for lookbackdelta per query via the API 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
beorn7 37bbc07118 Histogram: Add jsoniter marshaling 4 years ago
beorn7 99894f6afa Histogram: Implement inefficient JSON rendering 4 years ago
Andrew Bloomgarden ed091a1fb9 Allow replacing the stats struct before rendering JSON 4 years ago
Alan Protasio 606ef33d91 Track and report Samples Queried per query 4 years ago
Łukasz Mierzwa a4317bf0ec
Run gofumpt on all files (#10392) 4 years ago
Julien Pivotto 9a2e93228e
Switch to grafana/regexp everywhere (#10268) 4 years ago
Abhishek 2f4289a3bf
add limit to the rules api (#10152) 4 years ago
beorn7 b39f2739e5 PromQL: Always enable negative offset and @ modifier 4 years ago
Oleg Zaytsev 3c400d443d
Accept promql.Engine interface in v1.NewAPI() (#10050) 4 years ago
Ganesh Vernekar 0eac720468
Export rules related structs in web/api/v1 (#9831) 4 years ago
beorn7 c954cd9d1d Move packages out of deprecated pkg directory 4 years ago
Mateusz Gozdek 1a6c2283a3 Format Go source files using 'gofumpt -w -s -extra' 4 years ago
Robert Fratto bc72a718c4
Initial draft of prometheus-agent (#8785) 4 years ago
Paweł Szulik 4414351576
web api: Delete unnecessary conversion. (#9517) 4 years ago
Levi Harrison 70f597b033
Configure Scrape Interval and Timeout Via Relabeling (#8911) 4 years ago
Ganesh Vernekar 1315d8ecb6
Remove query hacks in the API and fix metrics (#9275) 4 years ago
Oleg Zaytsev b1ed4a0a66
LabelNames API with matchers (#9083) 4 years ago
Ganesh Vernekar 4cb4fe44f2
Hardcode rate() for sparse histograms 5 years ago
Ganesh Vernekar 4c01ff5194
Bunch of fixes for sparse histograms (#9043) 5 years ago
Ganesh Vernekar 78d68d5972
Make query_range serve histograms (#9036) 5 years ago
Levi Harrison b5f6f8fb36 Switched to go-kit/log 5 years ago
Levi Harrison 7bc11dcb06
React UI: Add Starting Screen (#8662) 5 years ago
Callum Styan 289ba11b79
Add circular in-memory exemplars storage (#6635) 5 years ago
Tom Wilkie ce97cdd477
Move remote read handler to remote package. (#8536) 5 years ago
schou 22cd48868a adding feature flag, promql-negative-offset 5 years ago
Peter Štibraný a2e5ad6174 Split queryable and appendable arguments in api_v1.NewAPI. 5 years ago
Mauro Stettler 7715fe3219
Add matchers to LabelValues() call (#8400) 5 years ago
Ganesh Vernekar 86c71856e8
Add start() and end() pre-processors for @ modifier (#8425) 5 years ago
Tom Wilkie d479151f1f Various enhancements and refactorings for remote write receiver: 5 years ago
fuling 72475b8a0c [ENHANCEMENT] remote storage:Add default api implementation of remote write 5 years ago
Julien Pivotto 06e53b7ecf
API: Fix global URL when external address has no port (#8359) 5 years ago