1 Star 0 Fork 0

sqos/beats

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
config.go 479 Bytes
Copy Edit Raw Blame History
urso authored 2016-03-22 13:43 . Update ucfg to v0.1.1
package mysql
import (
"github.com/elastic/beats/packetbeat/config"
"github.com/elastic/beats/packetbeat/protos"
)
type mysqlConfig struct {
config.ProtocolCommon `config:",inline"`
MaxRowLength int `config:"max_row_length"`
MaxRows int `config:"max_rows"`
}
var (
defaultConfig = mysqlConfig{
ProtocolCommon: config.ProtocolCommon{
TransactionTimeout: protos.DefaultTransactionExpiration,
},
MaxRowLength: 1024,
MaxRows: 10,
}
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sqos/beats.git
git@gitee.com:sqos/beats.git
sqos
beats
beats
v5.2.0

Search

A270a887 8829481 3d7a4017 8829481