MCPcopy Index your code
hub / github.com/netdata/netdata / UID

Method UID

src/go/plugin/framework/dyncfg/cache.go:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7// Config is the constraint interface for configs stored in handler caches.
8type Config interface {
9 UID() string // SeenCache key (globally unique per source)
10 ExposedKey() string // ExposedCache key (one per logical name)
11 SourceType() string // "dyncfg", "user", "stock"
12 SourceTypePriority() int // dyncfg=16, user=8, stock=2

Implementers 1

testConfigsrc/go/plugin/framework/dyncfg/cache_t

Calls

no outgoing calls