From 1c53f0e48db4d300a18a3aa3f6287b54ac72f75f Mon Sep 17 00:00:00 2001 From: andrewqian2001datadog Date: Wed, 18 Sep 2024 13:38:04 -0400 Subject: [PATCH] Update doc/dev/testing.md Co-authored-by: Jen Gilbert --- doc/dev/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/testing.md b/doc/dev/testing.md index e705e2d9..f8f46df9 100644 --- a/doc/dev/testing.md +++ b/doc/dev/testing.md @@ -47,7 +47,7 @@ You should now be able to run the unit tests locally: image -### Send metrics to the agent using dogstasd +### Send metrics to the Agent using DogStatsD Create a folder for testing, such as `testapp/main.py`. Create a file inside the folder with the following code: ``` from datadog import initialize, statsd