Skip to content

inspector-apm/inspector-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inspector | Code Execution Monitoring Tool

Inspector is a Code Execution Monitoring tool to help developers find out technical problems in their application automatically, before customers do.

Requirements

  • Python >= 3.x

Install

Install the latest version of the package from PyPI:

pip install inspector-python

Get a new Ingestion Key

You need an Ingestion Key to create an instance of the Inspector class.
You can obtain a key creating a new project in your Inspector dashboard.

Initialization

Here's a code example of how Inspector is normally initialized in a Python script:

from inspector import Configuration, Inspector

config = Configuration('xxxxxxxxxxxxxxxxxxx')

inspector = Inspector(config)

inspector.start_transaction('my python script')

Official documentation

Checkout our official documentation for more detailed tutorial.

License

This library is licensed under the MIT license.

About

Connect Python applications to Inspector monitoring dashboard.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages