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 }
ClusterConf cluster conf
type Conf ¶
type Conf struct { Entry EntryConf EventStore EventStoreConf Log LogConf WebSocket WebSocketConf WebHook WebHookConf ClusterMode bool Cluster ClusterConf Kubernetes KubernetsConf EnableDebugPprof bool }
Conf conf
type DiscoverConf ¶
type DiscoverConf struct { Type string EtcdAddr []string EtcdCaFile string EtcdCertFile string EtcdKeyFile string EtcdUser string EtcdPass string ClusterMode bool InstanceIP string HomePath string DockerLogPort int WebPort int NodeID string }
DiscoverConf discover conf
type DockerLogServerConf ¶
DockerLogServerConf docker log server conf
type EntryConf ¶
type EntryConf struct { EventLogServer EventLogServerConf DockerLogServer DockerLogServerConf MonitorMessageServer MonitorMessageServerConf NewMonitorMessageServerConf NewMonitorMessageServerConf }
EntryConf entry conf
type EventLogServerConf ¶
EventLogServerConf eventlog server conf
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 }
EventStoreConf event store conf
type MonitorMessageServerConf ¶
type MonitorMessageServerConf struct { SubAddress []string SubSubscribe string CacheMessageSize int }
MonitorMessageServerConf monitor message server conf
type NewMonitorMessageServerConf ¶
NewMonitorMessageServerConf new monitor message server conf
type PubSubConf ¶
type PubSubConf struct { PubBindIP string PubBindPort int ClusterMode bool PollingTimeout time.Duration }
PubSubConf pub sub conf
type WebHookConf ¶
WebHookConf webhook conf
Click to show internal directories.
Click to hide internal directories.