Skip to content

Commit

Permalink
feat(store/v2): basic metrics (cosmos#18529)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez committed Nov 28, 2023
1 parent 079e122 commit 0c633a5
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 1 deletion.
3 changes: 3 additions & 0 deletions store/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ require (
github.com/cosmos/gogoproto v1.4.11
github.com/cosmos/iavl v1.0.0
github.com/cosmos/ics23/go v0.10.0
github.com/hashicorp/go-metrics v0.5.3
github.com/linxGnu/grocksdb v1.8.5
github.com/mattn/go-sqlite3 v1.14.18
github.com/stretchr/testify v1.8.4
Expand All @@ -37,6 +38,8 @@ require (
github.com/golang/snappy v0.0.4 // indirect
github.com/google/btree v1.1.2 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
github.com/hashicorp/golang-lru v0.5.0 // indirect
github.com/klauspost/compress v1.17.2 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
Expand Down
Loading

0 comments on commit 0c633a5

Please sign in to comment.