You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/web-servers/opentelemetry/haproxy-opentelemetry.md
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The OpenTelemetry collector runs on the same host as HAProxy, where it uses the
19
19
20
20
## HAProxy log types
21
21
22
-
The app supports Logs from the open source version of HAProxy. The App is tested on the 2.3.9 version of HAProxy.
22
+
The app supports logs from the open source version of HAProxy. This app is tested on the `2.3.9` version of HAProxy.
23
23
24
24
The HAProxy logs are generated in files as configured in the configuration file `/etc/haproxy/haproxy.cfg` ([learn more](https://www.haproxy.com/blog/introduction-to-haproxy-logging/)).
25
25
@@ -189,6 +189,24 @@ May 13 08:24:43 localhost haproxy[21813]:
|`HAProxy - Access from Highly Malicious Sources`| This alert is triggered when an HAProxy is accessed from highly malicious IP addresses. | Count `>` 0 | Count `<=` 0 |
369
-
|`HAProxy - Backend Error`| This alert is triggered when we detect backend server errors. | Count `>` 0 | Count `<=` 0 |
370
-
|`HAProxy - Backend Server Down`| This alert is triggered when we detect a backend server for a given HAProxy server is down. | Count `>` 0 | Count `<=` 0 |
371
-
|`HAProxy - 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 |
372
-
|`HAProxy - High Server (HTTP 5xx) Error Rate`| This alert fires when there are too many HTTP requests (>5%) with a response status of 5xx. | Count `>` 0 | Count `<=` 0 |
368
+
|`HAProxy - Access from Highly Malicious Sources`| This alert is triggered when an HAProxy is accessed from highly malicious IP addresses. | Count > 0 | Count < = 0 |
369
+
|`HAProxy - Backend Error`| This alert is triggered when backend server error is detected. | Count > 0 | Count < = 0 |
370
+
|`HAProxy - Backend Server Down`| This alert is triggered when a backend server for a given HAProxy server is down. | Count > 0 | Count < = 0 |
371
+
|`HAProxy - 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 |
372
+
|`HAProxy - High Server (HTTP 5xx) Error Rate`| This alert fires when there are too many HTTP requests (>5%) with a response status of 5xx. | Count > 0 | Count < = 0 |
0 commit comments