Skip to content

Commit

Permalink
initial setup of java agent project
Browse files Browse the repository at this point in the history
add git config to project
add readme
  • Loading branch information
Umaaz committed May 16, 2023
1 parent 731c659 commit d62071f
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .idea/git_toolbox_prj.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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).
7 changes: 7 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Examples

Here we have some examples of usage of the DEEP agent.

## Simple-App

This is a very basic app that demonstrates the usage of DEEP.

0 comments on commit d62071f

Please sign in to comment.