[Stack Monitoring] Adjust APM server headings when we detect a container + agent env #97879
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Stack Monitoring
Team:Monitoring
Stack Monitoring team
v7.13.0
Related to #90157
We need to detect when the APM server metrics we have are running in a container where Elastic Agent is also running, and inferring from that setup that the numbers we have represent all of Agent and its sub-processes rather than just APM Server.
In terms of how we'd like to do this, from best to worst:
After looking into the feasibility of options (1) and (2), we settled for now to go with option (3). We're determining if the monitoring cluster is running on Elastic Cloud by way of checking
plugins.cloud?.isCloudEnabled
in our server setup method.Note: We will log another ticket to investigate ways to improve this in 7.14, if possible.
AC:
The text was updated successfully, but these errors were encountered: