mirror of
https://github.com/sprockets/sprockets.mixins.metrics.git
synced 2024-11-21 19:28:34 +00:00
Announce deprecation.
This commit is contained in:
parent
19bfd5cbd7
commit
f51082c327
3 changed files with 15 additions and 1 deletions
|
@ -8,6 +8,14 @@ Adjust counter and timer metrics in `StatsD`_ using the same API.
|
||||||
The mix-in is configured through the ``tornado.web.Application`` settings
|
The mix-in is configured through the ``tornado.web.Application`` settings
|
||||||
property using a key defined by the specific mix-in.
|
property using a key defined by the specific mix-in.
|
||||||
|
|
||||||
|
Deprecation Notice
|
||||||
|
------------------
|
||||||
|
This library is deprecated. It will not receive features or bug fixes.
|
||||||
|
Please switch to either `sprockets-influxdb`_ or `sprockets-statsd`_.
|
||||||
|
|
||||||
|
.. _sprockets-influxdb: https://github.com/sprockets/sprockets-influxdb
|
||||||
|
.. _sprockets-statsd: https://github.com/sprockets/sprockets-statsd
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
https://sprocketsmixinsmetrics.readthedocs.io
|
https://sprocketsmixinsmetrics.readthedocs.io
|
||||||
|
|
|
@ -3,6 +3,12 @@
|
||||||
Release History
|
Release History
|
||||||
===============
|
===============
|
||||||
|
|
||||||
|
Next release
|
||||||
|
------------
|
||||||
|
- Library deprecated -- use `sprockets-statsd`_ if you need StatsD support
|
||||||
|
|
||||||
|
.. _sprockets-statsd: https://github.com/sprockets/sprockets-statsd
|
||||||
|
|
||||||
`4.1.0`_ (04-Sep-2019)
|
`4.1.0`_ (04-Sep-2019)
|
||||||
----------------------
|
----------------------
|
||||||
- Add configuration documentation
|
- Add configuration documentation
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -25,7 +25,7 @@ setuptools.setup(
|
||||||
packages=setuptools.find_packages(exclude=['examples.']),
|
packages=setuptools.find_packages(exclude=['examples.']),
|
||||||
namespace_packages=['sprockets', 'sprockets.mixins'],
|
namespace_packages=['sprockets', 'sprockets.mixins'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 7 - Inactive',
|
||||||
'Environment :: No Input/Output (Daemon)',
|
'Environment :: No Input/Output (Daemon)',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'License :: OSI Approved :: BSD License',
|
'License :: OSI Approved :: BSD License',
|
||||||
|
|
Loading…
Reference in a new issue