Skip to content

Commit

Permalink
Dashboard metrics (#268)
Browse files Browse the repository at this point in the history
* Add observability dashboard to init

* Add blob retrieval metric server

* Add metrics to docker

* Format code

* Change yq and sponge for node modules

* Change blob size to 2MB

* Format code
  • Loading branch information
gianbelinche committed Sep 16, 2024
1 parent 69ea100 commit 3b16f66
Show file tree
Hide file tree
Showing 12 changed files with 675 additions and 7 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ keys/setup
!db/
!backups/
!core/
!retrieve-blobs/
!prover/
!yarn.lock
!package.json
Expand Down
123 changes: 121 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ members = [
"core/tests/test_account",
"core/tests/loadnext",
"core/tests/vm-benchmark",
"retrieve-blobs"
]
resolver = "2"

Expand Down
Loading

0 comments on commit 3b16f66

Please sign in to comment.