Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Observability: Parse event names in eth_getLogs and eth_subscribe #1599

Open
dinhani-cw opened this issue Aug 5, 2024 · 0 comments
Open

Comments

@dinhani-cw
Copy link
Contributor

In eth_getLogs and eth_subscribe operations, we can parse the friendly name of the event being queried or subscribed based on the list of Solidity compiled events.

We should do that and use these names in tracing and metrics.

The additional challenge here is that there can be no events or multiple events in these RPC methods. Initially we could track only the first event if present.

@marcospb19-cw marcospb19-cw changed the title Parse event name in eth_getLogs and eth_subscribe Observability: Parse event names in eth_getLogs and eth_subscribe Aug 5, 2024
@marcospb19-cw marcospb19-cw added the enhancement New feature or request label Aug 5, 2024
@carneiro-cw carneiro-cw added observability and removed enhancement New feature or request labels Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants