hashgraph / hedera-json-rpc-relay

Implementation of Ethereum JSON-RPC APIs for Hedera
Apache License 2.0
68 stars 72 forks source link

The HBar Rate Limiter panel in the dashboard needs to be updated to track the `eth_sendRawTransaction` counter #3145

Closed ebadiere closed 3 weeks ago

ebadiere commented 4 weeks ago

Problem

There has been ongoing work around the HBar Rate Limiter and the existing panel tracking the number of times the Rate Limiter is tripped is out of date.

Solution

It's still looking for queries, but it's the transactions that trip the limiter and increment the counter. This needs to be reflected in the panel.

Alternatives

No response