Lightprotocol / light-protocol

The ZK Compression Protocol For Solana
https://www.zkcompression.com
GNU General Public License v3.0
157 stars 27 forks source link

feat: forester: enable optional metrics reporting via CLI flag #1164

Closed sergeytimoshin closed 2 weeks ago

sergeytimoshin commented 2 weeks ago

Added a new CLI flag, enable_metrics, to control metrics reporting. Updated configuration initialization and relevant components to respect this flag, ensuring metrics are processed and pushed conditionally based on user input.