Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
7
type
RuntimeJob
interface
{
8
FullName() string
9
ModuleName() string
10
Name() string
11
IsRunning() bool
Callers
4
TestConfig_FullName
Function · 0.65
sortConfigs
Function · 0.65
getChartType
Function · 0.65
TestJob_FullName
Function · 0.65
Implementers
6
Job
src/go/plugin/framework/jobruntime/job
JobV2
src/go/plugin/framework/jobruntime/job
collectorProbeJob
src/go/plugin/agent/jobmgr/dyncfg_coll
lockProbeJob
src/go/plugin/agent/jobmgr/manager_pro
vnodeUpdateProbeJob
src/go/plugin/agent/jobmgr/dyncfg_vnod
testRuntimeJob
src/go/plugin/agent/jobmgr/funcctl/con
Calls
no outgoing calls
Tested by
3
TestConfig_FullName
Function · 0.52
sortConfigs
Function · 0.52
TestJob_FullName
Function · 0.52