Commit d459acde authored by jingbo.wang's avatar jingbo.wang

option请求屏蔽掉

parent 2a5b3323
......@@ -45,6 +45,9 @@ func msgInfluxProcess(traceMsgs []end_points.TraceMsg) {
continue
}
path := traceMsg.Name
if strings.ToLower(path) == "options" {
continue
}
if _, ok := httpMethod[path]; ok {
path = traceMsg.Tags.HttpMethod + " " + traceMsg.Tags.HttpPath
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment