ui: rm alert metrics

This commit is contained in:
nick-delirium 2024-10-30 15:33:35 +01:00
parent fdefe31cf3
commit 20397488a1
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -7,14 +7,6 @@ export default [
{ value: 'performance.page_response_time.average', label: 'performance.page_response_time.average', unit: 'ms' },
{ value: 'performance.ttfb.average', label: 'performance.ttfb.average', unit: 'ms' },
{ value: 'performance.time_to_render.average', label: 'performance.time_to_render.average', unit: 'ms' },
{ value: 'performance.image_load_time.average', label: 'performance.image_load_time.average', unit: 'ms' },
{ value: 'performance.request_load_time.average', label: 'performance.request_load_time.average', unit: 'ms' },
{ value: 'resources.load_time.average', label: 'resources.load_time.average', unit: 'ms' },
{ value: 'resources.missing.count', label: 'resources.missing.count', unit: '' },
{ value: 'errors.4xx_5xx.count', label: 'errors.4xx_5xx.count', unit: '' },
{ value: 'errors.4xx.count', label: 'errors.4xx.count', unit: '' },
{ value: 'errors.5xx.count', label: 'errors.5xx.count', unit: '' },
{ value: 'errors.javascript.impacted_sessions.count', label: 'errors.javascript.impacted_sessions.count', unit: '' },
{ value: 'performance.crashes.count', label: 'performance.crashes.count', unit: '' },
{ value: 'errors.javascript.count', label: 'errors.javascript.count', unit: '' },
{ value: 'errors.backend.count', label: 'errors.backend.count', unit: '' },