Extend the tap with the remaining tools:
- vmagent — metrics scraper/forwarder. Prebuilt binary in the
vmutils-<os>-<arch> release tarballs (vmagent-prod), same upstream as vmctl/victoriametrics. Daemon: needs a service block.
- vmalert — alerting and recording rules. Also in vmutils (
vmalert-prod). Daemon: service block.
- vmauth — auth proxy. Also in vmutils (
vmauth-prod). Daemon: service block.
- victoria-traces — separate upstream repo VictoriaMetrics/VictoriaTraces with its own releases (
victoria-traces-<os>-<arch> assets). New bump group in .github/workflows/bump.yml (third matrix entry), like victorialogs.
Follow the existing pattern: prebuilt release binaries with per-arch on_macos/on_linux × on_arm/on_intel blocks, --version plus smoke assertions in test do, service blocks for daemons. test.yml picks up new formulas automatically from Formula/*.rb; the vmutils tools join the existing victoriametrics bump group, victoria-traces gets its own.
Also add README table rows (with aliases where useful) and CHANGELOG entries.
Extend the tap with the remaining tools:
vmutils-<os>-<arch>release tarballs (vmagent-prod), same upstream as vmctl/victoriametrics. Daemon: needs a service block.vmalert-prod). Daemon: service block.vmauth-prod). Daemon: service block.victoria-traces-<os>-<arch>assets). New bump group in.github/workflows/bump.yml(third matrix entry), like victorialogs.Follow the existing pattern: prebuilt release binaries with per-arch
on_macos/on_linux×on_arm/on_intelblocks,--versionplus smoke assertions intest do, service blocks for daemons.test.ymlpicks up new formulas automatically fromFormula/*.rb; the vmutils tools join the existing victoriametrics bump group, victoria-traces gets its own.Also add README table rows (with aliases where useful) and CHANGELOG entries.