Skip to content

Commit

Permalink
chore: add README
Browse files Browse the repository at this point in the history
  • Loading branch information
Atrax1 committed May 30, 2024
1 parent bb9a6e0 commit d276b1f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions observability-lib/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## Observability-lib

Contains the observability library to build dashboards and alerts

## Usage

To build the observability library, run the following command:

```bash
make build
```

To run the tests, run the following command:

```bash
make test
```

To run the linter, run the following command:

```bash
make lint
```

To run the CLI
```bash
make run
```

0 comments on commit d276b1f

Please sign in to comment.