Skip to content

Commit

Permalink
log probe execution
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Feb 5, 2025
1 parent af5158f commit 1660a74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/datadog/di/probe_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ def install_pending_line_probes(path)
# backend (once per the probe's lifetime) and a snapshot corresponding
# to the current invocation.
def probe_executed_callback(probe:, **opts)
logger.debug { "di: executed #{probe.type} probe at #{probe.location} (#{probe.id})" }
unless probe.emitting_notified?
payload = probe_notification_builder.build_emitting(probe)
probe_notifier_worker.add_status(payload)
Expand Down

0 comments on commit 1660a74

Please sign in to comment.