prometheus/cmd/promtool
Steffen Baarsgaard 9a6814cdfb
Some checks are pending
buf.build / lint and publish (push) Waiting to run
CI / Go tests (push) Waiting to run
CI / More Go tests (push) Waiting to run
CI / Go tests for 32-bit x86 (push) Waiting to run
CI / List active LTS releases (push) Waiting to run
CI / Go tests for Prometheus upgrades and downgrades (push) Blocked by required conditions
CI / Go tests with previous Go version (push) Waiting to run
CI / UI tests (push) Waiting to run
CI / Go tests on Windows (push) Waiting to run
CI / Mixins tests (push) Waiting to run
CI / Compliance testing (push) Waiting to run
CI / Build Prometheus for common architectures (push) Blocked by required conditions
CI / Build Prometheus for all architectures (push) Blocked by required conditions
CI / Report status of build Prometheus for all architectures (push) Blocked by required conditions
CI / Check generated parser (push) Waiting to run
CI / golangci-lint (push) Waiting to run
CI / fuzzing (push) Waiting to run
CI / codeql (push) Waiting to run
CI / Publish main branch artifacts (push) Blocked by required conditions
CI / Publish release artefacts (push) Blocked by required conditions
CI / Publish UI on npm Registry (push) Blocked by required conditions
govulncheck / Run govulncheck (push) Waiting to run
Scorecards supply-chain security / Scorecards analysis (push) Waiting to run
promtool: Add --remote-write.path for overriding push metrics url path (#19086)
* feat(promtool): Add flag --remote-write.path=/api/v1/write
* docs(promtool): Generate cli docs for new flag

Signed-off-by: Steffen Baarsgaard <steff.bpoulsen@gmail.com>
Co-authored-by: Varsha U N <varshaun58@gmail.com>
2026-07-06 16:31:44 +10:00
..
testdata promtool: support missing promql syntax features (#17926) 2026-02-09 07:26:37 +00:00
analyze.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
analyze_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
archive.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
backfill.go Refractor promtool errors (#17842) 2026-01-13 06:35:11 +00:00
backfill_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
debug.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
main.go promtool: Add --remote-write.path for overriding push metrics url path (#19086) 2026-07-06 16:31:44 +10:00
main_test.go promql: enable duration expressions by default 2026-06-29 14:32:14 +02:00
metrics.go promtool: Add --remote-write.path for overriding push metrics url path (#19086) 2026-07-06 16:31:44 +10:00
metrics_test.go promtool: Add --remote-write.path for overriding push metrics url path (#19086) 2026-07-06 16:31:44 +10:00
query.go promtool: add --header flag to query instant command 2026-04-01 17:10:56 +08:00
rules.go Replace per-component parser options with default instance 2026-02-11 11:16:04 +01:00
rules_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
sd.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
sd_test.go scrape: add more native-histogram related internal labels 2026-06-15 13:17:46 +00:00
tsdb.go chore: fix unnecessary-format issues from revive 2026-07-01 07:08:20 +00:00
tsdb_posix_test.go Remove copyright date from headers (#17785) 2026-01-05 13:46:21 +01:00
tsdb_test.go Refactor parse.go into an instance-based Parser interface 2026-02-11 11:21:49 +01:00
unittest.go promtool: redirect debug output to stderr (#18346) 2026-03-24 12:12:54 +01:00
unittest_test.go Refactor parse.go into an instance-based Parser interface 2026-02-11 11:21:49 +01:00