Commit Graph

7551 Commits (bf8542a99ecbc651eadcf5f90b1314abb77dc935)
 

Author SHA1 Message Date
Julien Pivotto 4b3bab890d Fix absent output where two label matchers are identical (#6493)
5 years ago
Tobias Guggenmos a48acbcb23 PromQL: Fix parser benchmark (#6495)
5 years ago
Tobias Guggenmos 1e0cd28bf6 PromQL: Support trailing commas in grouping opts (#6480)
5 years ago
Julien Pivotto 06b4744793 docs: fix absent documentation (#6492)
5 years ago
Julien Pivotto f315c69129 promql: fix typo in value.go (#6491)
5 years ago
Ganesh Vernekar 34e0376ef8
Merge pull request #6485 from roidelapluie/fullstop
5 years ago
Julien Pivotto e079c9ed45 manager: add full stops on comments
5 years ago
alburthoffman 156dcb8cca avoid stopping rule groups if new rule groups are as same as old rule… (#6450)
5 years ago
Tobias Guggenmos db1258f2a5 PromQL: Refactor error message generation (#6481)
5 years ago
Bartlomiej Plotka f5b9bc6db3 docs: Be more precise when pushing tags on release. (#6483)
5 years ago
Tom Janson 4f1cfd6cfe remove redundant/accidental line in query doc (#6482)
5 years ago
Bartlomiej Plotka 61f1953c50
Cut 2.15.0-rc.0 release. (#6479)
5 years ago
Tobias Guggenmos 9e34f08ac3 PromQL: Parse grouping opts with the generated parser (#6472)
5 years ago
Simon Pasquier f174ae1f09 Revert "Added s390x support for docker image (#6307)" (#6478)
5 years ago
Brian Brazil 92f31c3ec2
Merge pull request #6475 from prometheus/constant-compaction
5 years ago
Julien Pivotto 2d7c8069d0 Check that rules don't contain metrics with the same labelset (#6469)
5 years ago
Brian Brazil 2b653ee230 Write label indices based on the posting offset table.
5 years ago
vitt-bagal f9bf8e4e4c Added s390x support for docker image (#6307)
5 years ago
Brian Brazil 7d1aad46b8 Put postings in a temporary file during index writing.
5 years ago
Brian Brazil dee6981a6c Move writing of index label indices into IndexWriter.
5 years ago
Brian Brazil 1733724e30 Factor out index file writing code.
5 years ago
Brian Brazil 85964ce567 During compaction spool postings offset table on the side.
5 years ago
Julien Pivotto 31700a05df Improve testutil.ErrorEqual (#6471)
5 years ago
Brian Brazil d782387f81
Stream symbols during compaction. (#6468)
5 years ago
Brian Brazil 767fa704b6 Load only some offsets into the symbol table into memory.
5 years ago
Brian Brazil 1d1732bc25 Add benchmark for Querier.Select over blocks and head.
5 years ago
Boyko b90b5736b9 Allow sec timestamp (#6460)
5 years ago
Brian Brazil 207808bbae
Merge pull request #6452 from prometheus/compact-post-mem
5 years ago
Brian Brazil 0482d93fe6 Add contexts to index writer to fix test races.
5 years ago
Tobias Guggenmos 53615412b4 PromQL: Parse Metrics using generated parser (#6466)
5 years ago
Brian Brazil cf76daed2f Avoid WriteAt for Postings.
5 years ago
Tobias Guggenmos b38b25e9e1 Add Benchmark for the PromQL Parser (#6355)
5 years ago
Tobias Guggenmos 8cb4a48e2e PromQL: Parse label sets using the generated parser (#6432)
5 years ago
Dustin Hooten fce2e131db React UI: Fix issue when changing query then time, the old query executed (#6437)
5 years ago
Callum Styan 67838643ee
Add config option for remote job name (#6043)
5 years ago
Simon Pasquier cccd542891
*: avoid missed Alertmanager targets (#6455)
5 years ago
Brian Brazil 971dafdfbe Coalesce series reads where we can.
5 years ago
Brian Brazil 373a1fdfbf Reread index series rather than storing in memory.
5 years ago
Brian Brazil 48d25e6fe7 Reduce memory used by postings offset table.
5 years ago
Brian Brazil aff9f7a9e8 Extend PostingsForMatchers benchmark to cover Blocks too.
5 years ago
Björn Rabenstein af2257b100
Merge pull request #6442 from gotjosh/single-metric-api
5 years ago
Simon Pasquier 941568839a
docs: update /api/v1/rules documentation (#6449)
5 years ago
Simon Pasquier b15dda9e07
util/promlint: simplify sorting function (#6448)
5 years ago
Brian Brazil 4df814f509
Don't buffer up tables in memory on compaction. (#6422)
5 years ago
johncming 83cda784d2 skip empty alerts. (#6444)
5 years ago
Frederic Branczyk e53f751765
Merge pull request #6445 from RainbowMango/pr_fix_promlint_order_algo
5 years ago
RainbowMango f9de671cdd Fix promlint order algorithm not work issue.
5 years ago
gotjosh e1f2da74a3 api: provide metadata for a single metric
5 years ago
gotjosh 4a13c844b7 Add periods to comments on tests.
5 years ago
gotjosh 0a0a228db3 api: provide per metric metadata (#6420)
5 years ago