Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gbbr committed Feb 10, 2021
1 parent be24627 commit fcc68a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/trace/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ type AgentConfig struct {
ReplaceTags []*ReplaceRule `json:",omitempty"`

// transaction analytics
AnalyzedRateByServiceLegacy map[string]float64 `json:",omitempty"`
AnalyzedSpansByService map[string]map[string]float64 `json:",omitempty"`
AnalyzedRateByServiceLegacy map[string]float64
AnalyzedSpansByService map[string]map[string]float64

// infrastructure agent binary
DDAgentBin string
Expand Down

0 comments on commit fcc68a0

Please sign in to comment.