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.

Tools for REST API Monitoring in 2019

59 pointsby sochixabout 6 years ago

7 comments

tnoletabout 6 years ago
Great story, and very recognizable.<p>Also many thanks for mentioning Checkly[0]. I can totally see why you guys opted for a more APM driven solution. In the end, you probably want white box and black box monitoring.<p>Disclaimer: I am the founder of Checkly.<p>0: <a href="https:&#x2F;&#x2F;checklyhq.com" rel="nofollow">https:&#x2F;&#x2F;checklyhq.com</a>
评论 #19551507 未加载
kcmastrpcabout 6 years ago
Observing synthetic endpoints is only going to give you an indication of whether or not your service is online and available - what if you deploy a change that breaks the endpoints your customers rely on, or some deep dependency starts failing (3rd party api, database, whatever).<p>You really need to look into distributed tracing solutions and instrument the endpoints which your customers rely on - and measure the response time, codes, and availability of those.<p>I work for an APM company, and that&#x27;s what we do at instana.com -- what you&#x27;ve built here is cool, and it&#x27;s inspiring, but it&#x27;s not going to help anybody if your customers are getting 500&#x27;s from their calls, but your &quot;health check&quot; is sending back 200&#x27;s.
chrsstrmabout 6 years ago
If you are exposing an API that is going to &quot;double your revenue&quot; as the article says, why wouldn&#x27;t you use something like the AWS API Gateway [0] or Google Cloud Endpoints [1]? What were they doing here, running a paid service through an nginx reverse proxy?<p>[0] - <a href="https:&#x2F;&#x2F;aws.amazon.com&#x2F;api-gateway&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aws.amazon.com&#x2F;api-gateway&#x2F;</a><p>[1] - <a href="https:&#x2F;&#x2F;cloud.google.com&#x2F;endpoints&#x2F;" rel="nofollow">https:&#x2F;&#x2F;cloud.google.com&#x2F;endpoints&#x2F;</a>
k__about 6 years ago
Maybe Moesif could be worth a look too:<p><a href="https:&#x2F;&#x2F;www.moesif.com&#x2F;features&#x2F;api-monitoring" rel="nofollow">https:&#x2F;&#x2F;www.moesif.com&#x2F;features&#x2F;api-monitoring</a><p>(Disclaimer: I blog for them)
评论 #19549267 未加载
评论 #19551699 未加载
thinkingkongabout 6 years ago
I&#x27;m a huge fan of Datadog for this sort of thing. I&#x27;m not affiliated with them in any way, but they have the ability to do all the grafana &#x2F; logstash &#x2F; splunk stuff and are making lots of progress into the APM space with OpenAPM.
ajaweeabout 6 years ago
You can also take a look at <a href="https:&#x2F;&#x2F;atatus.com" rel="nofollow">https:&#x2F;&#x2F;atatus.com</a><p>Disclaimer: I work here.
miloshadzicabout 6 years ago
Another advertorial...