Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // GrpcTransport specifies grpc transport configuration GrpcTransport *transport.Config // HttpPort defines the port for listening incoming HTTP connections HttpPort int // DB specifies DBConn for storing the logs and chunks metadata DB *db.DBConn // LocalDBFilePath specifies where the logs data is stored LocalDBFilePath string // MaxOpenedLogFiles allows to control number of files opened at a time to work with the solaris data // Increasing the number allows to increase the system performance for accessing to random group of logs MaxOpenedLogFiles int }
Config defines the scaffolding-golang server configuration
func BuildConfig ¶
Click to show internal directories.
Click to hide internal directories.