From 7e8e4602ac579de8e2ac17af1d82350831ec7cb5 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..795a9b0a 100644 --- a/pkg/handler/eval.go +++ b/pkg/handler/eval.go @@ -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"),