|
@@ -34,6 +34,10 @@ const optionsAvailable = [
|
|
'performance.issues.compressed_assets.ea-rollout',
|
|
'performance.issues.compressed_assets.ea-rollout',
|
|
'performance.issues.compressed_assets.ga-rollout',
|
|
'performance.issues.compressed_assets.ga-rollout',
|
|
'performance.issues.file_io_main_thread.problem-creation',
|
|
'performance.issues.file_io_main_thread.problem-creation',
|
|
|
|
+ 'performance.issues.slow_span.problem-creation',
|
|
|
|
+ 'performance.issues.slow_span.la-rollout',
|
|
|
|
+ 'performance.issues.slow_span.ea-rollout',
|
|
|
|
+ 'performance.issues.slow_span.ga-rollout',
|
|
];
|
|
];
|
|
|
|
|
|
type Field = ReturnType<typeof getOption>;
|
|
type Field = ReturnType<typeof getOption>;
|
|
@@ -139,6 +143,13 @@ export default class AdminSettings extends AsyncView<{}, State> {
|
|
<PanelHeader>Performance Issues - File IO on Main Thread</PanelHeader>
|
|
<PanelHeader>Performance Issues - File IO on Main Thread</PanelHeader>
|
|
{fields['performance.issues.file_io_main_thread.problem-creation']}
|
|
{fields['performance.issues.file_io_main_thread.problem-creation']}
|
|
</Panel>
|
|
</Panel>
|
|
|
|
+ <Panel>
|
|
|
|
+ <PanelHeader>Performance Issues - Slow DB Span Detector</PanelHeader>
|
|
|
|
+ {fields['performance.issues.slow_span.problem-creation']}
|
|
|
|
+ {fields['performance.issues.slow_span.la-rollout']}
|
|
|
|
+ {fields['performance.issues.slow_span.ea-rollout']}
|
|
|
|
+ {fields['performance.issues.slow_span.ga-rollout']}
|
|
|
|
+ </Panel>
|
|
</Feature>
|
|
</Feature>
|
|
</Form>
|
|
</Form>
|
|
</div>
|
|
</div>
|