https://github.com/intergral/deep-python-client
Python client for DEEP.
https://github.com/intergral/deep-python-client
debug devops monitoring
Last synced: 12 months ago
JSON representation
Python client for DEEP.
- Host: GitHub
- URL: https://github.com/intergral/deep-python-client
- Owner: intergral
- License: agpl-3.0
- Created: 2023-03-24T00:30:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T11:16:51.000Z (over 1 year ago)
- Last Synced: 2025-04-05T22:11:49.094Z (12 months ago)
- Topics: debug, devops, monitoring
- Language: Python
- Homepage: https://intergral.github.io/deep-python-client/
- Size: 487 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/intergral/deep-python-client/actions/workflows/on_push.yaml)
[](https://pypi.org/project/deep-agent/)
# 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.
```bash
pip install deep-agent
```
```python
import deep
deep.start()
```
## Examples
There are a couple of examples [available here](./examples/README.md).
## Documentation
For further documentation on the usage of deep-agent view the [docs](https://intergral.github.io/deep-python-client/).
## Licensing
For licensing info please see [LICENSING.md](./LICENSING.md)