Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterConf ¶
type ClusterConf struct {
PubSub PubSubConf
Discover DiscoverConf
}
type Conf ¶
type Conf struct {
Entry EntryConf
EventStore EventStoreConf
Log LogConf
WebSocket WebSocketConf
WebHook WebHookConf
ClusterMode bool
Cluster ClusterConf
Kubernetes KubernetsConf
}
type DiscoverConf ¶
type DockerLogServerConf ¶
type EntryConf ¶
type EntryConf struct {
EventLogServer EventLogServerConf
DockerLogServer DockerLogServerConf
MonitorMessageServer MonitorMessageServerConf
}
type EventLogServerConf ¶
type EventStoreConf ¶
type EventStoreConf struct {
EventLogPersistenceLength int64
MessageType string
GarbageMessageSaveType string
GarbageMessageFile string
PeerEventMaxLogNumber int64 //每个event最多日志条数。
PeerEventMaxCacheLogNumber int
PeerDockerMaxCacheLogNumber int64
ClusterMode bool
HandleMessageCoreNumber int
HandleSubMessageCoreNumber int
HandleDockerLogCoreNumber int
DB DBConf
}
type KubernetsConf ¶
type KubernetsConf struct {
Master string
}
type PubSubConf ¶
type WebHookConf ¶
Click to show internal directories.
Click to hide internal directories.