Skip to content

Commit 1660a74

Browse files
committed
log probe execution
1 parent af5158f commit 1660a74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/datadog/di/probe_manager.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ def install_pending_line_probes(path)
230230
# backend (once per the probe's lifetime) and a snapshot corresponding
231231
# to the current invocation.
232232
def probe_executed_callback(probe:, **opts)
233+
logger.debug { "di: executed #{probe.type} probe at #{probe.location} (#{probe.id})" }
233234
unless probe.emitting_notified?
234235
payload = probe_notification_builder.build_emitting(probe)
235236
probe_notifier_worker.add_status(payload)

0 commit comments

Comments
 (0)