Skip to content

Instantly share code, notes, and snippets.

@rafaels88
Created September 11, 2018 10:37
Show Gist options
  • Save rafaels88/c887c5374ae38cc4852c78be7583c845 to your computer and use it in GitHub Desktop.
Save rafaels88/c887c5374ae38cc4852c78be7583c845 to your computer and use it in GitHub Desktop.
Quiqup - Opus Instrumentation
defmodule Quiqup.DispatchOrderStagePipeline do
step :persist
instrument :stage_completed, %{stage: %{name: :persist}}, fn %{time: time} ->
# send to the monitoring tool of your choice
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment