Skip to content

Commit

Permalink
Set the runtime metrics Statsd client
Browse files Browse the repository at this point in the history
  • Loading branch information
sulami committed Jan 9, 2024
1 parent d101b7f commit 69311a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/degica_datadog/tracing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def init # rubocop:disable Metrics/AbcSize,Metrics/MethodLength
c.agent.port = Config.tracing_port

c.runtime_metrics.enabled = true
c.runtime_metrics.statsd = Statsd.client

c.tracing.partial_flush.enabled = true
c.tracing.partial_flush.min_spans_threshold = 2_000
Expand Down

0 comments on commit 69311a0

Please sign in to comment.