Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nixargh committed Sep 30, 2022
1 parent 4742814 commit 90e7099
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Graphite Proxy in Golang

## Features
- Send metrics to multiple destinations (only host and port may differ but not TLS options).
- TLS for input & output connections.
- Add configurable tenant.
- Add configurable prefix.
Expand All @@ -22,7 +23,7 @@ Get help

Run with some options

`./groxy -port 2004 -graphiteAddress localhost -tenant techops -prefix "groxy" -immutablePrefix "test." -TLS -ignoreCert true`
`./groxy -port 2004 -graphiteAddress localhost:2003 -tenant techops -prefix "groxy" -immutablePrefix "test." -TLS -ignoreCert true`

## Test
Send metric like this
Expand Down

0 comments on commit 90e7099

Please sign in to comment.