9 Commits (0512ebf9da6f92c4aa2b02b3341fbf7f52f2fa72)

Author SHA1 Message Date
beorn7 d9d51c565c prompb: Add histograms to remote write/read protobufs 2 years ago
gotjosh 4eca4dffb8
Allow metric metadata to be propagated via Remote Write. (#6815) 4 years ago
Brian Brazil 38d32e0686 Don't sort postings if we only have one block. 5 years ago
Bartek Płotka 48b2c9c8ea
remote-read: streamed chunked server side; Extended protobuf; Added chunked, checksumed reader (#5703) 5 years ago
Callum Styan 5358f76c5c update remote write path proto so that Labels/Timeseries can't be nil (#4957) 6 years ago
Henri DF 2952387ed1 Pass query hints down into remote read query proto (#4122) 7 years ago
Alexey Palazhchenko 85bef0d583 Add comment about samples order. (#3642) 7 years ago
Tom Wilkie 4c5c22dcf1 Rename proto package from remote -> prometheus. 7 years ago
Tom Wilkie b568ace7ce Move protos to ./prompb 7 years ago
Tom Wilkie 2dda5775e3 Initial port of remote storage to v2. 7 years ago
Brian Brazil c813c824d4 Separate out remote read responses. 8 years ago
Julius Volz 02395a224d [WIP] Remote Read 8 years ago
Julius Volz c7932aa009 Remove gRPC leftovers in protobuf definitions 8 years ago
Julius Volz aa3f2b7216 Generic write cleanups and changes. 8 years ago
Brian Brazil 36d2c4bd0b Add generic write path using grpc. 8 years ago
beorn7 8032763db1 Update vendoring of github.com/prometheus/common/... 9 years ago
Fabian Reinartz 4876e92014 Upgrade expfmt vendoring 9 years ago
Fabian Reinartz 468d2eb60e Vendoring via govendor 9 years ago
Julius Volz 995d3b831d Fix most golint warnings. 9 years ago
Fabian Reinartz 0d3012a605 Migrate matrix tests, remove old test files. 10 years ago
Fabian Reinartz 71ef7ab405 Migrate remaining vector evaluation tests to new testing language. 10 years ago
Fabian Reinartz 3c22eded97 Migrate literal tests to testing language. 10 years ago
Fabian Reinartz eba07a7d3d Migrate histogram tests to test language. 10 years ago
Fabian Reinartz 6321964738 Add parsing and execution of new test format. 10 years ago
Fabian Reinartz 5602328c7c Refactor query evaluation. 10 years ago
Brian Brazil 6c1689f0c6 Sort NaN as the lowest value. 10 years ago
Brian Brazil c3a2b63fe9 Add stddev and stdvar aggregation functions. 10 years ago
Brian Brazil 74aed55e55 Add square root function 10 years ago
Fabian Reinartz 624f27f4b6 Add ln, log2, log10 and exp functions to the query language. 10 years ago
Julius Volz b2651027fc Fix special value handling in division and modulo. 10 years ago
beorn7 13fcf1ddbc Implement double-delta encoded chunks. 10 years ago
Fabian Reinartz 182de6b99f Fix unary +/- expressions. 10 years ago
Fabian Reinartz 6f754073d5 Add OR operation and vector matching options. 10 years ago
Julius Volz 0ac931aed1 Also support parsing float formats like "2.". 10 years ago
Julius Volz c2ab54e9a6 Support scientific notation and special float values. 10 years ago
beorn7 9e7c3e3bcd Add the histogram_quantile function. 10 years ago
Julius Volz 42601acfde Replace labelsToKey() with metric Fingerprint (fixes grouping bug). 10 years ago
Julius Volz 645cf57bed Fix aggregation grouping key calculation. 10 years ago
Julius Volz 15b2b5aa66 Add tests for invalid uses of "offset". 10 years ago
Julius Volz 72d7b325a1 Implement offset operator. 10 years ago
Brian Brazil 60271d58bf Change the 2nd argument of round to toNearest. 10 years ago
Marko Mikulicic 8fdacbdf17 Add floor, ceil and round functions. Closes #402 10 years ago
Brian Brazil a31730e88b Make 2nd arg to delta optional. Add a deriv() function. 10 years ago
Bjoern Rabenstein 5859b74f1b Clean up license issues. 10 years ago
Julius Volz cc27fb8aab Rename remaining all-caps constants in AST layer. 10 years ago
Julius Volz 00a2a93a05 Add regression tests for metrics mutations in AST. 10 years ago
Bjoern Rabenstein 0ae1d8889a Fix tests after merge. 10 years ago
Julius Volz b7bf11230a Add absent() function. 10 years ago
Julius Volz 3d47f94149 Drop metric names after transformations. 10 years ago
Julius Volz 0712d738d1 Allow alternative "by"-clause position in grammar. 10 years ago