richard
richard

Reputation: 12508

Rolling your own application monitoring

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?

Upvotes: 1

Views: 65

Answers (0)

Related Questions