Skip to content

Commit

Permalink
Added latency tab for tracing cactus-rt programs
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaowu committed Aug 30, 2023
1 parent 156454f commit 647123f
Show file tree
Hide file tree
Showing 3 changed files with 390 additions and 8 deletions.
3 changes: 3 additions & 0 deletions ui/src/frontend/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ import {maybeOpenTraceFromRoute} from './trace_url_handler';
import {ViewerPage} from './viewer_page';
import {VizPage} from './viz_page';
import {WidgetsPage} from './widgets_page';
import { LatencysPage } from './latency_page';

const EXTENSION_ID = 'lfmkphfpdbjijhpomgecfikhfohaoine';

Expand Down Expand Up @@ -149,6 +150,7 @@ function setupContentSecurityPolicy() {
'ws://127.0.0.1:8037', // For the adb websocket server.
'https://www.google-analytics.com',
'https://*.googleapis.com', // For Google Cloud Storage fetches.
"https://cactusdynamics.github.io",
'blob:',
'data:',
],
Expand Down Expand Up @@ -224,6 +226,7 @@ function main() {
'/insights': InsightsPage,
'/flags': FlagsPage,
'/metrics': MetricsPage,
'/latency': LatencysPage,
'/info': TraceInfoPage,
'/widgets': WidgetsPage,
'/viz': VizPage,
Expand Down
Loading

0 comments on commit 647123f

Please sign in to comment.