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

[Infra] Create context for entitySummary data #196693

Open
iblancof opened this issue Oct 17, 2024 · 1 comment
Open

[Infra] Create context for entitySummary data #196693

iblancof opened this issue Oct 17, 2024 · 1 comment
Assignees
Labels
Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team technical debt Improvement of the software architecture and operational architecture

Comments

@iblancof
Copy link
Contributor

With this PR, we've introduced a new request to /infra/entities/{entityType}/{entityId}/summary that is used to collect the dataStreams.

This information is needed across several tabs, and currently, the request is being made each time a tab is visited for the first time.

The goal of this issue is to prevent unnecessary calls by storing the information in a context, making it available without requiring additional API requests.

Image

@iblancof iblancof added Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team technical debt Improvement of the software architecture and operational architecture labels Oct 17, 2024
@iblancof iblancof self-assigned this Oct 17, 2024
@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
Team:obs-ux-infra_services Observability Infrastructure & Services User Experience Team technical debt Improvement of the software architecture and operational architecture
Projects
None yet
Development

No branches or pull requests

2 participants