Configuration parameters
Grafana
| Parameter | Description | Default value |
|---|---|---|
Grafana data path |
Path to the Grafana data storage on the host where Grafana is deployed. If changed, the changes apply only after performing the Uninstall and then Install service actions |
/opt/adm/grafana/data |
Grafana provisioning path |
Path to the Grafana provisioning files on the host where Grafana is deployed. If changed, the changes apply only after performing the Uninstall and then Install service actions |
/opt/adm/grafana/provisioning |
Grafana port |
HTTP port for the Grafana web interface |
3000 |
Admin username |
Grafana administrator username used to log in to the Grafana web interface |
admin |
Admin password |
Password for the Grafana administrator. ADCM uses it to automatically create credentials (a system user and its API token) for dashboard synchronization |
— |
VictoriaMetrics
| Parameter | Description | Default value |
|---|---|---|
Replication Factor |
Number of the hosts with the VictoriaMetrics Storage component used for replicating each metric. For details on replication factor calculations depending on the hosts number, see Add components (online installation) or Add components (offline installation) |
2 |
Deduplication Interval |
The deduplication interval that, when configured correctly, prevents the overlapping of duplicate metric points, which can result in a sawtooth pattern on your Grafana dashboards. It is recommended to keep the default value ( Large deduplication intervals (e.g. Format value using |
1ms |
| Parameter | Description | Default value |
|---|---|---|
Retention Period |
Metrics retention period. Metrics older than this value are automatically deleted from the storage. The minimum retention period supported by VictoriaMetrics is 1 day ( Indefinite retention is not supported by VictoriaMetrics. To retain data long-term, specify an arbitrarily high duration, such as 100 years ( Format value using If you reduce the retention period, data older than the new limit is not deleted instantly upon service restart. VictoriaMetrics removes expired metrics gradually in the background |
1M |
Storage Data Path |
Path to the VictoriaMetrics Storage data on the host where the VictoriaMetrics Storage component is deployed. If changed, the changes apply only after restarting the VictoriaMetrics Storage component. See the VictoriaMetrics service actions To change the storage location without losing metrics history, stop the VictoriaMetrics Storage component and copy the data directory to the new location (e.g. using |
/opt/adm/vmstorage/data |
| Parameter | Description | Default value |
|---|---|---|
vminsert HTTP Port |
HTTP port used by the VictoriaMetrics Insert component to accept incoming metrics from agents like vmagent or Prometheus via the Prometheus-compatible remote_write protocol |
8480 |
vmselect HTTP Port |
HTTP port used by the VictoriaMetrics Select component to accept PromQL queries from visualization tools like Grafana |
8481 |
vmstorage HTTP Port |
HTTP port used by the VictoriaMetrics Storage component to handle health checks and self-monitoring metrics requests |
8482 |
vmstorage vminsert RPC Port |
TCP port used by the VictoriaMetrics Storage component to receive incoming metrics data from the VictoriaMetrics Insert component via an internal RPC protocol |
8400 |
vmstorage vmselect RPC Port |
TCP port used by the VictoriaMetrics Storage component to accept data read requests from the VictoriaMetrics Select component via an internal RPC protocol |
8401 |
| Parameter | Description | Default value |
|---|---|---|
pprof_authkey |
The authentication key used to restrict access to the built-in Go profiler ( ADCM always stores this key encrypted with Ansible Vault, so the ADCM UI displays it as a string starting with
|
— |