Expose current configuration as metrics so operators can verify settings without checking ConfigMaps.
wva_config_info gauge {analyzer_name, limiter_enabled, scale_to_zero_enabled}
wva_config_kv_spare_threshold gauge {}
wva_config_queue_spare_threshold gauge {}
wva_config_optimization_interval_seconds gauge {}
Expose current configuration as metrics so operators can verify settings without checking ConfigMaps.
Metrics:
Implementation:
prometheus.NewGaugeVecwith const labels pattern forwva_config_infoAcceptance Criteria: