Skip to content

Commit 74eb22e

Browse files
author
Илья
committed
Update README.MD
1 parent 41168c6 commit 74eb22e

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

slo-workload/README.MD

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,22 +105,23 @@ When running `run` command, the program creates three jobs: `readJob`, `writeJob
105105
- `metricsJob` periodically sends metrics to Prometheus
106106

107107
Table have these fields:
108-
- `id Uint64`
109108
- `hash Uint64 Digest::NumericHash(id)`
110-
- `payload_str UTF8`
109+
- `id Uint64`
111110
- `payload_double Double`
112-
- `payload_timestamp Timestamp`
113111
- `payload_hash Uint64`
112+
- `payload_str UTF8`
113+
- `payload_timestamp Timestamp`
114114

115115
Primary key: `("hash", "id")`
116116

117117
## Collected metrics
118-
- `oks` - amount of OK requests
119-
- `not_oks` - amount of not OK requests
120-
- `inflight` - amount of requests in flight
121-
- `latency` - summary of latencies in ms
122-
- `attempts` - summary of amount for request
123-
- `error` - amount of errors
118+
- `oks` - amount of OK requests
119+
- `not_oks` - amount of not OK requests
120+
- `inflight` - amount of requests in flight
121+
- `latency` - summary of latencies in ms
122+
- `attempts` - summary of amount for request
123+
- `error` - amount of errors
124+
- `query_latency` - summary of latencies in ms in query
124125

125126
> You must reset metrics to keep them `0` in prometheus and grafana before beginning and after ending of jobs
126127

0 commit comments

Comments
 (0)