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

[APM][Entities] The APM service page not loading with logs service #206967

Open
jennypavlova opened this issue Jan 16, 2025 · 1 comment
Open
Labels
bug Fixes for quality problems that affect the customer experience Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team

Comments

@jennypavlova
Copy link
Member

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:

Image

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:

Image

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

  • The APM service overview should load with different services coming from different sources (both logs and APM)
  • The APM service overview should load with only services coming from logs (with entityCentricExperience on)
  • The APM service overview should load with only services coming from APM (with entityCentricExperience on and off)
@jennypavlova jennypavlova added bug Fixes for quality problems that affect the customer experience Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team labels Jan 16, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

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 Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team
Projects
None yet
Development

No branches or pull requests

2 participants