Files
grafana/apps/correlations/kinds/manifest.cue
KristinaandRyan McKinley a6db37c2b7 Correlations: Create first version of correlations on app platform (#110843)
* WIP

* Generate API

* use different logging, change typing as recommended

* Add feature flag and only add to installer when enabled

* add codeowner

* Lint/fmt

* fix dockerfile

* move from UID to group/name reference

* add generated code

* change from enterprise build

* build workspace

* Remove deprecated field, build api, build for enterprise, build workspace

* Not sure what caused this..

* Rebuild?

* Fix this file

* update sdk

* update sdk

* fix workspace

* fix test build

* add to go.mod

---------

Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2025-09-17 08:07:45 -05:00

24 lines
291 B
CUE

package kinds
manifest: {
appName: "correlation"
groupOverride: "correlations.grafana.app"
preferredVersion: "v0alpha1"
codegen: {
go: {
enabled: true
}
ts: {
enabled: true
}
}
versions: {
"v0alpha1": {
kinds: [
correlationsv0alpha1,
]
}
}
}