@@ -133,7 +133,7 @@ configured and this dashboard loaded, no login in the way:
133133
134134That screenshot is the stack in this repository, fed by
135135` examples/send_metrics.py ` through this client. The
136- [ local stack guide] ( https://python-statsd.readthedocs.io/en/latest /local-stack.html )
136+ [ local stack guide] ( https://python-statsd.readthedocs.io/en/stable /local-stack.html )
137137covers how statsd renames your metrics on the way through, and what to
138138check when nothing shows up.
139139
@@ -165,13 +165,13 @@ Pass `disabled=True` to send nothing.
165165Full documentation is at
166166[ python-statsd.readthedocs.io] ( https://python-statsd.readthedocs.io/ ) .
167167
168- - [ Metrics] ( https://python-statsd.readthedocs.io/en/latest /metrics.html ) :
168+ - [ Metrics] ( https://python-statsd.readthedocs.io/en/stable /metrics.html ) :
169169 the five types, how to choose, and the exact bytes each one writes
170- - [ Connections] ( https://python-statsd.readthedocs.io/en/latest /connections.html ) :
170+ - [ Connections] ( https://python-statsd.readthedocs.io/en/stable /connections.html ) :
171171 destinations, sampling, disabling, failure behaviour, threads and forks
172- - [ Patterns] ( https://python-statsd.readthedocs.io/en/latest /patterns.html ) :
172+ - [ Patterns] ( https://python-statsd.readthedocs.io/en/stable /patterns.html ) :
173173 naming, cardinality, client trees, WSGI and Celery integration
174- - [ Local stack] ( https://python-statsd.readthedocs.io/en/latest /local-stack.html ) :
174+ - [ Local stack] ( https://python-statsd.readthedocs.io/en/stable /local-stack.html ) :
175175 docker compose, and how to debug a metric that never arrives
176176
177177For Django, use [ django-statsd] ( https://github.com/wolph/django-statsd ) ,
0 commit comments