Skip to content

Commit 6f033d5

Browse files
Denys Smirnovlwsanty
authored andcommitted
rename metrics (#17)
Signed-off-by: Denys Smirnov <denys@sourced.tech>
1 parent 60e42fa commit 6f033d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

storage/storage.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ import (
77

88
const (
99
// PerOpSeconds represents metric of seconds per operation
10-
PerOpSeconds = "per_op_seconds"
10+
PerOpSeconds = "bblfsh_bench_seconds"
1111
// PerOpAllocBytes represents metric of bytes allocated per operation
12-
PerOpAllocBytes = "per_op_alloc_bytes"
12+
PerOpAllocBytes = "bblfsh_bench_allocs_bytes"
1313
// PerOpAllocs represents metric of allocations per operation
14-
PerOpAllocs = "per_op_allocs"
14+
PerOpAllocs = "bblfsh_bench_allocs"
1515
)
1616

1717
// Constructor is a type that represents function of default storage client Constructor

0 commit comments

Comments
 (0)