|
@@ -50,6 +50,7 @@ const optionsAvailable = [
|
|
|
'performance.issues.consecutive_http.max_duration_between_spans',
|
|
|
'performance.issues.consecutive_http.consecutive_count_threshold',
|
|
|
'performance.issues.consecutive_http.span_duration_threshold',
|
|
|
+ 'performance.issues.large_http_payload.size_threshold',
|
|
|
'profile.issues.blocked_main_thread-ingest.la-rollout',
|
|
|
'profile.issues.blocked_main_thread-ingest.ea-rollout',
|
|
|
'profile.issues.blocked_main_thread-ingest.ga-rollout',
|
|
@@ -196,6 +197,10 @@ export default class AdminSettings extends AsyncView<{}, State> {
|
|
|
{fields['performance.issues.consecutive_http.consecutive_count_threshold']}
|
|
|
{fields['performance.issues.consecutive_http.span_duration_threshold']}
|
|
|
</Panel>
|
|
|
+ <Panel>
|
|
|
+ <PanelHeader>Performance Issues - Large HTTP Payload Detector</PanelHeader>
|
|
|
+ {fields['performance.issues.large_http.size_threshold']}
|
|
|
+ </Panel>
|
|
|
<Panel>
|
|
|
<PanelHeader>
|
|
|
Profiling Issues - Block Main Thread Detector Ingest
|