zhangshenghang opened a new pull request, #1894: URL: https://github.com/apache/hertzbeat/pull/1894
## What's changed? In ElasticSearch statistical metrics, the failures in obtaining `cpu_load_average` and `cpu_percent` are due to expression matching failures. This issue might have been introduced by issue #1859 , which I have already fixed. Before the fix: - `cpu_load_average` and `cpu_percent` could not be obtained due to expression matching errors. <img width="1259" alt="iShot_2024-04-30_16 40 12" src="https://github.com/apache/hertzbeat/assets/29418975/049a9873-37da-4a10-9970-2f654423ac85"> After the fix: - The issue with `cpu_load_average` and `cpu_percent` has been resolved, allowing for successful retrieval of these statistical metrics. <img width="1269" alt="image" src="https://github.com/apache/hertzbeat/assets/29418975/6b7536a9-a1e9-47b9-982e-2d2956b30c39"> <!-- Describe Your PR Here --> ## Checklist - [x] I have read the [Contributing Guide](https://hertzbeat.apache.org/docs/community/code_style_and_quality_guide) - [x] I have written the necessary doc or comment. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
