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.

Ask HN: Cloud service for APIs monitoring

1 pointsby sochixover 6 years ago
Hi, hackers! I’m Indie hacker and earn money by developing web apis for enterprises. My stack is node.js&#x2F;express&#x2F;elasticsearch&#x2F;mongodb. I need to constantly monitor how performs my APIs (avg. response time, response codes, etc) to complete the SLA.<p>Does anyone knows good cloud services to do it? (NewRelic is too pricy)

3 comments

mtmailover 6 years ago
We&#x27;re pretty happy with <a href="https:&#x2F;&#x2F;www.hostedgraphite.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.hostedgraphite.com&#x2F;</a> (most metrics send from AWS Cloudfront). Small startup from Ireland.<p>You can also install software like <a href="https:&#x2F;&#x2F;graphiteapp.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;graphiteapp.org&#x2F;</a>, <a href="https:&#x2F;&#x2F;prometheus.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;prometheus.io&#x2F;</a> or <a href="https:&#x2F;&#x2F;www.zabbix.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.zabbix.com&#x2F;</a> on your own hardware.
评论 #18967695 未加载
Scullwmover 6 years ago
I&#x27;ve to do the same, and I couldn&#x27;t find what I need, so I&#x27;ve made a kind of probe using aws lambda and influxdb. It allow configuration by YAML, dynamics headers and query params, and track your deployments (infra and release). It&#x27;s called PepperReport.io, I could give you an invitation code if you wan&#x27;t to try it.
评论 #18967677 未加载
dankohn1over 6 years ago
CNCF is currently tracking 45 open source projects and closed source products in the monitoring space:<p><a href="https:&#x2F;&#x2F;landscape.cncf.io&#x2F;category=monitoring&amp;grouping=category" rel="nofollow">https:&#x2F;&#x2F;landscape.cncf.io&#x2F;category=monitoring&amp;grouping=categ...</a>
评论 #18967707 未加载