Back
Larametrics
Larametrics
#larametrics
Self-hosted metrics and notifications platform for Laravel
Launched October 29, 2018
Load previous page…
Fix the navigation on any paginated pages, use next/prev buttons and a limited number of pages
#larametrics
Restructure and reorganize the way that the database model numbers and changes are shown on models.index
#larametrics
Create table and model for notifications, determine when notifications should be pushed out
#larametrics
Convert entire logs section to store logs in the database as LarametricsLog objects, use MessageLogged listener
#larametrics
Create section for 'Performance', that will display things like ping/response time for app calls
#larametrics
Allow a user to add in custom alerts to notify them of (specific or general) model changes
#larametrics
Determine notification 'checks' that should be used. e.g. if request comes from X, notify user. If model Y changed, notify user.
#larametrics
In addition to expiring models/requests by age in the database, add optional field for expire by amount in the table
#larametrics
Make sure that reverting changes updates the database directly instead of going through Eloquent
#larametrics