|
|
|
|
|
by nathcd
2406 days ago
|
|
> To folks saying to “Just use server logs”, it’s simply too hard to connect the dots unless you really know what you’re doing. No it's not, just stop overarchitecting your stuff. > Digging through my nginx logs to find that the majority of my users are dropping off at the second step of sending an invoice would be nearly impossible. Oh I could connect those logs to my api’s database, now I need a place to aggregate that data together. Maybe I could send all of that data together to elasticsearch and query with kibana. Now I need to learn how To set those things up. You can log requests/responses however you want on your server, it doesn't have to be an nginx log. Just put whatever request data that matters to you into your database immediately after you send a response. > Or I could use Matomo for some analytics real quick "Not being a jerk to my website visitors is too hard." |
|