Skip to content

Commit f5ed628

Browse files
authored
improve UX (#159)
1 parent 6391328 commit f5ed628

21 files changed

+1523
-1020
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ endif
4949

5050
GOLANGCI_LINT_VERSION = v1.61.0
5151
BASH_VERSION = v4.2.0
52-
YQ_VERSION = v4.43.1
52+
YQ_VERSION = v4.45.1
5353

5454
# build a single arch target provided as argument
5555
define build_target

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ This will write [pcapng](https://wiki.wireshark.org/Development/PcapNg) into a s
123123

124124
Run the following command to start capturing metrics, replacing `USER`, `VERSION` and `COMMAND_ARGS` accordingly:
125125
```bash
126-
USER=netobserv VERSION=dev COMMAND_ARGS='--enable_pktdrop="true" --enable_dns="true" --enable_rtt="true"' make metrics
126+
USER=netobserv VERSION=dev COMMAND_ARGS='--enable_pkt_drop --enable_dns --enable_rtt' make metrics
127127
```
128128

129129
![metrics](./img/metrics-dashboard.png)

0 commit comments

Comments
 (0)