Uploaded Test files
This commit is contained in:
parent
f584ad9d97
commit
2e81cb7d99
16627 changed files with 2065359 additions and 102444 deletions
|
@ -0,0 +1,3 @@
|
|||
from ._exposition import MetricsResource
|
||||
|
||||
__all__ = ['MetricsResource']
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,10 @@
|
|||
from __future__ import absolute_import, unicode_literals
|
||||
|
||||
from twisted.web.wsgi import WSGIResource
|
||||
from twisted.internet import reactor
|
||||
|
||||
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