Rolling your own application monitoring

72 Views Asked by At

I want to monitor endpoint requests to my API as well as response time. I looked at New Relic and others but it's way too expensive.

So I have an idea to just log all requests in my database - simple table with Verb, Url, and total response time.

Is this a bad idea? Good? Will this severely impact my application's performance?

0

There are 0 best solutions below