Feat: Logging + Metrics #89
Labels
chore
a tedious but necessary task often paying technical debt
elixir
Pull requests that update Elixir code
enhancement
New feature or enhancement of existing functionality
T2h
Time Estimate 2 Hours
tech-debt
A feature/requirement implemented in a sub-optimal way & must be re-written
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
This is "on hold" ... pending dwyl/logs#1
At present the
imgup
app has noDB
πSo we have zero insight into what images are being uploaded. π π€·ββοΈ
This is "OK" for a basic demo...
But it's not great for a "production" app where we want to track metrics. π
We need to "productionize"! π
Todo
DB
schema for storing anon logging data.We can borrow (or draw inspiration) from:
dwyl/auth/lib/auth/log.ex
user_agent
table should mimmic the one inauth
:lib/auth/user_agent.ex
so that we store the relevant detail. The other field we could add ismigrations
for the schema we define.The text was updated successfully, but these errors were encountered: