Skip to content

Commit eea0cd3

Browse files
Update docs/integrations/web-servers/opentelemetry/squid-proxy-opentelemetry.md
Co-authored-by: Jagadisha V <[email protected]>
1 parent ad216f3 commit eea0cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/web-servers/opentelemetry/squid-proxy-opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,6 @@ import CreateMonitors from '../../../reuse/apps/create-monitors.md';
206206
| Name | Description | Alert Condition | Recover Condition |
207207
|:--|:--|:--|:--|
208208
| `Squid Proxy - High Client (HTTP 4xx) Error Rate` | This alert is triggered when there are too many HTTP requests (>5%) with a response status of 4xx. | Count `>` 0 | Count `<=` 0 |
209-
| `Squid Proxy - High Denied Request` | This alert is triggered when there are too many HTTP denied requests (>5%) | Count `>` 0 | Count `<=` 0 |
209+
| `Squid Proxy - High Denied Request` | This alert is triggered when there are too many HTTP denied requests (>5%). | Count `>` 0 | Count `<=` 0 |
210210
| `Squid Proxy - High Response Time` | This alert is triggered when requests are taking too long to process. | Count `>` 20 | Count `<=` 20 |
211211
| `Squid Proxy - High Server (HTTP 5xx) Error Rate` | This alert is triggered when there are too many HTTP requests (>5%) with a response status of 5xx. | Count `>` 0 | Count `<=` 0 |

0 commit comments

Comments
 (0)