From 4ef635446b8a82ac780460e8e7d29089513d64be Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Fri, 23 Jan 2026 10:37:30 +0100 Subject: [PATCH] docs: add dogstatsd_tags example to description Clarify the expected format with a concrete example. Closes #3288 --- gunicorn/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn/config.py b/gunicorn/config.py index 2dcf64d0..d4f75068 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -1672,7 +1672,7 @@ class DogstatsdTags(Setting): validator = validate_string desc = """\ A comma-delimited list of datadog statsd (dogstatsd) tags to append to - statsd metrics. + statsd metrics. e.g. ``'tag1:value1,tag2:value2'`` .. versionadded:: 20 """