summaryrefslogtreecommitdiff
path: root/frontends/Rexfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-12-30 22:10:23 +0200
committerPaul Buetow <paul@buetow.org>2025-12-30 22:10:23 +0200
commit382e396055c1f4f7d517bd539633d423aa82374d (patch)
tree281dc926b20737d3ea22c0e6566433407ed21cb8 /frontends/Rexfile
parent7f248f4464f653e0216a7db7327eaace3c39490f (diff)
Consolidate into single prometheus-pusher binary
Unified all functionality into one binary instead of multiple variants. ## Changes - Removed: prometheus-pusher-auto, prometheus-pusher-historic - Single binary: prometheus-pusher (supports all modes) - Updated all documentation to reference single binary - Updated run.sh to use unified binary ## Usage One binary, four modes: ```bash # Realtime mode (default) ./prometheus-pusher -mode=realtime -continuous # Historic mode (single datapoint) ./prometheus-pusher -mode=historic -hours-ago=24 # Backfill mode (range of datapoints) ./prometheus-pusher -mode=backfill -start-hours=48 -end-hours=0 -interval=1 # Auto mode (automatic timestamp detection) ./prometheus-pusher -mode=auto -file=data.csv ``` All features accessible from one unified tool! 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'frontends/Rexfile')
0 files changed, 0 insertions, 0 deletions