Dogmatix.service_check
You're seeing just the function
service_check
, go back to Dogmatix module for more information.
Sends the provided service check.
Examples
iex> Dogmatix.event("my_dogmatix", %Dogmatix.ServiceCheck{name: "application_check", status: :ok, message: "All good!"})
:ok