intergral / deep-python-client

Python client for DEEP.

Home Page:https://intergral.github.io/deep-python-client/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests PyPI

DEEP Python Client

DEEP is an open source dynamic insight engine based on the Grafana stack. The idea is to allow dynamic collection of Traces, Metrics, Logs and Snapshots via the Grafana UI.

Usage

To use DEEP simple import the package and start the agent at the earliest point in the code.

pip install deep-agent
import deep

deep.start()

Examples

There are a couple of examples available here.

Documentation

For further documentation on the usage of deep-agent view the docs.

Licensing

For licensing info please see LICENSING.md

About

Python client for DEEP.

https://intergral.github.io/deep-python-client/

License:GNU Affero General Public License v3.0


Languages

Language:Python 99.6%Language:Makefile 0.4%