### Component(s) exporter/clickhouse ### Is your feature request related to a problem? Please describe. Currently the clickhouseexporter only supports setting `QueueSize` from `exporterhelper.QueueSettings`: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/clickhouseexporter/config.go#L81, thus in the event of the collector going down, data queued for export is not persisted. ### Describe the solution you'd like Update clickhouseexporter configuration to add the ability to specify `*component.ID` to enable persistence. ### Describe alternatives you've considered _No response_ ### Additional context _No response_