We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fcb9b commit ff6c059Copy full SHA for ff6c059
README.rst
@@ -167,6 +167,8 @@ To text format
167
~~~~~~~~~~~~~~
168
169
You can convert registry to text format::
170
+
171
172
from pyprometheus import BaseRegistry, LocalMemoryStorage
173
from pyprometheus.utils.exposition import registry_to_text
174
from pyprometheus import Gauge
@@ -203,13 +205,10 @@ TODO
203
205
204
206
Some features that we plan to do:
207
- - [ ] Add mmap storage
- - [ ] Add features for async frameworks
208
- - [ ] Optimize UWSGI storage byte pad
209
- - [ ] Add quantiles
210
-
211
212
+- [ ] Add mmap storage
+- [ ] Add features for async frameworks
+- [ ] Optimize UWSGI storage byte pad
+- [ ] Add quantiles
213
214
215
0 commit comments