243 Commits (c564984daa96a9f49ab6dc3c3db9b29b580cae38)

Author SHA1 Message Date
Conor Broderick 1fd20fc954 Add dropped alertmanagers to alertmanagers API (#3865) 7 years ago
Bartek Plotka 93a63ac5fd api: Added v1/status/flags endpoint. (#3864) 7 years ago
Fabian Reinartz 7ccd4b39b8 *: implement query params 7 years ago
Krasi Georgiev b75428ec19 rename package retrieve to scrape 7 years ago
Goutham Veeramachaneni bee6864c14 Make the date returned by snapshot script friendly 7 years ago
Ed Schouten bb724f1bef Deprecate DeduplicateSeriesSet() in favor of NewMergeSeriesSet(). 7 years ago
Goutham Veeramachaneni f0599d4dbf Incorporate review-feedback 7 years ago
Julius Volz ab11a457e8 Remove obsolete TODO in API code 7 years ago
Goutham Veeramachaneni d8515b2580 Move Admin APIs to v1 7 years ago
Brian Brazil d7b3df5ae1 Fix staticcheck errors 7 years ago
Fabian Reinartz 83cd270ea4 *: adapt to storage interface changes 7 years ago
David Kaltschmidt af75ce02c1 Review feedback 7 years ago
David Kaltschmidt c93e54d240 Adds execution timer stats to the range query 7 years ago
Alexey Miroshkin 8c681f4a6c Provide POST endpoint for query+query_range (#3322) 7 years ago
Tom Wilkie 746752b946 Merge external labels in order. 7 years ago
Tom Wilkie b22485bef0 Remove spurious test import. 7 years ago
Tom Wilkie ee011d906d Port remote read server to 2.0. 7 years ago
Julius Volz 099df0c5f0 Migrate "golang.org/x/net/context" -> "context" (#3333) 7 years ago
Brian Brazil 3a7c51ab70 Remote read endpoint should handle matchers for external labels. (#3325) 7 years ago
Brian Brazil c25f7c600b Apply external labels to remote read endpoint (#3263) 7 years ago
beorn7 f20e6a0ae4 Only respond to API requests once the server is ready 7 years ago
Julius Volz f7e8348a88 Re-add contexts to storage.Storage.Querier() (#3230) 7 years ago
Tom Wilkie 758d64ffd9 s/EncodReadResponse/EncodeReadResponse/ 7 years ago
Tom Wilkie febed48703 Implement remote read server in Prometheus. 7 years ago
Max Leonard Inden 1c96fbb992
Expose current Prometheus config via /status/config 7 years ago
Fabian Reinartz ccf9e62972 *: add admin grpc API 7 years ago
Tom Wilkie 4d9b917d11 Instrument Prometheus with OpenTracing (#2554) 8 years ago
David Symonds 04ad889751 Preserve Alertmanager URLs as *url.URL. 8 years ago
Tom Wilkie f0e8a5f37c Add promql.ErrStorage, which is interpreted by the API as a 500. 8 years ago
Alexey Palazhchenko 17f15d024a Small fixes. (#2578) 8 years ago
Fabian Reinartz bbcf20ba01 web: deduplicate series in federation 8 years ago
Fabian Reinartz f56644e3ae api/v1: deduplicate selected series 8 years ago
Bplotka 1823ae8bc4 Fixed int64 overflow for timestamp in v1/api parseDuration and parseTime (#2501) 8 years ago
Goutham Veeramachaneni 4b0270290b
Fix comments to match convention 8 years ago
Goutham Veeramachaneni c6b329c55b
Support Custom Timeouts for Queries 8 years ago
Goutham Veeramachaneni 6634984a38
Comments and Typo Fixes 8 years ago
Fabian Reinartz d80a3de235 pkg/textparse: add documentation 8 years ago
Fabian Reinartz 157e698958 web/api: fix min/max timestamps to valid range 8 years ago
Frederic Branczyk bd92571bdd
web/api: make target and alertmanager api responses consistent 8 years ago
Frederic Branczyk 389c6d0043
web/api: add alertmanager api 8 years ago
beorn7 767c0709b1 Retrieval: Avoid copying Target 8 years ago
Fabian Reinartz bc20d93f0a storage: rename iterator value getters to At() 8 years ago
Fabian Reinartz 28f547bcc7 api/v1: fix tests, restore series queries 8 years ago
Fabian Reinartz f8fc1f5bb2 *: migrate ingestion to new batch Appender 8 years ago
Fabian Reinartz 5817cb5bde *: migrate from model.* to promql.* types 8 years ago
Frederic Branczyk 33b583d50e
web/api: add targets endpoint 8 years ago
Anders Daljord Morken 5c025a2f41 query_range: Validate that start comes before end 8 years ago
Fabian Reinartz 8fa18d564a storage: enhance Querier interface usage 8 years ago
Julius Volz f92532f254 api: Consolidate web API contexts 8 years ago
Julius Volz c187308366 storage: Contextify storage interfaces. 8 years ago