You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
We need to figure out where to log entries so that we can troubleshoot missing events better. What is considered valuable information? What information gives us a better in-detail view of where events are lost?
Solution
The Webhook Service is responsible for posting an event to a consumer's endpoint. We log the response from this POST request to our log service by posting the event to the Storage Controller.
Create new api endpoint in StorageController with PlatformAccess authorization policy. "/storage/logs POST
Log when event is authorized and pushed to outbound queue in OutboundController
When subscription is not authorized and event is not added to outbound queue
Problem
We need to figure out where to log entries so that we can troubleshoot missing events better. What is considered valuable information? What information gives us a better in-detail view of where events are lost?
Solution
The Webhook Service is responsible for posting an event to a consumer's endpoint. We log the response from this POST request to our log service by posting the event to the Storage Controller.
The text was updated successfully, but these errors were encountered: