summaryrefslogtreecommitdiffstats
path: root/health/guides/httpcheck/httpcheck_web_service_slow.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-09 13:19:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-09 13:20:02 +0000
commit58daab21cd043e1dc37024a7f99b396788372918 (patch)
tree96771e43bb69f7c1c2b0b4f7374cb74d7866d0cb /health/guides/httpcheck/httpcheck_web_service_slow.md
parentReleasing debian version 1.43.2-1. (diff)
downloadnetdata-58daab21cd043e1dc37024a7f99b396788372918.tar.xz
netdata-58daab21cd043e1dc37024a7f99b396788372918.zip
Merging upstream version 1.44.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'health/guides/httpcheck/httpcheck_web_service_slow.md')
-rw-r--r--health/guides/httpcheck/httpcheck_web_service_slow.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/health/guides/httpcheck/httpcheck_web_service_slow.md b/health/guides/httpcheck/httpcheck_web_service_slow.md
new file mode 100644
index 000000000..aad2cc8da
--- /dev/null
+++ b/health/guides/httpcheck/httpcheck_web_service_slow.md
@@ -0,0 +1,18 @@
+### Understand the alert
+
+The Netdata Agent monitors your HTTP endpoints. You can specify endpoints the Agent will monitor in the Agent's Go module under `go.d/httpcheck.conf`.
+The Agent calculates the average response time for every HTTP request made to the endpoint being monitored per hour. The Agent also calculates the average response time in a 3-min window.
+
+The Netdata Agent compares these two (average) values. If there is a significant increase in 3-min average, then it will trigger a warning alert when the response time 3-min average is at least twice as much as 1-hour average. The alert will escalate to critical when the response time 3-min average reaches three times the average amount per hour.
+
+### Troubleshoot the alert
+
+To troubleshoot this issue, check for:
+
+- Network congestion in your system's network and/or in the remote endpoint's network.
+- If the endpoint is managed by you, then check the system load.
+
+### Useful resources
+
+1. [HTTP endpoint monitoring with Netdata](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin/modules/httpcheck)
+