Skip to content

Commit

Permalink
Merge pull request #374 from siebenmann/cks/biolatency-labels
Browse files Browse the repository at this point in the history
examples/biolatency: provide names for more request operations
  • Loading branch information
bobrik authored Apr 4, 2024
2 parents 2ab91c1 + 480a766 commit d1f197a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions examples/biolatency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,18 @@ metrics:
decoders:
- name: uint
- name: static_map
# Values from include/linux/blk_types.h
# REQ_OP_ZONE_* values changed in v6.8-rc1 so they are
# not mentioned here.
static_map:
0: read
1: write
2: flush
3: discard
5: secure_erase
9: write_zeroes
34: drv_in
35: drv_in
- name: bucket
size: 8
decoders:
Expand Down

0 comments on commit d1f197a

Please sign in to comment.