TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: DevRaven – Monitoring for Developers

46 点作者 kc10将近 3 年前
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 条评论

paulgb将近 3 年前
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 未加载
CSMastermind将近 3 年前
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 未加载
Sytten将近 3 年前
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 未加载
hunterb123将近 3 年前
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-dub将近 3 年前
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 未加载
leonardinius将近 3 年前
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 未加载
leetrout将近 3 年前
Nice work!<p>Any plans to support cron monitoring &#x2F; time of day monitoring? Something akin to cronitor?
评论 #32297414 未加载
wdb将近 3 年前
Never understand why these kind of services only support PagerDuty. What about Opsgenie
评论 #32300626 未加载
dogweather将近 3 年前
I use Checkly. Any idea how this compares?
评论 #32300429 未加载
ushakov将近 3 年前
why would i use your proprietary product when there are (lots!) of open-source alternatives available?
评论 #32299070 未加载
评论 #32298474 未加载
bdcravens将近 3 年前
How many is on the DevRaven team?
评论 #32297697 未加载
jibnair将近 3 年前
Love the simplicity !