File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -40,15 +40,14 @@ configurations:
4040 (phpfpm_listen_queue / phpfpm_listen_queue_length) > 0.8
4141 for: 5m
4242 labels:
43- severity: warning
44- annotations:
45- description: Buffer of queue requests reaching its limit
46- - alert: '[Php-Fpm] Too slow requests processing'
47- expr: |
48- rate (phpfpm_slow_requests[5m]) / rate (phpfpm_process_requests[5m]) > 0.1
49- for: 5m
50- labels:
51- severity: warning
52- annotations:
53- description: Requests have taking too much time to be processed
54-
43+ severity: warning
44+ annotations:
45+ description: Buffer of queue requests reaching its limit
46+ - alert: '[Php-Fpm] Too slow requests processing'
47+ expr: |
48+ rate (phpfpm_slow_requests[5m]) / rate (phpfpm_process_requests[5m]) > 0.1
49+ for: 5m
50+ labels:
51+ severity: warning
52+ annotations:
53+ description: Requests have taking too much time to be processed
You can’t perform that action at this time.
0 commit comments