From a1c9acdecd3cdf2b687b04c0ba48c2e480b01a8e Mon Sep 17 00:00:00 2001 From: zhuojie Date: Tue, 9 Oct 2018 17:19:33 -0700 Subject: [PATCH] Remove some dd metrics --- pkg/handler/eval.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/handler/eval.go b/pkg/handler/eval.go index a456ccbf..d14a00ac 100644 --- a/pkg/handler/eval.go +++ b/pkg/handler/eval.go @@ -188,8 +188,6 @@ var logEvalResultToDatadog = func(r *models.EvalResult) { []string{ fmt.Sprintf("EntityType:%s", util.SafeStringWithDefault(r.EvalContext.EntityType, "null")), fmt.Sprintf("FlagID:%d", util.SafeUint(r.FlagID)), - fmt.Sprintf("FlagSnapshotID:%d", util.SafeUint(r.FlagSnapshotID)), - fmt.Sprintf("SegmentID:%d", util.SafeUint(r.SegmentID)), fmt.Sprintf("VariantID:%d", util.SafeUint(r.VariantID)), fmt.Sprintf("VariantKey:%s", util.SafeStringWithDefault(r.VariantKey, "null")), },