From d1578a728f952b913755c08f0547dd19784601cb Mon Sep 17 00:00:00 2001 From: Dmitrii Stepanov Date: Tue, 30 Jan 2024 15:54:15 +0300 Subject: [PATCH] [#121] scenarios: Fix tags doc Signed-off-by: Dmitrii Stepanov --- scenarios/run_scenarios.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenarios/run_scenarios.md b/scenarios/run_scenarios.md index c7b4aee..9954360 100644 --- a/scenarios/run_scenarios.md +++ b/scenarios/run_scenarios.md @@ -20,7 +20,7 @@ Scenarios `grpc.js`, `local.js`, `http.js` and `s3.js` support the following opt * `SELECTION_SIZE` - size of batch to select for deletion (default: 1000). * `PAYLOAD_TYPE` - type of an object payload ("random" or "text", default: "random"). * `STREAMING` - if set, the payload is generated on the fly and is not read into memory fully. - * `METRIC_TAGS` - `instance` tag value. + * `METRIC_TAGS` - custom metrics tags (format `tag1:value1;tag2:value2`). Additionally, the profiling extension can be enabled to generate CPU and memory profiles which can be inspected with `go tool pprof file.prof`: ```shell