We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb72c7 commit 12b594dCopy full SHA for 12b594d
examples/metrics-client/README.md
@@ -1,7 +1,7 @@
1
-# Client for metrics collection (Telegraf)
+# Client for metrics collection
2
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.
+Uses [prometheus-cpp](https://github.com/jupp0r/prometheus-cpp) library. Collects basic metrics: `cpu_usage`,
+`memory_used` and `request_count`.
5
6
## How to run?
7
0 commit comments