Skip to content

Commit

Permalink
add metrics to nav bar
Browse files Browse the repository at this point in the history
Signed-off-by: Shenoy Pratik <[email protected]>
  • Loading branch information
ps48 committed Nov 3, 2022
1 parent 9b9a690 commit 9751001
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions dashboards-observability/public/components/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import { Home as CustomPanelsHome } from './custom_panels/home';
import { EventAnalytics } from './event_analytics';
import { Main as NotebooksHome } from './notebooks/components/main';
import { Home as TraceAnalyticsHome } from './trace_analytics/home';
import { Home as MetricsHome } from './metrics/index';

interface ObservabilityAppDeps {
CoreStartProp: CoreStart;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ export function ObservabilitySideBar(props: { children: React.ReactNode }) {
id: 5,
href: '#/notebooks',
},
{
name: 'Metrics',
id: 6,
href: '#/metrics',
},
],
},
];
Expand Down

0 comments on commit 9751001

Please sign in to comment.