VictoriaMetrics service management via ADCM
The ADCM UI provides actions to manage the VictoriaMetrics service and its components. For information on how to run service actions, refer to Service actions.
The actions available for the VictoriaMetrics service are listed in the table below.
| Action | Description |
|---|---|
Check |
Runs service-specific tests to check the health of the service and its components |
Restart |
Restarts the service.
When you run this action, the option Apply configs from ADCM is available.
If it is set to |
Start |
Starts the VictoriaMetrics service.
When you run this action, the option Apply configs from ADCM is available.
If it is set to |
Stop |
Stops the VictoriaMetrics service |
Uninstall |
Uninstalls the VictoriaMetrics service. VictoriaMetrics Storage data is not deleted from the host where it was stored (see section VictoriaMetrics → Storage Settings of Configuration parameters) |
VictoriaMetrics components actions
The following actions are supported for all VictoriaMetrics components.
| Action | Description |
|---|---|
Restart |
Restarts the component on all cluster hosts |
Start |
Starts the component on all cluster hosts |
Stop |
Stops the component on all cluster hosts |
Restart VictoriaMetrics components
If you need to restart VictoriaMetrics components individually via component actions, trigger their Restart actions in the following order:
-
Restart the VictoriaMetrics Storage component.
NOTEOn large data volumes, the VictoriaMetrics Storage component may take a significant amount of time to restart (see the VictoriaMetrics documentation). Data ingestion and querying are completely unavailable during the restart. Although the VictoriaMetrics Insert and VictoriaMetrics Select components remain running, they cannot process data until the VictoriaMetrics Storage component is up and running.
-
Restart the VictoriaMetrics Insert component. The restart finishes almost instantly because the component is stateless, so data ingestion stops only for a brief moment.
-
Restart the VictoriaMetrics Select component. The restart completes almost instantly, so metrics visualization in Grafana is interrupted only for a brief moment.