Skip to content

Commit

Permalink
Merge pull request #242 from checkr/zz/remove-entity-type-statsd-tag
Browse files Browse the repository at this point in the history
Remove entity_type statsd tag
  • Loading branch information
zhouzhuojie authored Mar 23, 2019
2 parents 8f3c10d + dd9a008 commit 954c056
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/handler/eval.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ var logEvalResultToDatadog = func(r *models.EvalResult) {
config.Global.StatsdClient.Incr(
"evaluation",
[]string{
fmt.Sprintf("EntityType:%s", util.SafeStringWithDefault(r.EvalContext.EntityType, "null")),
fmt.Sprintf("FlagID:%d", util.SafeUint(r.FlagID)),
fmt.Sprintf("VariantID:%d", util.SafeUint(r.VariantID)),
fmt.Sprintf("VariantKey:%s", util.SafeStringWithDefault(r.VariantKey, "null")),
Expand Down

0 comments on commit 954c056

Please sign in to comment.