mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
add webhooks usage stats
This commit is contained in:
@@ -171,7 +171,7 @@ class Webhooks extends Action
|
||||
$queueForUsage
|
||||
->addMetric(METRIC_WEBHOOKS_FAILED, 1)
|
||||
->addMetric(str_replace('{webhookInternalId}', $webhook->getInternalId(), METRIC_WEBHOOK_ID_FAILED), 1)
|
||||
;
|
||||
;
|
||||
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user