Commit Graph

139 Commits (437f51a85f0199501b6dea8fbac1a9b573958721)

Author SHA1 Message Date
Matt Bostock d31c068ae4 api.go: Fix typo in comment (#3122) 8 years ago
Max Leonard Inden 1c96fbb992
Expose current Prometheus config via /status/config 8 years ago
Fabian Reinartz 32226e30f5 Guard reload and quit endpoints by flag 9 years ago
Fabian Reinartz 45ac064669 web: disable Amin APIs by default 9 years ago
Fabian Reinartz ccf9e62972 *: add admin grpc API 9 years ago
Tom Wilkie 4d9b917d11 Instrument Prometheus with OpenTracing (#2554) 9 years ago
David Symonds 04ad889751 Preserve Alertmanager URLs as *url.URL. 9 years ago
Tom Wilkie f0e8a5f37c Add promql.ErrStorage, which is interpreted by the API as a 500. 9 years ago
Alexey Palazhchenko 17f15d024a Small fixes. (#2578) 9 years ago
Fabian Reinartz bbcf20ba01 web: deduplicate series in federation 9 years ago
Fabian Reinartz f56644e3ae api/v1: deduplicate selected series 9 years ago
Bplotka 1823ae8bc4 Fixed int64 overflow for timestamp in v1/api parseDuration and parseTime (#2501) 9 years ago
Goutham Veeramachaneni 4b0270290b
Fix comments to match convention 9 years ago
Goutham Veeramachaneni c6b329c55b
Support Custom Timeouts for Queries 9 years ago
Goutham Veeramachaneni 6634984a38
Comments and Typo Fixes 9 years ago
Fabian Reinartz d80a3de235 pkg/textparse: add documentation 9 years ago
Fabian Reinartz 157e698958 web/api: fix min/max timestamps to valid range 9 years ago
Frederic Branczyk bd92571bdd
web/api: make target and alertmanager api responses consistent 9 years ago
Frederic Branczyk 389c6d0043
web/api: add alertmanager api 9 years ago
beorn7 767c0709b1 Retrieval: Avoid copying Target 9 years ago
Fabian Reinartz bc20d93f0a storage: rename iterator value getters to At() 9 years ago
Fabian Reinartz 28f547bcc7 api/v1: fix tests, restore series queries 9 years ago
Fabian Reinartz f8fc1f5bb2 *: migrate ingestion to new batch Appender 9 years ago
Fabian Reinartz 5817cb5bde *: migrate from model.* to promql.* types 9 years ago
Frederic Branczyk 33b583d50e
web/api: add targets endpoint 9 years ago
Anders Daljord Morken 5c025a2f41 query_range: Validate that start comes before end 9 years ago
Fabian Reinartz 8fa18d564a storage: enhance Querier interface usage 9 years ago
Julius Volz f92532f254 api: Consolidate web API contexts 9 years ago
Julius Volz c187308366 storage: Contextify storage interfaces. 9 years ago
Julius Volz ed5a0f0abe promql: Allow per-query contexts. 9 years ago
Anders Daljord Morken e9885ecb94 Bugfix: Avoid divide-by-zero panic on query_range?step=0 9 years ago
Julius Volz 3bfec97d46 Make the storage interface higher-level. 10 years ago
Fabian Reinartz 97f62c021e api: drop legacy API 10 years ago
beorn7 da8cb10b43 Partition the status tab into items in a dropdown 10 years ago
Julius Volz 0c1e7a5b00 Support time range in /api/v1/series endpoint. 10 years ago
Jonathan Boulle 38098f8c95 Add missing license headers 10 years ago
beorn7 4b574e8a61 Switch chunk encoding to type 2 where it was hardcoded type 1 before 10 years ago
beorn7 836f1db04c Improve MetricsForLabelMatchers 10 years ago
beorn7 a7408bfb47 Unify duration parsing 10 years ago
Julius Volz 1ae23bf5e9 Handle OPTIONS HTTP requests correctly. 10 years ago
Tobias Schmidt bf84faa010 Return HTTP server error codes for execution errors 10 years ago
Tobias Schmidt 50079a85a1 Make time parameter optional in v1 query API 10 years ago
Fabian Reinartz 33aab4169c Anchor regexes in vector matching 10 years ago
Julius Volz 46c5260761 Support escape sequences in strings and add raw strings. 10 years ago
Fabian Reinartz e3b6ec9784 Switch to common/log 10 years ago
Fabian Reinartz 398bbf906b Switch to common/route package 10 years ago
Fabian Reinartz 171f50706a Fix unkeyed field errors. 10 years ago
Fabian Reinartz f8a25f6af7 Apply HTTP handler compression everywhere 10 years ago
Julius Volz 995d3b831d Fix most golint warnings. 10 years ago
Fabian Reinartz d6b8da8d43 Switch promql types to common/model 10 years ago