Skip to content

Commit

Permalink
Close #9 #8 #7 #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Mar 6, 2021
1 parent 2910b9d commit b353d8b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,13 @@ log:

```

Send metrics to log files
Run Penguin

```bash
$ penguin run -c /absolute/path/to/config.yml
```

Send metrics to log files that penguin observes

```bash
for ((i=1;i<=100000;i++)); echo '{"type":"counter","name":"penguin_orders","help":"the amount of orders.","method":"inc","value":1,"labels":{"type":"shirts"}}' >> /app/logs/metrics_1.log
Expand Down

0 comments on commit b353d8b

Please sign in to comment.