We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e42fa commit 6f033d5Copy full SHA for 6f033d5
storage/storage.go
@@ -7,11 +7,11 @@ import (
7
8
const (
9
// PerOpSeconds represents metric of seconds per operation
10
- PerOpSeconds = "per_op_seconds"
+ PerOpSeconds = "bblfsh_bench_seconds"
11
// PerOpAllocBytes represents metric of bytes allocated per operation
12
- PerOpAllocBytes = "per_op_alloc_bytes"
+ PerOpAllocBytes = "bblfsh_bench_allocs_bytes"
13
// PerOpAllocs represents metric of allocations per operation
14
- PerOpAllocs = "per_op_allocs"
+ PerOpAllocs = "bblfsh_bench_allocs"
15
)
16
17
// Constructor is a type that represents function of default storage client Constructor
0 commit comments