Skip to content

Commit

Permalink
Merge pull request #1197 from OffchainLabs/das-doc-metric-update
Browse files Browse the repository at this point in the history
Remove rpc getbyhash metrics, duration is ns
  • Loading branch information
Tristan-Wilson authored Sep 28, 2022
2 parents 0a60564 + cafcb8b commit 10b845c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/das/daserver-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,14 +415,9 @@ If metrics are enabled in configuration, then several useful metrics are availab
| arb_das_rest_getbyhash_success | Successful REST GetByHash calls |
| arb_das_rest_getbyhash_failure | Failed REST GetByHash calls |
| arb_das_rest_getbyhash_bytes | Bytes retrieved with REST GetByHash calls |
| arb_das_rest_getbyhash_duration (p50, p75, p95, p99, p999, p9999) | Duration of REST GetByHash calls |
| arb_das_rpc_getbyhash_requests | Count of RPC GetByHash calls |
| arb_das_rpc_getbyhash_success | Successful RPC GetByHash calls |
| arb_das_rpc_getbyhash_failure | Failed RPC GetByHash calls |
| arb_das_rpc_getbyhash_bytes | Bytes retrieved with RPC GetByHash calls |
| arb_das_rpc_getbyhash_duration (p50, p75, p95, p99, p999, p9999) | Duration of RPC GetByHash calls |
| arb_das_rest_getbyhash_duration (p50, p75, p95, p99, p999, p9999) | Duration of REST GetByHash calls (ns) |
| arb_das_rpc_store_requests | Count of RPC Store calls |
| arb_das_rpc_store_success | Successful RPC Store calls |
| arb_das_rpc_store_failure | Failed RPC Store calls |
| arb_das_rpc_store_bytes | Bytes retrieved with RPC Store calls |
| arb_das_rpc_store_duration (p50, p75, p95, p99, p999, p9999) | Duration of RPC Store calls |
| arb_das_rpc_store_duration (p50, p75, p95, p99, p999, p9999) | Duration of RPC Store calls (ns) |

0 comments on commit 10b845c

Please sign in to comment.