https://github.com/grafana/grafana
Raw File
Tip revision: c126750d9638d3c060bd1b830d0c32f73a9ab6f7 authored by Christian Simon on 10 May 2024, 12:03:13 UTC
[DOC] Adds missing link to Pyroscope core data source (#85493)
Tip revision: c126750
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