Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
the2pizza authored Oct 10, 2024
1 parent e9c41be commit b9cb0c3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Pony - monitoring agent for Xray/Wiregard

Collects metrics on lowlevel and sends to Carbon

Works with [carbon-clickhouse](https://github.com/frkn-dev/graphite-clickhouse-tldr) stack

```build
cargo build --release
```

```test
cargo test
```


Prerequisites - [cross](https://github.com/cross-rs/cross)

```crosscompile
cross build --target x86_64-unknown-linux-gnu
```

0 comments on commit b9cb0c3

Please sign in to comment.