Skip to content

Commit c0bd390

Browse files
committed
doc: add truncate method in metrics description
Follow-up for #78
1 parent 6673809 commit c0bd390

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ installed and the feature is not disabled by the configuration.
204204
`{name = "tube_name", state = "request_type"}`
205205
206206
A list of possible request types: `done`, `take`, `kick`, `bury`, `put`,
207-
`delete`, `touch`, `ack`, `release`. The metric on the `sharded_queue.api`
207+
`delete`, `touch`, `ack`, `release`, `truncate`. The metric on the `sharded_queue.api`
208208
role accumulates values from all buckets.
209209
210210
* Metric `tnt_sharded_queue_router_statistics_tasks` is a gauge with
@@ -224,7 +224,7 @@ installed and the feature is not disabled by the configuration.
224224
`{name = "tube_name", method = "api_call_method", status = "ok" or "error"}`
225225
226226
A list of possible call methods: `put`, `take`, `delete`, `release`, `touch`,
227-
`ack`, `bury`, `kick`, `peek`, `drop`.
227+
`ack`, `bury`, `kick`, `peek`, `drop`, `truncate`.
228228
229229
### Storage (`roles.sharded-queue-storage` or `sharded_queue.storage` for the Cartridge)
230230
@@ -235,7 +235,7 @@ installed and the feature is not disabled by the configuration.
235235
`{name = "tube_name", state = "request_type"}`
236236
237237
A list of possible request types: `done`, `take`, `kick`, `bury`, `put`,
238-
`delete`, `touch`, `ack`, `release`. The metric on the `sharded_queue.storage`
238+
`delete`, `touch`, `ack`, `release`, `truncate`. The metric on the `sharded_queue.storage`
239239
role shows actual values on the instance.
240240
241241
* Metric `tnt_sharded_queue_storage_statistics_tasks` is a gauge with
@@ -255,7 +255,7 @@ installed and the feature is not disabled by the configuration.
255255
`{name = "tube_name", method = "api_call_method", status = "ok" or "error"}`
256256
257257
A list of possible call methods: `statistic`, `put`, `take`, `delete`,
258-
`release`, `touch`, `ack`, `bury`, `kick`, `peek`, `drop`.
258+
`release`, `touch`, `ack`, `bury`, `kick`, `peek`, `drop`, `truncate`.
259259
260260
## API extensions (compared to tarantool/queue)
261261

0 commit comments

Comments
 (0)