Method: Datadog::DI::ProbeNotificationBuilder#build_installed

Defined in:
lib/datadog/di/probe_notification_builder.rb

#build_installed(probe) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



23
24
25
26
27
# File 'lib/datadog/di/probe_notification_builder.rb', line 23

def build_installed(probe)
  build_status(probe,
    message: "Probe #{probe.id} has been instrumented correctly",
    status: 'INSTALLED',)
end