From a2ffe37a336ff934f3cf8287fbb8e1bd917c103f Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Sat, 25 Nov 2017 11:01:13 +0000 Subject: [PATCH] Update performance_testing.md --- guide/performance_testing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/performance_testing.md b/guide/performance_testing.md index 945adc26..f70ab816 100644 --- a/guide/performance_testing.md +++ b/guide/performance_testing.md @@ -10,6 +10,8 @@ * [ ] I have turned off `write_debug` and `read_debug` so that the logs for the function are kept sparse * [ ] I am monitoring / collecting logs from the core services and function under test * [ ] I am monitoring the system for feedback through Prometheus and / or Grafana - i.e. throughput and 200/500 errors +* [ ] If running on Docker Swarm I've verified that I am using a proper HEALTHCHECK (read up more on watchdog readme) + ### Common mistakes for performance-testing a project: