Typo in the exporter configuration would result in ValidationError. Other config validation is handled as a part of CLI, but exporter init happens during config parsing - out of reach for our usual exit_cleanly_on_config_error generator.
Consider moving the exporter initialization to the CLI or introduce other way of providing the user with clean, actionable error messages.
Typo in the exporter configuration would result in
ValidationError. Other config validation is handled as a part of CLI, but exporter init happens during config parsing - out of reach for our usualexit_cleanly_on_config_errorgenerator.Consider moving the exporter initialization to the CLI or introduce other way of providing the user with clean, actionable error messages.