Commit Graph

110 Commits (622ece6273376838d007e32ee88e166375a2f4a5)

Author SHA1 Message Date
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 10 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. 11 years ago
Fabian Reinartz d6b8da8d43 Switch promql types to common/model 11 years ago
Fabian Reinartz 1535ef1457 Replace metric.SamplePair with model.SamplePair 11 years ago
Fabian Reinartz 438e232c9b Fix grouping of import blocks 11 years ago
Fabian Reinartz 306e8468a0 Switch from client_golang/model to common/model 11 years ago
Fabian Reinartz 62b4e89b39 Restore legacy API scalar format 11 years ago
Fabian Reinartz 3d67d75935 promql: implement JSON array format for scalar and string 11 years ago
Fabian Reinartz 77e8983221 promql: add MarshalJSON method for SamplePair 11 years ago
Fabian Reinartz 8f904d6a54 api/v1: fix response format tests 11 years ago
Fabian Reinartz b36fa7ad61 api/v1: fix Content-Type in response 11 years ago
Julius Volz bc1c789bab Disallow cross-origin DELETE and POST requests. 11 years ago
Fabian Reinartz 5b91ea9b36 storage: improve label matching and allow unset matching. 11 years ago
Fabian Reinartz 94cd321be1 promql: error if all label matchers are empty. 11 years ago
Fabian Reinartz 85d7c7640a web: remove flags, refactor handlers 11 years ago
Fabian Reinartz 7bb7e565a4 web/api: add GET and DELETE /series endpoints 11 years ago
Fabian Reinartz 7be94ce962 web/api: improve errors, add tests 11 years ago
Fabian Reinartz 75b0b7420e web/api: replace /metrics/names with /label/:name/values endpoint. 11 years ago
Fabian Reinartz 5b713911e3 web/api: enable running API legacy and v1 in parallel 11 years ago
Fabian Reinartz ab9c98acac web/api: add initial API v1 implementation. 11 years ago
Fabian Reinartz e88e5f680b web: simplify prefix handling using util/route package. 11 years ago
Fabian Reinartz 78047326b4 web: cleanup initialization of web service. 11 years ago
Fabian Reinartz 0de6edbdfc Move pkg/ to util/ 11 years ago
Fabian Reinartz dfaf31a1da Move web/httputils to pkg/httputil and add DeadlineClient to it 11 years ago
Julius Volz d7c015c149 Convert pathPrefix to not have trailing slash. 11 years ago
beorn7 3b9c421a69 Weed out all the [Gg]et* method names. 11 years ago