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: DevRaven – Monitoring for Developers

46 pointsby kc10almost 3 years ago
Hi HN! I am Krishna Thota, founder of DevRaven. DevRaven is a monitoring platform for Developers.<p>DevRaven enables engineering teams or individual developers to setup active monitoring for their services&#x2F;applications and get alerted when things don&#x27;t work as expected<p>Today&#x27;s launch makes available the following features:<p>API Monitoring - Monitor your HTTP end points and perform no-code or scripted assertions.<p>Synthetic Monitoring - Execute browser based end-to-end tests using Playwright framework. No setup required.<p>SSL Monitoring - Monitor SSL certificates for your end points and get alerted before they expire.<p>Web Page Monitoring - Run continuous Lighthouse audits on your web pages to ensure best performance, SEO.<p>Welcome any feedback, questions or suggestions.

12 comments

paulgbalmost 3 years ago
This is very timely for something I&#x27;ve been wanting to do! Giving it a try now.<p>Edit: tried it. I like it, I hadn&#x27;t used playwright before but it was fairly straightforward to set up the test I wanted. Since you requested feedback, some thoughts:<p>- I started by writing and testing my check locally, and then copied it over into a “synthetic test”. It would be cool if that were more seamless, e.g. if all of my tests were configured through a git repo and DevRaven had a GitHub webhook that was notified when the config changed.<p>- I had to double-escape some backslashes in my code for it to be accepted, you might be eating the escapes during some string processing?<p>- It would be cool to see timings of tests (i.e. the time between individual asserts as reported by playwright, but even the overall time would be a useful metric).<p>- This is probably just my inexperience with playwright, but it would be nice to have an example that used playwright&#x27;s expect function instead of chai.<p>- TypeScript support would also be nice.
评论 #32297678 未加载
CSMastermindalmost 3 years ago
Hi Krishna, congrats on the launch!<p>I really like that you have the &#x27;try with no credit card&#x27; offering, I wish more companies would do this.<p>One question I&#x27;d have for you is how _your_ services are hosted. If my service is hosted on AWS us-east-1 and so is my monitoring I&#x27;ll be worried that I&#x27;m not going to get alerted when AWS itself has problems.<p>It seems to me that you&#x27;re entering into a crowded market. I can think of a dozen or more companies with similar offering. How do you plan on differentiating yourself? Who is the target user for your product and why would they select it instead of a competitor?
评论 #32297590 未加载
Syttenalmost 3 years ago
What differentiate you from the number of existing monitoring platforms? Genuinely curious as it is a crowded space with a lot of established players.
评论 #32297801 未加载
hunterb123almost 3 years ago
This is an area that needs to be fleshed out, so far the best solution I&#x27;ve found is <a href="https:&#x2F;&#x2F;checklyhq.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;checklyhq.com&#x2F;</a><p>Playwright + other monitoring checks as a service is amazing.<p>You do have to make your tests pretty resilient to prevent false positives through (retry on network issues etc.)<p>The Playwright test framework helps with that.
评论 #32298556 未加载
a-dubalmost 3 years ago
this looks nice. generous free tier! seconding the idea that it would be nice if gitops (flat config files in git) was a first class interface to configure everything. that would be a differentiator for me.
评论 #32298830 未加载
leonardiniusalmost 3 years ago
Hi Krishna, Great product you have put there.<p>What is the long term plan wrt pricing, what should I expect if I sign up?<p>Like the clarity of the home page, well done and good luck!
评论 #32298142 未加载
leetroutalmost 3 years ago
Nice work!<p>Any plans to support cron monitoring &#x2F; time of day monitoring? Something akin to cronitor?
评论 #32297414 未加载
wdbalmost 3 years ago
Never understand why these kind of services only support PagerDuty. What about Opsgenie
评论 #32300626 未加载
dogweatheralmost 3 years ago
I use Checkly. Any idea how this compares?
评论 #32300429 未加载
ushakovalmost 3 years ago
why would i use your proprietary product when there are (lots!) of open-source alternatives available?
评论 #32299070 未加载
评论 #32298474 未加载
bdcravensalmost 3 years ago
How many is on the DevRaven team?
评论 #32297697 未加载
jibnairalmost 3 years ago
Love the simplicity !