Update prometheus/main.go
This commit is contained in:
parent
73c9b9fb77
commit
23c2eb44eb
|
@ -38,7 +38,6 @@ func init() {
|
||||||
content = fmt.Sprintf("[%s] %s", request.Status, strings.Join(request.CommonAnnotations.Values()," "))
|
content = fmt.Sprintf("[%s] %s", request.Status, strings.Join(request.CommonAnnotations.Values()," "))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
logger = logger.WithField("body", content)
|
logger = logger.WithField("body", content)
|
||||||
|
|
||||||
ok := false
|
ok := false
|
||||||
|
|
Loading…
Reference in New Issue