355355 "exact" : false ,
356356 "path" : " /dev-monitoring/ns/:ns/alerts/:ruleID" ,
357357 "component" : {
358- "$codeRef" : " DevRedirects.AlertRedirect "
358+ "$codeRef" : " AlertsDetailsPage.MpCmoAlertsDetailsPage "
359359 }
360360 }
361361 },
365365 "exact" : false ,
366366 "path" : " /dev-monitoring/ns/:ns/rules/:id" ,
367367 "component" : {
368- "$codeRef" : " DevRedirects.RulesRedirect "
368+ "$codeRef" : " AlertRulesDetailsPage.MpCmoAlertRulesDetailsPage "
369369 }
370370 }
371371 },
375375 "exact" : false ,
376376 "path" : " /dev-monitoring/ns/:ns/silences/:id" ,
377377 "component" : {
378- "$codeRef" : " DevRedirects.SilenceRedirect "
378+ "$codeRef" : " SilencesDetailsPage.MpCmoSilencesDetailsPage "
379379 }
380380 }
381381 },
385385 "exact" : false ,
386386 "path" : " /dev-monitoring/ns/:ns/silences/:id/edit" ,
387387 "component" : {
388- "$codeRef" : " DevRedirects.SilenceEditRedirect "
388+ "$codeRef" : " SilenceEditPage.MpCmoSilenceEditPage "
389389 }
390390 }
391391 },
395395 "exact" : false ,
396396 "path" : " /dev-monitoring/ns/:ns/silences/~new" ,
397397 "component" : {
398- "$codeRef" : " DevRedirects.SilenceNewRedirect "
398+ "$codeRef" : " SilenceCreatePage.MpCmoCreateSilencePage "
399399 }
400400 }
401401 },
402402 {
403- "type" : " console.page/route " ,
403+ "type" : " console.tab " ,
404404 "properties" : {
405- "exact" : false ,
406- "path" : " /dev-monitoring/ns/:ns/metrics" ,
405+ "contextId" : " dev-console-observe" ,
406+ "name" : " %plugin__monitoring-plugin~Silences%" ,
407+ "href" : " silences" ,
408+ "component" : {
409+ "$codeRef" : " SilencesPage.MpCmoSilencesPage"
410+ }
411+ }
412+ },
413+ {
414+ "type" : " console.tab" ,
415+ "properties" : {
416+ "contextId" : " dev-console-observe" ,
417+ "name" : " %plugin__monitoring-plugin~Metrics%" ,
418+ "href" : " metrics" ,
419+ "component" : {
420+ "$codeRef" : " MetricsPage.MpCmoDevMetricsPage"
421+ }
422+ }
423+ },
424+ {
425+ "type" : " console.tab" ,
426+ "properties" : {
427+ "contextId" : " dev-console-observe" ,
428+ "name" : " %plugin__monitoring-plugin~Alerts%" ,
429+ "href" : " alerts" ,
430+ "component" : {
431+ "$codeRef" : " AlertsPage.MpCmoAlertsPage"
432+ }
433+ }
434+ },
435+ {
436+ "type" : " console.tab" ,
437+ "properties" : {
438+ "contextId" : " dev-console-observe" ,
439+ "name" : " %plugin__monitoring-plugin~Alerting Rules%" ,
440+ "href" : " rules" ,
407441 "component" : {
408- "$codeRef" : " DevRedirects.MetricsRedirect "
442+ "$codeRef" : " AlertRulesPage.MpCmoAlertRulesPage "
409443 }
410444 }
411445 }
412- ]
446+ ]
0 commit comments