Skip to content

Commit

Permalink
Remove entity_type statsd tag
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzhuojie committed Mar 23, 2019
1 parent 8f3c10d commit 7e8e460
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 @@ -209,7 +209,6 @@ var logEvalResultToPrometheus = func(r *models.EvalResult) {
return
}
config.Global.Prometheus.EvalCounter.WithLabelValues(
util.SafeStringWithDefault(r.EvalContext.EntityType, "null"),
util.SafeStringWithDefault(r.FlagID, "null"),
util.SafeStringWithDefault(r.VariantID, "null"),
util.SafeStringWithDefault(r.VariantKey, "null"),
Expand Down

0 comments on commit 7e8e460

Please sign in to comment.