Skip to content
Snippets Groups Projects
Commit 03f44052 authored by vlorentz's avatar vlorentz
Browse files

Fix doc of Statsd.gauge.

parent 993625f9
No related branches found
Tags swh-web-20231106.1
1 merge request!43Fix doc of Statsd.gauge.
......@@ -319,8 +319,8 @@ class Statsd(object):
You can also use this as a context manager.
>>> with Statsd() as batch:
>>> batch.gauge('users.online', 123)
>>> batch.gauge('active.connections', 1001)
... batch.gauge('users.online', 123)
... batch.gauge('active.connections', 1001)
"""
self.max_buffer_size = max_buffer_size
self.buffer = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment