From 1e6556a2b41afed11ee2b6c9b9256f6cb8769a66 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Wed, 23 Mar 2022 20:04:44 +0000 Subject: Add async_stats subclass of statsd This is used by the bots to push stats to statsd in a non-blocking way. Co-authored-by: Joe Banks --- docs/_static/statsd_additional_objects.inv | Bin 0 -> 308 bytes docs/conf.py | 1 + 2 files changed, 1 insertion(+) create mode 100644 docs/_static/statsd_additional_objects.inv (limited to 'docs') diff --git a/docs/_static/statsd_additional_objects.inv b/docs/_static/statsd_additional_objects.inv new file mode 100644 index 00000000..f84ab9f1 Binary files /dev/null and b/docs/_static/statsd_additional_objects.inv differ diff --git a/docs/conf.py b/docs/conf.py index 855a5856..47c788df 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -132,6 +132,7 @@ intersphinx_mapping = { "python": ("https://docs.python.org/3", None), "discord": ("https://discordpy.readthedocs.io/en/master/", None), "aiohttp": ("https://docs.aiohttp.org/en/stable/", None), + "statsd": ("https://statsd.readthedocs.io/en/v3.3/", ("_static/statsd_additional_objects.inv", None)), } -- cgit v1.2.3