Skip to content

Commit

Permalink
Add failure kind
Browse files Browse the repository at this point in the history
  • Loading branch information
pspieker-stripe committed Jul 5, 2024
1 parent c347cc9 commit 7f087be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/smokescreen/smokescreen.go
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ func checkACLsForRequest(config *Config, req *http.Request, destination hostport
"kind": "parse_failure",
}).Error("Unable to parse X-Upstream-Https-Proxy header.")

config.MetricsClient.Incr("acl.upstream_proxy_error", 1)
config.MetricsClient.Incr("acl.upstream_proxy_parse_error", 1)
return decision
}

Expand Down

0 comments on commit 7f087be

Please sign in to comment.