https://github.com/intergral/deep-java-client
Java Client for DEEP
https://github.com/intergral/deep-java-client
debug devops monitoring
Last synced: 9 months ago
JSON representation
Java Client for DEEP
- Host: GitHub
- URL: https://github.com/intergral/deep-java-client
- Owner: intergral
- License: agpl-3.0
- Created: 2023-05-16T11:04:04.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-21T09:08:18.000Z (10 months ago)
- Last Synced: 2025-07-04T01:48:03.218Z (9 months ago)
- Topics: debug, devops, monitoring
- Language: Java
- Homepage: https://intergral.github.io/deep-java-client/
- Size: 1.17 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/intergral/deep-java-client/actions/workflows/on_push.yml)
[](https://central.sonatype.com/artifact/com.intergral.deep/agent)
[](https://app.snyk.io/org/b.w.donnelly1/project/fac2666d-509e-4b7c-861a-8297f0fc9556)
# DEEP Java 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.
```groovy
import com.intergral.deep.Deep
Deep.start()
```
## Examples
There are a couple of examples [available here](./examples/README.md).
## Developing
For help developing this see [DEVELOPMENT.md](./DEVELOPMENT.md)
## Licensing
For licensing info please see [LICENSING.md](./LICENSING.md)