Monitoring HugeGraph Monitoring
Collect and monitor the general performance metrics of HugeGraph
Protocol used: HTTP
Pre-monitoring Operations
Check the rest-server.properties file to obtain the value of the restserver_port configuration item, which is used for monitoring.
Configuration Parameters
| Parameter Name | Parameter Description |
|---|---|
| Target Host | The IPv4, IPv6, or domain name of the monitored endpoint. Note ⚠️ Do not include protocol headers (eg: https://, http://). |
| Port | Port number of the HugeGraph restserver, default is 8080. i.e., the value of the restserver_port parameter |
| Enable SSL | Enable SSL usage |
| Base Path | Base path, default is: /metrics, usually does not need to be modified |
| Task Name | Identifies the name of this monitoring, ensuring uniqueness. |
| Collection Interval | Interval for periodically collecting data for monitoring, in seconds, with a minimum interval of 30 seconds |
| Probe Enabled | Whether to probe before adding new monitoring, only continue with add/modify operations if the probe is successful |
| Description | Additional identification and description of this monitoring, users can add information here |