View Source Exbox.Config (Exbox v0.3.6)
Exbox configuration module. All configurations have a default value, which can be overridden in the application config. The application config is keyed in the following way:
config :exbox, :features, [
capture_telemetry_metric_events: true,
capture_telemetry_log_events: false
]
Summary
Functions
Returns the configuration for capture_telemetry_log_events
Returns the configuration for capture_telemetry_metric_events
Returns the configuration value for the given key.