We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06198bb commit 41bb490Copy full SHA for 41bb490
README.md
@@ -383,6 +383,12 @@ metrics:
383
- "topic2"
384
```
385
386
+Metrics:
387
+
388
+- `msg-rate-in-per-second[TOPIC]`: Incoming messages per second per topic.
389
+- `msg-megabytes-in-per-second[TOPIC]`: Incoming megabytes per second per topic.
390
+- `msg-megabytes-out-per-second[TOPIC]`: Outgoing megabytes per second per topic.
391
392
### Prometheus
393
394
The Prometheus metrics collector continuously scrapes a metrics endpoint, stores
@@ -420,6 +426,9 @@ metrics:
420
426
interval: "1s"
421
427
422
428
429
+Metrics are user defined using the `queries` field. The `name` field is used as
430
+the metric name in the CSV output.
431
423
432
## Troubleshooting
424
433
425
434
- Benchi fails with the error `Cannot connect to the Docker daemon at
0 commit comments