OutboxEventsPublished is incremented each time PublishTx or PublishBestEffortTx successfully writes a webhook_events row.
(eventType string)
| 26 | // OutboxEventsPublished is incremented each time PublishTx or |
| 27 | // PublishBestEffortTx successfully writes a webhook_events row. |
| 28 | OutboxEventsPublished(eventType string) |
| 29 | |
| 30 | // OutboxEventsFanOut is incremented each time the worker finishes |
| 31 | // fanning an event out to its matched webhooks. matched is the |
no outgoing calls