-
Notifications
You must be signed in to change notification settings - Fork 5k
[libbeat] Fix and test initialization of queue monitors #40480
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
Conversation
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
|
Once these are working, do we have to follow up and add them to the elastic_agent package as well so they are visualized in Fleet? https://github.com/elastic/integrations/tree/main/packages/elastic_agent |
Yes, #39774 just added raw metrics to libbeat, it didn't add visualizations for any of the new fields. |
|
Cool, make sure there is a follow up issue filed so we can make use of the new metrics once they are available, if you aren't planning to just take care of the update. |
A stray `:=` instead of `=` overwrote the intended queue metrics namespace. This PR fixes it and adds a test to make sure the correct namespace is used. Fixes #40477 (cherry picked from commit d7ae68c) Co-authored-by: Fae Charlton <[email protected]>
A stray
:=instead of=overwrote the intended queue metrics namespace. This PR fixes it and adds a test to make sure the correct namespace is used.Fixes #40477
Checklist
I have made corresponding changes to the documentationI have made corresponding change to the default configuration filesI have added an entry inCHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.