Skip to main content

A Module for create site reliable engineering

Project description

shopcloud-django-monitoring

Monitoring App

Quickstart

pip3 istall shopcloud-django-monitoring
  1. 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")
  1. Include the polls URLconf in your project urls.py like this::
path('monitoring/', include('monitoring.urls')),
  1. Run python manage.py migrate to create the polls models.

  2. Start the development server and visit http://127.0.0.1:8000/admin/ to create a metric (you'll need the Admin app enabled).

  3. Visit http://127.0.0.1:8000/monitoring/ to participate in the Monitoring Metrics.

  4. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

shopcloud_django_monitoring-2.7.0.tar.gz (10.7 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file shopcloud_django_monitoring-2.7.0.tar.gz.

File metadata

File hashes

Hashes for shopcloud_django_monitoring-2.7.0.tar.gz
Algorithm Hash digest
SHA256 74c2e7fa58c6697d708538fb40494c14b0795273bb5bd608785dbe0672dd10f6
MD5 c30243ce767c7599075a5387be953500
BLAKE2b-256 706068a877d468525589727d72d15479c0b64f097b22969cb6b854013c29cd5c

See more details on using hashes here.

File details

Details for the file shopcloud_django_monitoring-2.7.0-py3-none-any.whl.

File metadata

File hashes

Hashes for shopcloud_django_monitoring-2.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4c447fdcbc5ff8acb2dca1ac284d9fca04ac695af7616e6c3256b7ba1bddbade
MD5 4986f1d5261dd33bc69204c8edc78cc2
BLAKE2b-256 f4747a007dd9a47de6460335d4a25ca5e2f6f5c31c91831b2723d3b873778156

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page