Skip to content

Commit

Permalink
feat(store/v2): basic metrics (#18529)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez authored 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.