Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwbarnett committed Sep 5, 2024
1 parent 903792f commit c8ceb13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ Address is a string of the form:
**Default:** ``''``

A comma-delimited list of datadog statsd (dogstatsd) tags to append to
statsd metrics.
statsd metrics. e.g. 'tag1:value1,tag2:value2'

.. versionadded:: 20

Expand Down
2 changes: 1 addition & 1 deletion gunicorn/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit c8ceb13

Please sign in to comment.