File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ Every registry MUST have link to storage::
130130
131131
132132Use LocalMemoryStorage
133- **********************
133+ ++++++++++++++++++++++
134134
135135Simple storage that store samples to application memory. It can be used with threads.::
136136
@@ -140,7 +140,7 @@ Simple storage that store samples to application memory. It can be used with thr
140140
141141
142142Use UWSGIStorage
143- ****************
143+ ++++++++++++++++
144144
145145UWSGIStorage allow to use `uwsgi sharedarea `_ to sync metrics between processes.::
146146
@@ -162,7 +162,7 @@ EXPORTING
162162Library have some helpers to export metrics
163163
164164To text format
165- **************
165+ ++++++++++++++
166166
167167You can convert registry to text format::
168168 from pyprometheus import BaseRegistry, LocalMemoryStorage
@@ -178,7 +178,7 @@ You can convert registry to text format::
178178
179179
180180Text file export
181- ****************
181+ ++++++++++++++++
182182
183183This is useful for monitoring cronjobs, or for writing cronjobs to expose metrics about a machine system.::
184184
You can’t perform that action at this time.
0 commit comments