kinto 20.6.0__py3-none-any.whl → 20.6.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of kinto might be problematic. Click here for more details.
- kinto/plugins/prometheus.py +2 -3
- {kinto-20.6.0.dist-info → kinto-20.6.1.dist-info}/METADATA +1 -1
- {kinto-20.6.0.dist-info → kinto-20.6.1.dist-info}/RECORD +7 -7
- {kinto-20.6.0.dist-info → kinto-20.6.1.dist-info}/WHEEL +0 -0
- {kinto-20.6.0.dist-info → kinto-20.6.1.dist-info}/entry_points.txt +0 -0
- {kinto-20.6.0.dist-info → kinto-20.6.1.dist-info}/licenses/LICENSE +0 -0
- {kinto-20.6.0.dist-info → kinto-20.6.1.dist-info}/top_level.txt +0 -0
kinto/plugins/prometheus.py
CHANGED
|
@@ -188,9 +188,8 @@ def metrics_view(request):
|
|
|
188
188
|
|
|
189
189
|
|
|
190
190
|
def _reset_multiproc_folder_content(): # pragma: no cover
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
os.mkdir(PROMETHEUS_MULTIPROC_DIR)
|
|
191
|
+
shutil.rmtree(PROMETHEUS_MULTIPROC_DIR, ignore_errors=True)
|
|
192
|
+
os.makedirs(PROMETHEUS_MULTIPROC_DIR, exist_ok=True)
|
|
194
193
|
|
|
195
194
|
|
|
196
195
|
def includeme(config):
|
|
@@ -100,7 +100,7 @@ kinto/core/views/openapi.py,sha256=PgxplQX1D0zqzlvRxBvd5SzrNMJmsaLfDta_fh-Pr-A,9
|
|
|
100
100
|
kinto/core/views/version.py,sha256=-m5G_o0oHTpCgrtfFrHFve6Zqw_gs_szT0Bd8jnNmD4,1419
|
|
101
101
|
kinto/plugins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
102
102
|
kinto/plugins/flush.py,sha256=poiBOLGXjml0xXHjqDMRdbXJSd6N3SL0mfeGK2vxeHY,812
|
|
103
|
-
kinto/plugins/prometheus.py,sha256=
|
|
103
|
+
kinto/plugins/prometheus.py,sha256=Ljirp9K3Gw1iy0I5vzE_Z2fE6yw3gjjHZayu0_2Y2Vw,6985
|
|
104
104
|
kinto/plugins/statsd.py,sha256=-VasJZM1xkhTfFa6_0GgWwfPqKnYS2722bSMDLzZ3pI,2469
|
|
105
105
|
kinto/plugins/accounts/__init__.py,sha256=2DeIaXJmMqRca3xVHeJ6xBWmeXAfrCdyg3EvK5jzIak,3670
|
|
106
106
|
kinto/plugins/accounts/authentication.py,sha256=pCb269FquKGFd6DH8AVTjFnBFlfxcDEYVyxhQp5Y08o,2117
|
|
@@ -141,9 +141,9 @@ kinto/views/contribute.py,sha256=PJoIMLj9_IszSjgZkaCd_TUjekDgNqjpmVTmRN9ztaA,983
|
|
|
141
141
|
kinto/views/groups.py,sha256=jOq5fX0-4lwZE8k1q5HME2tU7x9052rtBPF7YqcJ-Qg,3181
|
|
142
142
|
kinto/views/permissions.py,sha256=F0_eKx201WyLonXJ5vLdGKa9RcFKjvAihrEEhU1JuLw,9069
|
|
143
143
|
kinto/views/records.py,sha256=lYfACW2L8qcQoyYBD5IX-fTPjFWmGp7GjHq_U4InlyE,5037
|
|
144
|
-
kinto-20.6.
|
|
145
|
-
kinto-20.6.
|
|
146
|
-
kinto-20.6.
|
|
147
|
-
kinto-20.6.
|
|
148
|
-
kinto-20.6.
|
|
149
|
-
kinto-20.6.
|
|
144
|
+
kinto-20.6.1.dist-info/licenses/LICENSE,sha256=oNEIMTuTJzppR5ZEyi86yvvtSagveMYXTYFn56zF0Uk,561
|
|
145
|
+
kinto-20.6.1.dist-info/METADATA,sha256=VGdr0-TWwOlbW-X1GxdLcIe92XnBzroCTiwtKZ7icEs,8731
|
|
146
|
+
kinto-20.6.1.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
147
|
+
kinto-20.6.1.dist-info/entry_points.txt,sha256=3KlqBWPKY81mrCe_oX0I5s1cRO7Q53nCLbnVr5P9LH4,85
|
|
148
|
+
kinto-20.6.1.dist-info/top_level.txt,sha256=EG_YmbZL6FAug9VwopG7JtF9SvH_r0DEnFp-3twPPys,6
|
|
149
|
+
kinto-20.6.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|