File tree
8000
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ This comes with a number of limitations:
409409- Custom collectors do not work (e.g. cpu and memory metrics)
410410- The pushgateway cannot be used
411411- Gauges cannot use the ` pid ` label
412- - Gunicron 's ` preload_app ` feature are equivilents are not supported
412+ - Gunicorn 's ` preload_app ` feature and equivalents are not supported
413413
414414There's several steps to getting this working:
415415
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ def __init__(self, filename):
336336 self ._positions [key ] = pos
337337
338338 def _init_value (self , key ):
339- """Initilize a value. Lock must be held by caller."""
339+ """Initialize a value. Lock must be held by caller."""
340340 encoded = key .encode ('utf-8' )
341341 # Pad to be 8-byte aligned.
342342 padded = encoded + (b' ' * (8 - (len (encoded ) + 4 ) % 8 ))
You can’t perform that action at this time.
0 commit comments