-
Notifications
You must be signed in to change notification settings - Fork 2
feat: creating templates from yaml config files #424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…timeseries panels
|
I'm philosophically OK with this going into Defining Nominal resources in a source of truth outside of Nominal itself will be a common workflow. Users will want to define things like templates, checklists, etc externally and have a mechanism for syncing them with Nominal, with support for other nice things like GitOps workflows, etc. Leveraging existing tooling to the extent possible reduces the product surface area that we need to own and maintain. Eventually (and this is looking far out on the horizon) we can programmatically generate most of this, i.e. have imperative state management operations (CRUD+List) exposed and generated through the CLI and then have declarative state management implemented in a tool like Terraform. |
First shot at programmatic template creation. Functional for timeseries, geomap, histogram, and scatter panels. Added a USAGE.md to summarize current usage pattern.