We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2cebc commit a53958cCopy full SHA for a53958c
web/src/utils/router.ts
@@ -11,7 +11,8 @@ const filterValuesSeparator = ',';
11
export const defaultTimeRange = 300;
12
const defaultLimit = 100;
13
export const defaultReporter: Reporter = 'destination';
14
-export const defaultLayer: Layer = 'application';
+//TODO: improve performances before applying 'application' layer by default
15
+export const defaultLayer: Layer = 'both';
16
const defaultMatch: Match = 'all';
17
export const defaultMetricFunction = 'sum';
18
export const defaultMetricType = 'bytes';
0 commit comments