Dogmatix.service_check

You're seeing just the function service_check, go back to Dogmatix module for more information.
Link to this function

service_check(name, sc, opts \\ [])

View Source

Sends the provided service check.

Examples

iex> Dogmatix.event("my_dogmatix", %Dogmatix.ServiceCheck{name: "application_check", status: :ok, message: "All good!"})
:ok