A Module for create site reliable engineering
Project description
shopcloud-django-monitoring
Monitoring App
Quickstart
pip3 istall shopcloud-django-monitoring
- Add "monitoring" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'monitoring',
]
PLUGINS = {
'MONITORING_SOURCES': {
'INSTALLED': [
'SQL_QUERY_V1',
'SQL_QUERY_V2',
'SQL_SAGE_GATEWAY_V1',
'NOT_SUCCESS_V1',
]
}
}
APP_TITLE = os.environ.get("APP_TITLE", "Foobar-Services")
- Include the polls URLconf in your project urls.py like this::
path('monitoring/', include('monitoring.urls')),
-
Run
python manage.py migrate
to create the polls models. -
Start the development server and visit http://127.0.0.1:8000/admin/ to create a metric (you'll need the Admin app enabled).
-
Visit http://127.0.0.1:8000/monitoring/ to participate in the Monitoring Metrics.
-
Queue
monitoring-metrics-proceed
anlegen.
Release
$ rm -rf build dist
$ pip3 install wheel twine
$ python3 setup.py sdist bdist_wheel
$ twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file shopcloud_django_monitoring-2.7.0.tar.gz
.
File metadata
- Download URL: shopcloud_django_monitoring-2.7.0.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74c2e7fa58c6697d708538fb40494c14b0795273bb5bd608785dbe0672dd10f6 |
|
MD5 | c30243ce767c7599075a5387be953500 |
|
BLAKE2b-256 | 706068a877d468525589727d72d15479c0b64f097b22969cb6b854013c29cd5c |
File details
Details for the file shopcloud_django_monitoring-2.7.0-py3-none-any.whl
.
File metadata
- Download URL: shopcloud_django_monitoring-2.7.0-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c447fdcbc5ff8acb2dca1ac284d9fca04ac695af7616e6c3256b7ba1bddbade |
|
MD5 | 4986f1d5261dd33bc69204c8edc78cc2 |
|
BLAKE2b-256 | f4747a007dd9a47de6460335d4a25ca5e2f6f5c31c91831b2723d3b873778156 |