We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5158f commit 1660a74Copy full SHA for 1660a74
lib/datadog/di/probe_manager.rb
@@ -230,6 +230,7 @@ def install_pending_line_probes(path)
230
# backend (once per the probe's lifetime) and a snapshot corresponding
231
# to the current invocation.
232
def probe_executed_callback(probe:, **opts)
233
+ logger.debug { "di: executed #{probe.type} probe at #{probe.location} (#{probe.id})" }
234
unless probe.emitting_notified?
235
payload = probe_notification_builder.build_emitting(probe)
236
probe_notifier_worker.add_status(payload)
0 commit comments