Skip to content

Commit 548eb0c

Browse files
committed
soak client: added DataDog metrics agent, and some refactoring.
1 parent c32cd12 commit 548eb0c

File tree

4 files changed

+161
-36
lines changed

4 files changed

+161
-36
lines changed

tests/soak/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Soak testing client
2+
3+
The soak testing clients should be run for prolonged periods
4+
of time, typically 2+ weeks, to vet out any resource leaks, etc.
5+
6+
The soak testing client is made up of a producer, producing messages to
7+
the configured topic, and a consumer, consuming the same messages back.
8+
9+
DataDog reporting supported by setting datadog.api_key a and datadog.app_key
10+
in the soak client configuration file.
11+
12+
13+
Use ubuntu-bootstrap.sh in this directory set up the environment (e.g., on ec2).

tests/soak/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
datadog

0 commit comments

Comments
 (0)