https://github.com/grafana/grafana
Raw File
Tip revision: f8a150cb19ffc9f8b47699a5ab26a1b85abc1fb7 authored by Christian Simon on 10 May 2024, 12:03:13 UTC
[DOC] Adds missing link to Pyroscope core data source (#85493)
Tip revision: f8a150c
constraint.cue
package kind

import "github.com/grafana/kindsys"

// In each child directory, the set of .cue files with 'package kind'
// must be an instance of kindsys.Core - a declaration of a core kind.
kindsys.Core
back to top