Skip to content

Commit

Permalink
ddtrace/tracer: add link to Service page and Inferred Services (#2542)
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio authored Mar 25, 2024
1 parent 10a8779 commit 4904f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/tracer/option.go
Original file line number Diff line number Diff line change
Expand Up @@ -874,8 +874,8 @@ func WithServiceMapping(from, to string) StartOption {
}

// WithPeerServiceDefaults sets default calculation for peer.service.
// Related documentation: https://docs.datadoghq.com/tracing/guide/inferred-service-opt-in/?tab=go#apm-tracer-configuration
func WithPeerServiceDefaults(enabled bool) StartOption {
// TODO: add link to public docs
return func(c *config) {
c.peerServiceDefaultsEnabled = enabled
}
Expand Down

0 comments on commit 4904f57

Please sign in to comment.