MCPcopy
hub / github.com/netdata/netdata / FullName

Method FullName

src/go/plugin/framework/collectorapi/runtime_job.go:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6// It is implemented by both legacy Job and JobV2.
7type RuntimeJob interface {
8 FullName() string
9 ModuleName() string
10 Name() string
11 IsRunning() bool

Callers 4

TestConfig_FullNameFunction · 0.65
sortConfigsFunction · 0.65
getChartTypeFunction · 0.65
TestJob_FullNameFunction · 0.65

Implementers 6

Jobsrc/go/plugin/framework/jobruntime/job
JobV2src/go/plugin/framework/jobruntime/job
collectorProbeJobsrc/go/plugin/agent/jobmgr/dyncfg_coll
lockProbeJobsrc/go/plugin/agent/jobmgr/manager_pro
vnodeUpdateProbeJobsrc/go/plugin/agent/jobmgr/dyncfg_vnod
testRuntimeJobsrc/go/plugin/agent/jobmgr/funcctl/con

Calls

no outgoing calls

Tested by 3

TestConfig_FullNameFunction · 0.52
sortConfigsFunction · 0.52
TestJob_FullNameFunction · 0.52