File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
backend/src/routes/api/mcad-prometheus
frontend/src/pages/MCADashboard/Metrics Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- oc get route prometheus-portal -n odh -o jsonpath=" {.spec.host}"
1+ oc get route prometheus-portal -n odh-dashboard -o jsonpath=" {.spec.host}"
Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ const MetricGraph: React.FC<MetricGraphProps> = ({
126126
127127 const legendData = metricData ?. map ( ( obj ) => {
128128 return {
129- childName : obj . metric . pod ? obj . metric . pod : obj . metric . namespace ,
130- name : obj . metric . pod ? obj . metric . pod : obj . metric . namespace ,
129+ childName : obj . metric . status ? obj . metric . status : obj . metric . namespace ,
130+ name : obj . metric . status ? obj . metric . status : obj . metric . namespace ,
131131 } ;
132132 } ) ;
133133
You can’t perform that action at this time.
0 commit comments