Skip to content

Commit

Permalink
Merge pull request #179 from checkr/zz/remove-some-metrics
Browse files Browse the repository at this point in the history
Remove some dd metrics
  • Loading branch information
zhouzhuojie authored Oct 10, 2018
2 parents 3b41d74 + a1c9acd commit 5d33474
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/handler/eval.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")),
},
Expand Down

0 comments on commit 5d33474

Please sign in to comment.