mirror of
https://github.com/sprockets/sprockets-statsd.git
synced 2024-11-14 19:29:30 +00:00
Enable badges.
This commit is contained in:
parent
5242245191
commit
a2695e4d1a
1 changed files with 2 additions and 5 deletions
|
@ -1,9 +1,6 @@
|
||||||
Asynchronously send metrics to a statsd_ instance.
|
Asynchronously send metrics to a statsd_ instance.
|
||||||
|
|
||||||
|build| |coverage| |sonar| |docs| |source|
|
|build| |coverage| |sonar| |docs| |source| |download| |license|
|
||||||
|
|
||||||
.. COMMENTED OUT FOR THE TIME BEING
|
|
||||||
|docs| |download| |license|
|
|
||||||
|
|
||||||
This library provides connectors to send metrics to a statsd_ instance using either TCP or UDP.
|
This library provides connectors to send metrics to a statsd_ instance using either TCP or UDP.
|
||||||
|
|
||||||
|
@ -130,7 +127,7 @@ not connected to the server and will be sent in the order received when the task
|
||||||
.. |download| image:: https://img.shields.io/pypi/pyversions/sprockets-statsd.svg?style=social
|
.. |download| image:: https://img.shields.io/pypi/pyversions/sprockets-statsd.svg?style=social
|
||||||
:target: https://pypi.org/project/sprockets-statsd/
|
:target: https://pypi.org/project/sprockets-statsd/
|
||||||
.. |license| image:: https://img.shields.io/pypi/l/sprockets-statsd.svg?style=social
|
.. |license| image:: https://img.shields.io/pypi/l/sprockets-statsd.svg?style=social
|
||||||
:target: https://github.com/sprockets/sprockets-statsd/blob/master/LICENSE.txt
|
:target: https://github.com/sprockets/sprockets-statsd/blob/master/LICENSE
|
||||||
.. |sonar| image:: https://img.shields.io/sonar/quality_gate/sprockets_sprockets-statsd?server=https%3A%2F%2Fsonarcloud.io&style=social
|
.. |sonar| image:: https://img.shields.io/sonar/quality_gate/sprockets_sprockets-statsd?server=https%3A%2F%2Fsonarcloud.io&style=social
|
||||||
:target: https://sonarcloud.io/dashboard?id=sprockets_sprockets-statsd
|
:target: https://sonarcloud.io/dashboard?id=sprockets_sprockets-statsd
|
||||||
.. |source| image:: https://img.shields.io/badge/source-github.com-green.svg?style=social
|
.. |source| image:: https://img.shields.io/badge/source-github.com-green.svg?style=social
|
||||||
|
|
Loading…
Reference in a new issue