zama-ai / fhevm-go

fhevm-go is an open-source library used to easily integrate the fhEVM into an EVM-compatible blockchain.
Other
21 stars 14 forks source link

First design for OpenTelemtry #82

Closed youben11 closed 9 months ago

youben11 commented 9 months ago

This is an initial design that doesn't have to make a lot of changes to the codebase, we can extend it later with more events that are needed for observability.

Note: This is a breaking change as it introduce a new method to the EVMEnvironment interface. We should update the docs to take this into account and explain how someone could use Otel with fhevm-go.