File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ const HealthContainer: React.FC<HealthContainerProps> = React.memo(props => {
48
48
// the above forEach method loops through the different categories
49
49
// 'category' variable is the specific category passed in to HealthContainer via prop drilling
50
50
// 'category' is the string Memory, CPU, or others that are in the Category column of the Query Selector interface
51
- // 'categoryName' is the string that is Memory/CPU/other inside the metrics data response
51
+ // 'categoryName' is the string that is Memory/CPU/other inside the metrics data response ('datalist' or 'timelist')
52
52
// when the 'element'/'categoryName' matches the 'category' selected in the Query Selection interface...
53
- // ... it will dive into that object to pull out a chart for each metric selected in the selection interface
53
+ // ... it will dive into that Category object to pull out a chart for each metric selected in the selection interface
54
54
// selectedMetricsList is derived from the selectedMetrics that were in the QueryContext
55
55
// selectedMetricsList is how we know which metrics should be made into a chart
56
56
// selectedMetricsList is the way we can give one chart the multiple metrics being requested
You can’t perform that action at this time.
0 commit comments