Method: Datadog::DI::ProbeNotificationBuilder#build_received

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

#build_received(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.



17
18
19
20
21
# File 'lib/datadog/di/probe_notification_builder.rb', line 17

def build_received(probe)
  build_status(probe,
    message: "Probe #{probe.id} has been received correctly",
    status: 'RECEIVED',)
end