Commit Graph

436 Commits (1bfb3ed062e99bd3c74e05d9ff9a7fa4e30bbe21)

Author SHA1 Message Date
Julien Pivotto 7558e9d3c3
API: Make snapshot length always the same size (#8138) 5 years ago
Julien Pivotto 6c56a1faaa
Testify: move to require (#8122) 5 years ago
Julien Pivotto 4e5b1722b3
Move away from testutil, refactor imports (#8087) 5 years ago
Goutham Veeramachaneni 1cc02930b6
Implement series API query hint to not hit chunks (#8050) 5 years ago
Dustin Hooten 916dbd4c8a
React UI: Implement missing TSDB head stats section (#7876) 5 years ago
Julien Pivotto e208afcc95
web: Remove APIv2 (#7935) 5 years ago
showuon dfdc358a5b
Fix the duplicated results issue from /api/v1/series (#7862) 5 years ago
johncming a14245b4b1
web/api/v1: rename http status code. (#7864) 5 years ago
johncming 2f2a51a43a
web/api/v1: make names consistent. (#7841) 5 years ago
Li Zhijian 6f6ef1451e
Cleanup tempfiles (#7696) 5 years ago
Bartlomiej Plotka e6d7cc5fa4
tsdb: Added ChunkQueryable implementations to db; unified MergeSeriesSets and vertical to single struct. (#7069) 6 years ago
Bartlomiej Plotka b788986717
storage: Adjusted fully storage layer support for chunk iterators: Remote read client, readyStorage, fanout. (#7059) 6 years ago
Marco Pracucci 153f859b74
Fixed returned API status code on error (#7435) 6 years ago
Kemal Akkoyun 66dfb951c4
*: Consistent Error/Warning handling for SeriesSet iterator: Allowing Async Select (#7251) 6 years ago
Jess G fdc49fae5b
Added time range parameters to labelNames API (#7288) 6 years ago
Ganesh Vernekar 1c99adb9fd
Callbacks for lifecycle of series in TSDB (#7159) 6 years ago
gotjosh bfcd9282a8
API: Allow AlertmanagerRetriever and RulesRetriever to receive a Context (#7256) 6 years ago
Ganesh Vernekar d4b9fe801f
M-map full chunks of Head from disk (#6679) 6 years ago
Ben Ye 1e4e37144d
Fixed wrongly handled not ready TSDB on web and API. (#7182) 6 years ago
beorn7 69ac27e1b4 Make `series` method return a finalizer, too 6 years ago
Julien Pivotto a2fcdeb1ef Defer finalizer (#7129) 6 years ago
beorn7 f9f423ec0a Ensure queries are closed in API calls 6 years ago
Julien Pivotto 209d4bb8a1
Defer finalizer (#7129) 6 years ago
gotjosh 24af5049bb
API: Allow `TargetRetriever` to receive a Context (#7125) 6 years ago
Marek Slabicki 8224ddec23
Capitalizing first letter of all log lines (#7043) 6 years ago
Brian Brazil 7646cbca32
Use .UTC everywhere we use time.Unix (#7066) 6 years ago
Bartlomiej Plotka d5c33877f9
storage: Added Chunks{Queryable/Querier/SeriesSet/Series/Iteratable. Added generic Merge{SeriesSet/Querier} implementation. (#7005) 6 years ago
Ben Kochie 269e7c8091
Fix golint issues. 6 years ago
Bartlomiej Plotka c4eefd1b3a storage: Removed SelectSorted method; Simplified interface; Added requirement for remote read to sort response. 6 years ago
Bartlomiej Plotka fe802f29c9 storage: Removed SelectSorted method; Simplified interface; Added requirement for remote read to sort response. 6 years ago
Boyko 84b00564f4
API_V1: Extract time param parsing logic (#6860) 6 years ago
Peter Štibraný 318cd413fc Don't return error in ContextFromRequest function. 6 years ago
Bartlomiej Plotka cfba92a133 Addressed comments. 6 years ago
Bartlomiej Plotka fb79f515fc Fixed second bug. 6 years ago
Harkishen Singh 489a9aa7b9
Adds normalization of localhost urls in targets page react (#6794) 6 years ago
Tobias Guggenmos 6c00f2ffcb Comment fixes 6 years ago
Tobias Guggenmos 20b1f596f6 Fix build errors in rest of prometheus 6 years ago
Julien Pivotto 135cc30063
rules: Make deleted rule series as stale after a reload (#6745) 6 years ago
Julien Pivotto 0e912faf4f
rules: Cleanup unused function alert.Duration (#6734) 6 years ago
Thor 17d8c49919
made stripe size configurable (#6644) 6 years ago
gotjosh 8b49c9285d
scrape: Add metrics to track bytes and entries in the metadata cache (#6675) 6 years ago
Julien Pivotto 9adad8ad30 Remove MaxConcurrent from the PromQL engine opts (#6712) 6 years ago
Brian Brazil 38d32e0686 Don't sort postings if we only have one block. 6 years ago
Harkishen Singh c1e49d50c5 Adds support for rules screen in react-ui (#6503) 6 years ago
Julien Pivotto e7f7b6a06f Query Log: Add source IP from console queries (#6593) 6 years ago
Julien Pivotto 9d9bc524e5 Add query log (#6520) 6 years ago
Brian Brazil 767fa704b6 Load only some offsets into the symbol table into memory. 6 years ago
gotjosh e1f2da74a3 api: provide metadata for a single metric 6 years ago
gotjosh 4a13c844b7 Add periods to comments on tests. 6 years ago
gotjosh 0a0a228db3 api: provide per metric metadata (#6420) 6 years ago