Skip to main content

application performance monitoring

Project description

Python Application Performance Monitoring

Monitor and optimize your Python application performance with a Site24x7 APM Insight Python agent. The agent provides you information on your application's response time, throughput, database operations, and errors. Track these metrics over time to identify where to optimize them for enhanced performance.

Before you can use an APM Insight agent to monitor metrics, ensure that you have a Site24x7 account.

Requirements : Python version 3.5.0 and above

Supported frameworks : Django, Flask

Supported components : pymysql, psycopg2, pymemcache, redis, sqlite, jinja

Installation instructions:

  • Install APM Insight Python agent in your application directory using pip command

       pip install apminsight
    
  • For Django applications, add apminsight.contrib.django as the first of INSTALLED_APPS in django settings.py

  • For Flask applications, add import apminsight in the first line of main file

  • Add the license key in environment S247_LICENSE_KEY

      export S247_LICENSE_KEY=<license-key>
    
  • Restart your Django or Flask application

  • Perform some transactions in your application for the agent to collect data. Log into your Site24x7 account and navigate to APM Insight and click on your application to see application metrics.

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

apminsight-1.0.1.tar.gz (24.1 kB view hashes)

Uploaded Source

Built Distribution

apminsight-1.0.1-py3-none-any.whl (36.8 kB view hashes)

Uploaded Python 3

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