path: victoriametrics_1.112.0+ds1-4/docs/stream-aggregation.md ```sh kill -SIGHUP `pidof vmagent` ``` path: victoriametrics_1.112.0+ds1-4/docs/vmauth.md - By sending `SIGHUP` signal to `vmauth` process: ``` kill -HUP `pidof vmauth` ``` - By querying `/-/reload` endpoint. It is recommended protecting it with `-reloadAuthKey`. See [security docs](#security) for details. path: victoriametrics_1.112.0+ds1-4/docs/README.md Then apply new config via the following command: ```sh kill -HUP `pidof prometheus` ``` path: victoriametrics_1.112.0+ds1-4/docs/vmagent.md ```sh kill -SIGHUP `pidof vmagent` ``` path: victoriametrics_1.112.0+ds1-4/docs/scrape_config_examples.md ``` kill -HUP `pidof victoria-metrics-prod` ```