paradigmxyz / op-rs

Apache License 2.0
36 stars 4 forks source link

feat(rollup): init telemetry #50

Closed merklefruit closed 3 weeks ago

merklefruit commented 3 weeks ago

Added the ability to start tracing to stdout with the following options:

Also initialized a Prometheus subscriber on the provided port. Tested on the Hera binary.

closes #33