View Source Zexbox.Config (Zexbox v0.4.0)
Zexbox 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 :zexbox, :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.