Module config
Source - ConfigParentFallbackExt
- Extension trait to get values with parent table fallback.
- audit_aggregate_by
- Returns the aggregate-by reduction function from config, or None if not set.
- audit_dispersion_method
- Returns the dispersion method from config, or StandardDeviation if not set.
- audit_min_measurements
- Returns the minimum measurements from config, or None if not set.
- audit_min_relative_deviation
- Returns the minimum relative deviation threshold from config, or None if not set.
- audit_sigma
- Returns the sigma value from config, or None if not set.
- backoff_max_elapsed_seconds
- Returns the backoff max elapsed seconds from config, or the default if not set.
- bump_epoch
- bump_epoch_in_conf
- change_point_config
- Returns the change point configuration for a measurement, applying fallback rules.
- determine_epoch_from_config
- measurement_unit
- Returns the configured unit for a measurement, or None if not set.
- read_hierarchical_config
- Read hierarchical configuration (system -> local override)
- report_custom_css_path
- Returns the report custom CSS path from config, or None if not set.
- report_template_path
- Returns the report template path from config, or None if not set.
- report_title
- Returns the report title from config, or None if not set.
- write_config
- Write config to the main repository directory (always in repo root)