[libbeat] Fix and test initialization of queue monitors#40480
[libbeat] Fix and test initialization of queue monitors#40480faec merged 1 commit intoelastic:mainfrom
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.