@@ -204,7 +204,7 @@ installed and the feature is not disabled by the configuration.
204
204
` {name = " tube_name" , state = " request_type" }`
205
205
206
206
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`
208
208
role accumulates values from all buckets.
209
209
210
210
* 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.
224
224
` {name = " tube_name" , method = " api_call_method" , status = " ok" or " error" }`
225
225
226
226
A list of possible call methods: ` put` , ` take` , ` delete` , ` release` , ` touch` ,
227
- ` ack` , ` bury` , ` kick` , ` peek` , ` drop` .
227
+ ` ack` , ` bury` , ` kick` , ` peek` , ` drop` , ` truncate ` .
228
228
229
229
# ## Storage (`roles.sharded-queue-storage` or `sharded_queue.storage` for the Cartridge)
230
230
@@ -235,7 +235,7 @@ installed and the feature is not disabled by the configuration.
235
235
` {name = " tube_name" , state = " request_type" }`
236
236
237
237
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`
239
239
role shows actual values on the instance.
240
240
241
241
* 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.
255
255
` {name = " tube_name" , method = " api_call_method" , status = " ok" or " error" }`
256
256
257
257
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 ` .
259
259
260
260
# # API extensions (compared to tarantool/queue)
261
261
0 commit comments