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.8.0.tar.gz (11.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

shopcloud_django_monitoring-2.8.0-py3-none-any.whl (17.0 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for shopcloud_django_monitoring-2.8.0.tar.gz
Algorithm Hash digest
SHA256 0df3c14b29f88b9a993796ba2b21c1cc4411dd3abfa44c591929cd894d5aea66
MD5 8cf9a5113046f1a2cf0e11c7ddb57efa
BLAKE2b-256 3d850f2b575fd3ded8ce21d06fadfec98798a19185de78fa86baf71aa29acb58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for shopcloud_django_monitoring-2.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 02bf9dd62ea350549f0885fcbdd717f2fa610b30baa5ce441715dc071372abdd
MD5 80e265fc9fee1307b8e2aad1007424db
BLAKE2b-256 d02319db8192168fbbf77d6c10c0d859990d9ed1db3b877833738fd533a03e73

See more details on using hashes here.

Supported by

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