Skip to content

Commit

Permalink
[LocalNet] Grafana stress test dashboard changes (#641)
Browse files Browse the repository at this point in the history
Making stress test dashboard more complete with latency metrics and rows:

![Screenshot 2024-06-28 at 18-22-49 Protocol _ Stress test - Dashboards - Grafana](https://github.com/pokt-network/poktroll/assets/4950477/5ddaf1ae-1ed6-4649-b74a-3d4e49582e92)

Co-authored-by: Daniel Olshansky <[email protected]>
  • Loading branch information
okdas and Olshansk authored Jul 3, 2024
1 parent aec367e commit 1bb1b85
Show file tree
Hide file tree
Showing 2 changed files with 430 additions and 216 deletions.
4 changes: 2 additions & 2 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ k8s_resource(
"26657", # RPC
"9090", # the gRPC server address
"40004", # use with `dlv` when it's turned on in `localnet_config.yaml`
# Use with pprof like this: `go tool pprof -http=:3333 http://localhost:6061/debug/pprof/goroutine`
"6061:6060",
# Use with pprof like this: `go tool pprof -http=:3333 http://localhost:6050/debug/pprof/goroutine`
"6050:6060",
],
links=[
link(
Expand Down
Loading

0 comments on commit 1bb1b85

Please sign in to comment.