resources: msg: Introduce new resource type to log arbitrary messages
Untested things: * systemd journal Unimplemented things: * syslog
This commit is contained in:
committed by
James Shubin
parent
41b3db7d6b
commit
30d93cfde7
@@ -62,6 +62,7 @@ type GraphConfig struct {
|
||||
Svc []*resources.SvcRes `yaml:"svc"`
|
||||
Exec []*resources.ExecRes `yaml:"exec"`
|
||||
Timer []*resources.TimerRes `yaml:"timer"`
|
||||
Msg []*resources.MsgRes `yaml:"msg"`
|
||||
} `yaml:"resources"`
|
||||
Collector []collectorResConfig `yaml:"collect"`
|
||||
Edges []edgeConfig `yaml:"edges"`
|
||||
|
||||
Reference in New Issue
Block a user