mirror of
https://github.com/sprockets/sprockets.mixins.metrics.git
synced 2025-04-11 09:21:15 -09:00
api.rst: Fallout from removing top-level exports.
This commit is contained in:
parent
471adf5cb7
commit
c501d0225d
1 changed files with 3 additions and 3 deletions
|
@ -56,15 +56,15 @@ implements the same interface:
|
||||||
|
|
||||||
Statsd Implementation
|
Statsd Implementation
|
||||||
---------------------
|
---------------------
|
||||||
.. autoclass:: sprockets.mixins.metrics.StatsdMixin
|
.. autoclass:: sprockets.mixins.metrics.statsd.StatsdMixin
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
InfluxDB Implementation
|
InfluxDB Implementation
|
||||||
-----------------------
|
-----------------------
|
||||||
.. autoclass:: sprockets.mixins.metrics.InfluxDBMixin
|
.. autoclass:: sprockets.mixins.metrics.influxdb.InfluxDBMixin
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
.. autoclass:: sprockets.mixins.metrics.influxdb.InfluxDBConnection
|
.. autoclass:: sprockets.mixins.metrics.influxdb.InfluxDBCollector
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
Testing Helpers
|
Testing Helpers
|
||||||
|
|
Loading…
Add table
Reference in a new issue