[APM][Entities] The APM service page not loading with logs service #206967
Labels
bug
Fixes for quality problems that affect the customer experience
Team:obs-ux-infra_services
Observability Infrastructure & Services User Experience Team
Summary
Once we enable the FF: (
entityCentricExperience
) we should be able to see a service coming from logs (without metrics present) in APM service overview.Instead, the Overview page content is not loading:
Technical Details
Based on some testing I saw that probably a format change broke the page. This is what I see in the summary response:
This is used for the logic to decide if "logs" are present in the entity. This is the logic in the code. I would propose to refactor the logic: first check if the value is an array before we add it and then based on the value decide if we should add 'logs' (or the value we receive) in the array.
Testing
Another thing to test based on the conditions here check with different services from different sources (logs / APM)
Special case: Test with service coming from logs without any APM services in the env (only logs)
AC
entityCentricExperience
on)entityCentricExperience
on and off)The text was updated successfully, but these errors were encountered: