Commit 87b9e40f authored by jingbo.wang's avatar jingbo.wang

options

parent f9952b49
...@@ -44,9 +44,6 @@ func msgInfluxProcess(traceMsgs []end_points.TraceMsg) { ...@@ -44,9 +44,6 @@ func msgInfluxProcess(traceMsgs []end_points.TraceMsg) {
if traceMsg.Kind != "SERVER" { if traceMsg.Kind != "SERVER" {
continue continue
} }
if strings.ToLower(traceMsg.Tags.HttpMethod) == "options" {
continue
}
path := traceMsg.Name path := traceMsg.Name
if _, ok := httpMethod[path]; ok { if _, ok := httpMethod[path]; ok {
path = traceMsg.Tags.HttpMethod + " " + path path = traceMsg.Tags.HttpMethod + " " + path
......
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