Skip to content

Commit

Permalink
Fix connector
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Feb 9, 2024
1 parent 4606123 commit 3aee1c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connector/datadogconnector/connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ func getTraceAgentCfg(cfg TracesConfig) *traceconfig.AgentConfig {
acfg.Ignore["resource"] = cfg.IgnoreResources
acfg.ComputeStatsBySpanKind = cfg.ComputeStatsBySpanKind
acfg.PeerTagsAggregation = cfg.PeerTagsAggregation
acfg.PeerTags = cfg.PeerTags
if v := cfg.TraceBuffer; v > 0 {
acfg.TraceBuffer = v
}
Expand Down

0 comments on commit 3aee1c2

Please sign in to comment.