Skip to content

Commit 9699235

Browse files
committed
updated comments
1 parent 8675b7b commit 9699235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/containers/HealthContainer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ const HealthContainer: React.FC<HealthContainerProps> = React.memo(props => {
4848
// the above forEach method loops through the different categories
4949
// 'category' variable is the specific category passed in to HealthContainer via prop drilling
5050
// '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')
5252
// 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
5454
// selectedMetricsList is derived from the selectedMetrics that were in the QueryContext
5555
// selectedMetricsList is how we know which metrics should be made into a chart
5656
// selectedMetricsList is the way we can give one chart the multiple metrics being requested

0 commit comments

Comments
 (0)