Skip to content

Commit

Permalink
Revert "add project and domain tags for decision metrics"
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-stripe authored Apr 25, 2019
1 parent 77e13be commit d6f23aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/smokescreen/smokescreen.go
Original file line number Diff line number Diff line change
Expand Up @@ -571,8 +571,6 @@ func checkIfRequestShouldBeProxied(config *Config, req *http.Request, outboundHo
tags := []string{
fmt.Sprintf("role:%s", decision.role),
fmt.Sprintf("def_rule:%t", defaultRuleUsed),
fmt.Sprintf("project:%s", decision.project),
fmt.Sprintf("dest_domain:%s", destination),
}

switch action {
Expand Down

0 comments on commit d6f23aa

Please sign in to comment.