gorealconf provides Prometheus metrics for monitoring:
config_updates_total
: Counter of configuration updatesconfig_version
: Gauge of current configuration versionvalidation_errors_total
: Counter of validation errorsrollbacks_total
: Counter of configuration rollbacksupdate_duration_seconds
: Histogram of update durations
metrics := gorealconf.NewMetrics("myapp")
cfg.WithMetrics(metrics)