From dd9a00874fe3aaeda743ccac40ea5fac4dd96617 Mon Sep 17 00:00:00 2001 From: zhuojie Date: Sat, 23 Mar 2019 02:38:09 -0700 Subject: [PATCH] Remove entity_type statsd tag --- pkg/handler/eval.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/handler/eval.go b/pkg/handler/eval.go index 81d1ab41..2bd7414e 100644 --- a/pkg/handler/eval.go +++ b/pkg/handler/eval.go @@ -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")),