django-healthchecks:简单的Django appframework可发布运行状况检查以进行监视

时间:2024-05-25 13:35:34
【文件属性】:

文件名称:django-healthchecks:简单的Django appframework可发布运行状况检查以进行监视

文件大小:35KB

文件格式:ZIP

更新时间:2024-05-25 13:35:34

Python

django-healthchecks 简单的Django应用程序/框架可发布运行状况检查以进行监视 特征: 通过Python函数进行自定义检查 远程健康检查 心跳监测 地位 安装 pip install django_healthchecks 用法 将以下内容添加到您的urls.py中: url ( r'^healthchecks/' , include ( 'django_healthchecks.urls' )), 添加具有可用运行状况检查的设置: HEALTH_CHECKS = { 'postgresql' : 'django_healthchecks.contrib.check_database' , 'cache_default' : 'django_healthchecks.contrib.check_cache_default' , 'so


【文件预览】:
django-healthchecks-master
----README.rst(4KB)
----sandbox()
--------wsgi.py(383B)
--------__init__.py(0B)
--------settings.py(3KB)
--------manage.py(242B)
--------urls.py(126B)
----pyproject.toml(492B)
----docs()
--------conf.py(10KB)
--------make.bat(8KB)
--------_templates()
--------requirements.txt(11B)
--------Makefile(7KB)
--------index.rst(1KB)
----.github()
--------workflows()
----tests()
--------conftest.py(1KB)
--------test_checker.py(3KB)
--------test_views.py(5KB)
--------test_contrib.py(811B)
--------test_heartbeats.py(5KB)
--------test_urls.py(223B)
----tox.ini(509B)
----LICENSE(1KB)
----CHANGES(3KB)
----src()
--------django_healthchecks()
----setup.cfg(150B)
----setup.py(2KB)
----.gitignore(172B)
----Makefile(362B)
----.editorconfig(226B)
----.bumpversion.cfg(206B)

网友评论