it would be good for monitoring purposes for op-rbuilder to export gauge (values 0 or 1) metrics for when this or that particular feature flag is enabled or not. for example:
feat_revert_protection => 1 when --builder.enable-revert-protection is in force, 0 otherwise
feat_flashblocks => 1 when --flashblocks.enabled is in force, 0 otherwise
feat_flashtestations => 1 for --flashtestations.enabled, 0 otherwise
- and so on...