scroll-tech / go-ethereum

Scroll's fork of the official Go implementation of the Ethereum protocol
GNU Lesser General Public License v3.0
494 stars 276 forks source link

feat(metrics):migrate metrics from develop branch #910

Closed amoylan2 closed 3 months ago

amoylan2 commented 3 months ago

1. Purpose or design rationale of this PR

Migrate metrics from develop branch. Note: After comparing latest develop(0cecc19) with syncUpstream/active(74578fa), I collected all the metrics needed to be migrated. All things are done except these files below:

  1. miner/scroll_worker.go
  2. rollup/circuitcapacitychecker/impl.go for this file is not synced with newest updates from develop.

2. PR title

Your PR title must follow conventional commits (as we are doing squash merge for each PR), so it must start with one of the following types:

3. Deployment tag versioning

Has the version in params/version.go been updated?

4. Breaking change label

Does this PR have the breaking-change label?

0xmountaintop commented 3 months ago

rollup/circuitcapacitychecker/impl.go for this file is not synced with newest updates from develop.

this has been updated. you can continue to work on it.