Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BundledFS embed.FS
View Source
var ( Components = DiscoComponents{ Extensions: func() []string { sort.Strings(extensions) return extensions }(), Receivers: func() []string { sort.Strings(receivers) return receivers }(), Linux: func() map[string]struct{} { linux := map[string]struct{}{} for _, extension := range extensions { linux[extension] = struct{}{} } for _, receiver := range receivers { linux[receiver] = struct{}{} } return linux }(), Windows: func() map[string]struct{} { windows := map[string]struct{}{ "apache": {}, "jmx-cassandra": {}, "kafkametrics": {}, "mongodb": {}, "mysql": {}, "oracledb": {}, "postgresql": {}, "rabbitmq": {}, "redis": {}, "smartagent-postgresql": {}, "sqlserver": {}, } for _, extension := range extensions { windows[extension] = struct{}{} } return windows }(), } )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.