Add an event log for storage and push #617
Labels
Epic
kind/user-story
Used for issues that describes functionality for our users.
status/draft
Status: When you create an issue before you have enough info to properly describe the issue.
Description
Events should record more of its activities for future forensics when application owners reports about missing events. We should keep a record of all events we have stored as well as push requests. Where were events pushed to what subscription or endpoint.
Consider how we'll be using the data, what kind of storage technology to use. Is PostgreSQL the right tool?This log is only for internal support usage (for the team, and possibly in the future for service desk)
Why can we not use Application Insight?
Additional Information
Log to new Postgres-table
Needs:
resource-instance
event-type/audit entry (sent, delivered, results of event-push action, subscriber response code/messages etc.)
subscriber (owner/endpoint)
cleanup-routine/job(initial cleanup, 6 months)
Move push to evens app (not function)
Log-db pattern:
Tasks
XL - have a session on split.
DB changes
Function updates
Changes to the svc.
Acceptance Criterias
No response
The text was updated successfully, but these errors were encountered: