Skip to content

Commit

Permalink
Remove tracing hostname reporting
Browse files Browse the repository at this point in the history
This got removed in hats, we it broke all kinds of correlations.
  • Loading branch information
sulami committed Jan 9, 2024
1 parent e14114b commit d101b7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/degica_datadog/tracing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def init # rubocop:disable Metrics/AbcSize,Metrics/MethodLength

c.runtime_metrics.enabled = true

c.tracing.report_hostname = true
c.tracing.partial_flush.enabled = true
c.tracing.partial_flush.min_spans_threshold = 2_000

Expand Down

0 comments on commit d101b7f

Please sign in to comment.