[Infra] Create context for entitySummary data #196693
Labels
Team:obs-ux-infra_services
Observability Infrastructure & Services User Experience Team
technical debt
Improvement of the software architecture and operational architecture
With this PR, we've introduced a new request to
/infra/entities/{entityType}/{entityId}/summary
that is used to collect thedataStreams
.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.
The text was updated successfully, but these errors were encountered: