Website: /endpoint-ops » /observability (#24111)

Closes: #24106

Changes:
- Changed the /endpoint-ops page to be at /observability
- Added a redirect for /ednpoint-ops that redirects users to the
/observability page with original query parameters intact.
This commit is contained in:
Eric
2024-11-25 14:20:19 -06:00
committed by GitHub
parent c53332259f
commit da13fb15fa
9 changed files with 23 additions and 22 deletions
@@ -1,16 +1,16 @@
module.exports = {
friendlyName: 'View endpoint ops',
friendlyName: 'View observability',
description: 'Display "Endpoint ops" page.',
description: 'Display "Observability" page.',
exits: {
success: {
viewTemplatePath: 'pages/endpoint-ops'
viewTemplatePath: 'pages/observability'
},
badConfig: { responseType: 'badConfig' },
},