Skip to content

Commit

Permalink
Add stunner metrics grafana dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
levaitamas committed Nov 19, 2024
1 parent 8cb1412 commit c0e9e91
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions webapp/src/views/StunnerPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,18 @@ const StunnerPage: Component = () => {
<Grid container spacing={2}>
<Grid item xs={12}>
<Section title="STUNner">
More about stunner

More about STUNner...

STUNner metrics
<iframe src="https://www.webrtc-observer.org/g/public-dashboards/c3f4bd864c094ad49396aab48a9aea09?from=now-5m&to=now&timezone=browser" title="STUNner Metrics"></iframe>

</Section>

<Section>
<a href="#" class="text-sm text-blue-600 dark:text-blue-500 hover:underline" onClick={() => setPage('main')}>Back</a>
</Section>

</Grid>
</Grid>
);
Expand Down

0 comments on commit c0e9e91

Please sign in to comment.