Skip to content

Commit fe73d1c

Browse files
authored
Merge pull request #319 from ethercflow/bug-fix
shrinklat: Fix decode failed caused by mismatch key size.
2 parents fd98144 + 3cf440d commit fe73d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/shrinklat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ metrics:
88
bucket_multiplier: 0.000001 # microseconds to seconds
99
labels:
1010
- name: bucket
11-
size: 8
11+
size: 4
1212
decoders:
1313
- name: uint

0 commit comments

Comments
 (0)