Skip to content

Commit 12b594d

Browse files
committed
Fix README.md in metrics-client example
1 parent 7fb72c7 commit 12b594d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/metrics-client/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Client for metrics collection (Telegraf)
1+
# Client for metrics collection
22

3-
Collects basic metrics (CPU time and memory) and custom metric `custom-metric.sh`.
4-
It does't actually measure anything, it just calculates a sine function.
3+
Uses [prometheus-cpp](https://github.com/jupp0r/prometheus-cpp) library. Collects basic metrics: `cpu_usage`,
4+
`memory_used` and `request_count`.
55

66
## How to run?
77

0 commit comments

Comments
 (0)