The monitoring component serves as the infrastructure for monitoring, alerting, inspection, and health checking functions within the observability module. This document describes how to install the ACP Monitoring with Prometheus plugin or the ACP Monitoring with VictoriaMetrics plugin within a cluster.
Before install the monitoring components, please ensure the following conditions are met:
global
cluster can access port 11780 of the workload cluster.Navigate to App Store Management > Cluster Plugins and select the target cluster.
Locate the ACP Monitoring with Prometheus plugin and click Install.
Configure the following parameters:
Parameter | Description |
---|---|
Scale Configuration | Supports three configurations: Small Scale, Medium Scale, and Large Scale: - Default values are set based on the recommended load test values of the platform - You can choose or customize quotas based on the actual cluster scale - Default values will be updated with platform versions; for fixed configurations, custom settings are recommended |
Storage Type | - LocalVolume: Local storage with data stored on specified nodes - StorageClass: Automatically generates persistent volumes using a storage class - PV: Utilizes existing persistent volumes Note: Storage configuration cannot be modified after Installation |
Replica Count | Sets the number of monitoring component pods Note: Prometheus supports only single-node installation |
Parameter Configuration | Data parameters for the monitoring component can be adjusted as needed |
Click Install to complete the installation.
Once installation is complete, the components can be accessed at the following addresses (replace <>
with actual values):
Component | Access Address |
---|---|
Thanos | <platform_access_address>/clusters/<cluster>/prometheus |
Prometheus | <platform_access_address>/clusters/<cluster>/prometheus-0 |
Alertmanager | <platform_access_address>/clusters/<cluster>/alertmanager |
Navigate to App Store Management > Cluster Plugins and select the target cluster.
Locate the ACP Monitoring with VictoriaMetrics plugin and click Install.
Configure the following parameters:
Parameter | Description |
---|---|
Scale Configuration | Supports three configurations: Small Scale, Medium Scale, and Large Scale: - Default values are set based on the recommended load test values of the platform - You can choose or customize quotas based on the actual cluster scale - Default values will be updated with platform versions; for fixed configurations, custom settings are recommended |
Install Agent Only | - Off: Install the complete VictoriaMetrics component suite - On: Install only the VMAgent collection component, which relies on the VictoriaMetrics Center |
VictoriaMetrics Center | Select the cluster where the complete VictoriaMetrics component has been installed |
Storage Type | - LocalVolume: Local storage with data stored on specified nodes - StorageClass: Automatically generates persistent volumes using a storage class - PV: Utilizes existing persistent volumes |
Replica Count | Sets the number of monitoring component pods: - LocalVolume storage type does not support multiple replicas - For other storage types, please refer to on-screen prompts for configuration |
Parameter Configuration | Data parameters for the monitoring component can be adjusted Note: Data may temporarily exceed the retention period before being deleted |
Click Install to complete the installation.