influxdata / influxdb

Scalable datastore for metrics, events, and real-time analytics
https://influxdata.com
Apache License 2.0
29k stars 3.56k forks source link

Backport influxdb3_config to influxdb from influxdb_pro #25551

Open mgattozzi opened 1 week ago

mgattozzi commented 1 week ago

As part of https://github.com/influxdata/influxdb_pro/pull/193 the influxdb3_config crate was introduced. As this is also meant to hold configuration for the OSS version as well if needed the crate should be brought back to upstream (OSS).

As the ProConfig has no bearing on how OSS runs or contains anything that would make pro it's own separate viable product we can include it's code as well and how it's threaded throughout the code so as to reduce any conflicts in the future in influxdb_pro if changes are made to configuration.