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

Update elasticsearch.json #2140

Merged
merged 4 commits into from
Nov 7, 2023
Merged

Update elasticsearch.json #2140

merged 4 commits into from
Nov 7, 2023

Conversation

csalvador-nr
Copy link
Contributor

@csalvador-nr csalvador-nr commented Nov 3, 2023

Summary

Fixed the SELECT clause from:
Active Search Latency (ms)

Get Requests Latency (ms)

Failed Indexing Operations per Node (Filterable)

Indexing Latency (ms)

Index Refresh Latency (ms)

Some of them were dividing UNITS/milliseconds. When the goal is to find the average time of each unit it should be MS/UNITS. Additionally, host.hostname was being used for FACET when those metrics resulted in inconsistent data. Switched to using entity.name for correct results. capture() is used to sanitise node names.

Fixed the `SELECT` clause from:
Active Search Latency (ms)

Get Requests Latency (ms)

Failed Indexing Operations per Node (Filterable)

Indexing Latency (ms)

Index Refresh Latency (ms)

Some of them were dividing UNITS/milliseconds. When the goal is to find the average time of each unit it should be MS/UNITS. 
Additionally, `host.hostname` was being used for FACET when those metrics resulted in inconsistent data. Switched to using `entity.name` for correct results. 
`capture()` is used to sanitise node names.
Copy link

github-actions bot commented Nov 3, 2023

Thank you for your contribution, our team will be reviewing this shortly, please be available for any follow up questions or code review feedback!

Copy link
Contributor

@rahulbasu-nr rahulbasu-nr left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@mickeyryan42 mickeyryan42 merged commit ec26fee into newrelic:main Nov 7, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants