Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bugfix] Fixed some metrics of Jexlespression not matching in Elasticsearch #1894

Merged
merged 8 commits into from
Apr 30, 2024
Merged

[bugfix] Fixed some metrics of Jexlespression not matching in Elasticsearch #1894

merged 8 commits into from
Apr 30, 2024

Conversation

zhangshenghang
Copy link
Member

@zhangshenghang zhangshenghang commented Apr 30, 2024

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 pr #1859 , which I have already fixed.
Before the fix:

  • cpu_load_average and cpu_percent could not be obtained due to expression matching errors.
    
    image

After the fix:


  • The issue with cpu_load_average and cpu_percent has been resolved, allowing for successful retrieval of these statistical metrics.
    
image

Checklist

Copy link
Contributor

@tomsun28 tomsun28 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@tomsun28 tomsun28 merged commit 3046cc8 into apache:master Apr 30, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants