You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I think we should consider experimenting with CUE as a language for storing and structuring the Cortex configuration file. Cortex has an expansive set of configuration options and I believe a configuration language that has validation as a first class language feature could be really helpful for new users of the project.
I'm not suggesting we transition from YAML to Cue. However, I think we should consider adding Cue struct tags to the Go Config struct and generate an associated Cue file to allow for experimentation.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had any activity in the past 60 days. It will be closed in 15 days if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem? Please describe.
I think we should consider experimenting with CUE as a language for storing and structuring the Cortex configuration file. Cortex has an expansive set of configuration options and I believe a configuration language that has validation as a first class language feature could be really helpful for new users of the project.
I'm not suggesting we transition from YAML to Cue. However, I think we should consider adding Cue struct tags to the Go
Configstruct and generate an associated Cue file to allow for experimentation.The text was updated successfully, but these errors were encountered: