Commit Graph

589 Commits (5a8e202f940788e98f201d2886c8399c4581ce20)

Author SHA1 Message Date
Paschalis Tsilias 5a8e202f94
Append metadata to the WAL in the scrape loop (#10312)
2 years ago
Bryan Boreham 8b863c42dd
Optimise relabeling by re-using memory (#11147)
2 years ago
Levi Harrison fa9bc5184a
Update and fix interface (#11131)
2 years ago
Levi Harrison d61459d826
`no-default-scrape-port` feature flag (#9523)
2 years ago
Paschalis Tsilias d1122e0743
Introduce TSDB changes for appending metadata to the WAL (#10972)
2 years ago
Julien Pivotto 7a2d24b76a
Fix flakiness in windows tests (#10983)
2 years ago
Julien Pivotto 13bd4fd3c8
Fix promtool check config not erroring properly on failures (#10952)
2 years ago
lixin18 735a07444a
Update main_unix_test.go (#10917)
2 years ago
David Leadbeater 355b8bcf0b
Add --lint-fatal option (#10815)
3 years ago
Ben Kochie 9570924511
Merge pull request #9638 from prometheus/superq/agentMode
3 years ago
Matthieu MOREL 36eee11434
refactor (package cmd): move from github.com/pkg/errors to 'errors' and 'fmt' packages (#10733)
3 years ago
Łukasz Mierzwa 44e5f220c0
Move prometheus_ready metric to web package (#10729)
3 years ago
Łukasz Mierzwa 070e409dba
Add prometheus_ready metric (#10682)
3 years ago
Ben Ye af5ea213f7
promtool: support matchers when querying label values (#10727)
3 years ago
Łukasz Mierzwa d3c9c4f574
Stop rule manager before TSDB is stopped (#10680)
3 years ago
Alban Hurtaud 41630b8e88
Add hidden flag to configure discovery loop interval (#10634)
3 years ago
Matthieu MOREL e2ede285a2
refactor: move from io/ioutil to io and os packages (#10528)
3 years ago
Filip Petkovski 1c1b174a8e
Add a --lint flag to the promtool check rules and check config commands (#10435)
3 years ago
Julien Pivotto 390956d317
Log gomaxprocs messages (#10506)
3 years ago
TomasKohout c0fd228bad
Add dependency on go.uber.org/automaxprocs (#10498)
3 years ago
Julien Pivotto f9d8e5245a
Plugins support (#10495)
3 years ago
Wilbert Guo 83a2e52bc2
Add SyncForState Implementation for Ruler HA (#10070)
3 years ago
Alan Protasio 606ef33d91 Track and report Samples Queried per query
3 years ago
Mauro Stettler b025390cb4
Disable chunk write queue by default, allow user to configure the exact size (#10425)
3 years ago
ian woolf 025528a5d6
cmd: use os.MkdirTemp instead of ioutil.TempDir (#10320)
3 years ago
Łukasz Mierzwa a4317bf0ec
Run gofumpt on all files (#10392)
3 years ago
SuperQ b297520666
Add agent mode identifier
3 years ago
Tobias Klausmann b998636893
Improve error logging for missing config and QL dir (#10260)
3 years ago
Julien Pivotto 9a2e93228e
Switch to grafana/regexp everywhere (#10268)
3 years ago
Matej Gera 2c61d29b2a
Tracing: Migrate to OpenTelemetry library (#9724)
3 years ago
Rodrigo Queiro 70c1446a64
Clarify units of --storage.tsdb.retention.size (#10154)
3 years ago
beorn7 b39f2739e5 PromQL: Always enable negative offset and @ modifier
3 years ago
beorn7 61509fc840 PromQL: Promote negative offset and @ modifer to stable
3 years ago
Björn Rabenstein 0f4a1e6eac
Merge pull request #10119 from prometheus/beorn7/remote
3 years ago
chenlujjj 2ce94ac196
Add '--weight' flag to 'promtool check metrics' command (#10045)
3 years ago
beorn7 8fdfa52976 API: Promote remote-write-receiver to stable
3 years ago
David Leadbeater a961062c37
Disable time based retention in tests (#8818)
3 years ago
Jessica G 174a1147d5
Merge pull request #9861 from JessicaGreben/minor-prom-improvements
3 years ago
jessicagreben 4b03fa3100 replace config exit code with failure exit code
3 years ago
jessicagreben 59f7ef06d0 update exit code for sd
3 years ago
Nicholas Blott c92673fb14
Remove check against cfg so interval/ timeout are always set (#10023)
3 years ago
Julien Pivotto db1551bd21
Merge pull request #10016 from prometheus/release-2.32
3 years ago
Ben Ye d9bbe7f3dd
mention agent mode in enable-feature flag help description (#9939)
3 years ago
zzehring 42628899b5 promtool: Add `--syntax-only` flag for `check config`
3 years ago
jessicagreben 99bb56fc46 add errcodes from sd file
3 years ago
Filip Petkovski 5849521e90
promtool: Fix credentials file check (#9883)
3 years ago
jessicagreben 764f2d03a5 add const for exit codes
3 years ago
Matheus Alcantara d9a8c453a0
cmd: use t.TempDir instead of ioutil.TempDir on tests (#9852)
3 years ago
Robert Fratto 72a9f7fee9
Share TSDB locker code with agent (#9623)
3 years ago
Mateusz Gozdek c08bb86be0 cmd/prometheus: use random listen port in TestStartupInterrupt test
3 years ago