You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
healthData - Pull in all the health data via HealthContext
25
-
selectedMetrics - Pull in the list of ALL user-selected metrics via QueryContext as strings, even if they don't pertain to this category.
26
-
category - Destructure category from props. This category was passed down from the GraphsContainer and creates a new tab in Chronos to view charts pertaining only to the category.
27
-
Think of each <HealthContainer /> as the new tab in Chronos. It will only create charts pertaining to that category.
28
-
healthChartsArr - local state that gets updated with an array of <HealthChart />'s that display user-selected data.
29
-
`service` - only used to determine if we should display our health charts (because kafka and kubernetes specifically don't use HealthChart to display data).
0 commit comments