Commit Graph

471 Commits (bp/append-docs)

Author SHA1 Message Date
Julien Pivotto e635ca834b Add environment variable expansion in external label values 5 years ago
jessicagreben 896c828bb5 close writer after flush 5 years ago
jessicagreben d89a1d999f add log with start/end times, close blocks before end of func 5 years ago
Ben Kochie f0bccba1c3
Update Go modules for 2.26 (#8636) 5 years ago
Julien Pivotto c0c36b1155
Improve promql-negative-offset docs (#8631) 5 years ago
jessicagreben 8de4da3716 add changes per comments, fix tests 5 years ago
Callum Styan 289ba11b79
Add circular in-memory exemplars storage (#6635) 5 years ago
jessicagreben e3a8132bb3 fix block alignment, add sample alignment 5 years ago
jessicagreben 7c26642460 add block alignment and write in 2 hr blocks 5 years ago
Julien Pivotto 97fb4a34ae Fix subqueries with default resolution in promql unit tests (backport #8569) 5 years ago
Pau Freixes b1ac4a45e6 Add num scrapes as tsdb write benchmark command flag 5 years ago
Julien Pivotto 5742a18590 Fix subqueries with default resolution in promql unit tests 5 years ago
jessicagreben 9fc53b7edf fix appender.Add -> appender.Append 5 years ago
Arthur Silva Sens 537c0aff49
Prometheus and Promtool binaries now print help and usage to stdout (#8542) 5 years ago
jessicagreben f2db9dc722 add multi rule integration tests 5 years ago
schou 22cd48868a adding feature flag, promql-negative-offset 5 years ago
Tom Wilkie 7369561305
Combine Appender.Add and AddFast into a single Append method. (#8489) 5 years ago
Raphael Bauduin a7d64cad21 promtool: alert_rule_test items require alertname 5 years ago
Ganesh Vernekar c4536fa28c
Increase block writer size for backfilling 5 years ago
Łukasz Hryniuk ab41de68b4 Print details of API errors 5 years ago
David Leadbeater 3e30f72af1 promtool: Add more negative alert tests 5 years ago
misha 1c3e7b4241 Use strings.Builder for neater error formatting 5 years ago
Tom Wilkie d479151f1f Various enhancements and refactorings for remote write receiver: 5 years ago
fuling 72475b8a0c [ENHANCEMENT] remote storage:Add default api implementation of remote write 5 years ago
misha c2c5aeb16b Add optional name property to testgroup for better test failure output 5 years ago
Julien Pivotto 9334269f2b backfill: move checkErr before we close the mmaped file 5 years ago
Jeremy Albinet 4a1f2c097e Typo on plural in checkRules/checkDuplicates 5 years ago
Julien Pivotto 2316062d4e Deprecate --alertmanager.timeout 5 years ago
Ganesh Vernekar 9199fcb8d1
'@ <timestamp>' modifier (#8121) 5 years ago
beorn7 806a799195 Update exporter-toolkit dependency to 0.5.1 5 years ago
Julien Pivotto ac2626757c Update exporter-toolkit to 0.5.0 5 years ago
Guangwen Feng 2df1a482da
Fix misspelled word in comment (#8348) 5 years ago
Julien Pivotto bc9f9ee3aa
Backfilling: fast-path for non-consecutive blocks (#8324) 5 years ago
Julien Pivotto 003d6451fc Promtool: add web config validation 5 years ago
Julien Pivotto 5b4f46a348 Add TLS and basic authentication 5 years ago
Ben Kochie 5055dfbbe4 Listen on web early in startup 5 years ago
beorn7 6bfa33308e promtool: Print block meta-data slightly more nicely 5 years ago
yeya24 cedd2dbec9 create output directory before backfilling 5 years ago
Julien Pivotto 53480c168d Backfill: print created blocks only, add human-readable option 5 years ago
AdaephonBen dca6954b0a
promtool: Add URL scheme when not provided (#7956) 5 years ago
lzhfromustc 27a6e1e174
test: add buffer to channel to avoid goroutine leak (#8274) 5 years ago
Julien Pivotto 7957731339 Inline defer 5 years ago
Julien Pivotto 82b5f1d8b1 Backfill: Use mmap to reuse parser code 5 years ago
jessicagreben e32e4fcc53 fix unit test 5 years ago
jessicagreben cec3515fa3 fix linter 5 years ago
jessicagreben 2e9946e4d7 add test 5 years ago
jessicagreben ee85c22adb flush samples to disk every 5k samples 5 years ago
Atibhi Agrawal b317b6ab9c
Backfill from OpenMetrics format (#8084) 5 years ago
jessicagreben 5dd3577424 change name of promtool subcommand to create-blocks-from 5 years ago
jessicagreben 19dee0a569 add name and labels to metric, eval all rules for each block 5 years ago