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

[Stack Monitoring] ESS 8.4+ deployments showing N/A for CPU throttling #143337

Closed
matschaffer opened this issue Oct 14, 2022 · 3 comments · Fixed by elastic/beats#33358
Closed
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:Stack Monitoring Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services

Comments

@matschaffer
Copy link
Contributor

matschaffer commented Oct 14, 2022

If you run 8.4.3 (probably any 8.4) on ESS CPU throttling will gradually go to N/A. There are a few internal collection docs that provide data so you'll see 0 at first, but once metricbeat takes over you lose the insight (screenshot below shows N/A for two and 0 for one. A few intervals later they were all N/A.)

Pasted_Image_2022_10_14_13_15

I can see some values in the data, so I'm thinking maybe this is a problem with the aliases in the index template.

Pasted_Image_2022_10_14_13_14

@matschaffer matschaffer added bug Fixes for quality problems that affect the customer experience Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services Feature:Stack Monitoring labels Oct 14, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI)

@miltonhultgren
Copy link
Contributor

miltonhultgren commented Oct 14, 2022

It's a Metricbeat module bug, we don't copy over time_throttled_nanos from the API response to the event here.

So while the UI code tries to read the correct field here it will always be null.

The two fields you see are the counts which map to number_of_elapsed_periods and number_of_times_throttled.

@matschaffer
Copy link
Contributor Author

Thanks! I saw those two coming in and though we had enough. Nice job catching the need for time_throttled_nanos as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Stack Monitoring Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants