Skip to content

Commit 69282ec

Browse files
committed
Update README.
1 parent a6d7e40 commit 69282ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Every registry MUST have link to storage::
130130

131131

132132
Use LocalMemoryStorage
133-
**********************
133+
++++++++++++++++++++++
134134

135135
Simple 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

142142
Use UWSGIStorage
143-
****************
143+
++++++++++++++++
144144

145145
UWSGIStorage allow to use `uwsgi sharedarea`_ to sync metrics between processes.::
146146

@@ -162,7 +162,7 @@ EXPORTING
162162
Library have some helpers to export metrics
163163

164164
To text format
165-
**************
165+
++++++++++++++
166166

167167
You 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

180180
Text file export
181-
****************
181+
++++++++++++++++
182182

183183
This is useful for monitoring cronjobs, or for writing cronjobs to expose metrics about a machine system.::
184184

0 commit comments

Comments
 (0)