Show HN: HyperDX – open-source dev-friendly Datadog alternative
11–20 of 186 posts
Re: Show HN: HyperDX – open-source dev-friendly Datadog alternative
#12I remember when every SaaS landing page looked like Slack, then they all looked like Stripe, and I guess now they all look like Linear.
Re: Show HN: HyperDX – open-source dev-friendly Datadog alternative
#13If you want my two Datadog favourite features, they were: 1) clicking on a field and making it a custom search dimension in another click, and 2) flame graphs. Delicious flame graphs.
One other thing I think you'd love if you're coming from Datadog is that you're able to full text search on structured logs as well, so even if the value you're looking for lives in a property, it's still full text searchable (this is a huge pain we hear from other Datadog users)
If there's anything you love/hate about Datadog - would love to learn more!
Re: Show HN: HyperDX – open-source dev-friendly Datadog alternative
#14I remember when every SaaS landing page looked like Slack, then they all looked like Stripe, and I guess now they all look like Linear.
If the project comes close to linear.app's platform UI responsiveness - wouldn't be a bad thing.
Re: Show HN: HyperDX – open-source dev-friendly Datadog alternative
#15I remember when every SaaS landing page looked like Slack, then they all looked like Stripe, and I guess now they all look like Linear.
Some other landing pages I loved and had along side while designing ours were Vercel, Resend, and WorkOS :)
Re: Show HN: HyperDX – open-source dev-friendly Datadog alternative
#16If you want my two Datadog favourite features, they were: 1) clicking on a field and making it a custom search dimension in another click, and 2) flame graphs. Delicious flame graphs.
Re: Show HN: HyperDX – open-source dev-friendly Datadog alternative
#17Congrats on the launch! Do also check out SigNoz [1] We are working on a similar problem statement ;) [1] https://github.com/signoz/signoz
Re: Show HN: HyperDX – open-source dev-friendly Datadog alternative
#18Re: Show HN: HyperDX – open-source dev-friendly Datadog alternative
#19The background of someone with a DX background comes through! I will be looking into this a lot more.
Here are a few comments, notes, and questions:
* I like the focus on DX (especially compared to other OSS solutions) in your messaging here, and I think your hero messaging tells that story, but it isn't reinforced as much through the features/benefits section
* It seems like clickhouse is obviously a big piece of the tech here, which is an obvious choice, but from my experience with high data rate ingest, especially logs, you can run into issues at larger scale. Is that something you expect to give options around in open source? Or is the cloud backend a bit different where you can offer that scale without making open source so complex?
* I saw what is in OSS vs cloud and I think it is a reasonable way to segment, especially multi-tenancy, but do you see the split always being more management/security features? Or are you considering functional things? Especially with recent HashiCorp "fun" I think more and more it is useful to be open about what you think the split will be. Obviously that will evolve, but I think that sort of transparency is useful if you really want to grow the OSS side
* on OSS, I was surprised to see MIT license. This is full featured enough and stand alone enough that AGPL (for server components) seems like a good middle ground. This also gives some options for potentially a license for an "enterprise" edition, as I am certain there is a market for a modern APM that can run all in a customer environment
* On that note, I am curious what your target persona and GTM plan is looking like? This space is a a bit tricky IMHO, because small teams have so many options at okay price points, but the enterprise is such a difficult beast in switching costs. This looks pretty PLG focused atm, and I think for a first release it is impressive, but I am curious to know if you have more you are thinking to differentiate yourself in a pretty crowded space.
Once again, really impressive what you have here and I will be checking it out more. If you have any more questions, happy to answer in thread or my email is in profile.
Re: Show HN: HyperDX – open-source dev-friendly Datadog alternative
#20How do you think about the query syntax? Are you defining your own or are you following an existing specification? I particularly love the trace view you have, connecting a frontend HTTP request to server side function-level tracing.
We include a "query explainer" - which translates the parsed query AST into something more human readable under the search bar, hopefully giving good feedback to the user on whether we're understand their query or not. Though there's lots of room to improve here!