# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
func AddPulsarConnTime(ctx context.Context, t int) {
if n, ok := dataContainer.NoticeData.Get(GetLogId(ctx)); ok {
addMiddleConnTime(&n.NoticeMetrics.Middle.Pulsar, t)
}
}
func AddKafkaConnTime(ctx context.Context, t int) {
if n, ok := dataContainer.NoticeData.Get(GetLogId(ctx)); ok {
addMiddleConnTime(&n.NoticeMetrics.Middle.Kafka, t)
}
}
func AddEsConnTime(ctx context.Context, t int) {
if n, ok := dataContainer.NoticeData.Get(GetLogId(ctx)); ok {
addMiddleConnTime(&n.NoticeMetrics.Middle.Elastic, t)
}
}
func AddRpcConnTime(ctx context.Context, t int) {
if n, ok := dataContainer.NoticeData.Get(GetLogId(ctx)); ok {
addMiddleConnTime(&n.NoticeMetrics.Middle.Rpc, t)
}
}
func AddRocketConnTime(ctx context.Context, t int) {
if n, ok := dataContainer.NoticeData.Get(GetLogId(ctx)); ok {
addMiddleConnTime(&n.NoticeMetrics.Middle.RocketMq, t)
}
}
*/.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
快速获取一个带logid上下文的context.
No description provided by the author
No description provided by the author
No description provided by the author
生成文件的时候执行.
No description provided by the author
初始化的时候使用.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
var noticeLog zap.Logger.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
中间件耗时.
No description provided by the author