Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
|
|
@ -0,0 +1,3 @@
|
|||
from ._exposition import MetricsResource
|
||||
|
||||
__all__ = ['MetricsResource']
|
||||
Binary file not shown.
Binary file not shown.
|
|
@ -0,0 +1,8 @@
|
|||
from twisted.internet import reactor
|
||||
from twisted.web.wsgi import WSGIResource
|
||||
|
||||
from .. import exposition, REGISTRY
|
||||
|
||||
MetricsResource = lambda registry=REGISTRY: WSGIResource(
|
||||
reactor, reactor.getThreadPool(), exposition.make_wsgi_app(registry)
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue