TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Apio – Simple Application Monitoring for Node or Django

30 pointsby aj_nikhilover 4 years ago

4 comments

ensignavengerover 4 years ago
A few thoughts:<p>1) It would be clearer what this was if you linked to the SaaS page rather than the client libraries on Github. Or even put in the readme that these are just client libraries for the SaaS app.<p>2) For the Django code, if you converted that to generic wsgi middleware, it would work with most Python frameworks. If you also created asgi middleware, it would also work with the newer async frameworks (including DJango 3.1). You could also keep the framework specific middleware for ease of integration for those who want, but the generic middleware would be a basic framework agnostic option.
评论 #24907443 未加载
评论 #24907440 未加载
time0utover 4 years ago
Nice work building something!<p>It seems the node stuff only works with express? There are lots of other server frameworks and libraries in the node ecosystem.<p>The way you configure the token needs some work, too. It really should be passed in in the client code instead of having people edit your library.<p>You may want to give clients a way to redact or suppress stuff in case they don&#x27;t want to send any sensitive URLs over.<p>Have you done any benchmarks to see what sort of load this puts on a client app?
评论 #24906780 未加载
indymikeover 4 years ago
Would be nice to see a little more about the company &amp; people behind this. I&#x27;m actually in the market for app monitoring for both node and django apps thanks to an awful experience with New Relic salespeople.
评论 #24906821 未加载
KaoruAoiShihoover 4 years ago
For node how does this differ from pm2 keymetrics?
评论 #24907616 未加载