HackerTrans
TopNewTrendsCommentsPastAskShowJobs

itssimon

no profile record

Submissions

[untitled]

1 points·by itssimon·5 maanden geleden·0 comments

[untitled]

1 points·by itssimon·6 maanden geleden·0 comments

[untitled]

1 points·by itssimon·8 maanden geleden·0 comments

[untitled]

1 points·by itssimon·10 maanden geleden·0 comments

Show HN: Apitally – A simple API monitoring and analytics tool for Go

github.com
2 points·by itssimon·12 maanden geleden·0 comments

[untitled]

1 points·by itssimon·vorig jaar·0 comments

Show HN: Apitally – A simple, privacy-focused API monitoring and analytics tool

apitally.io
46 points·by itssimon·vorig jaar·21 comments

[untitled]

1 points·by itssimon·2 jaar geleden·0 comments

Growing an API monitoring and analytics tool

fakemayo.com
1 points·by itssimon·2 jaar geleden·0 comments

comments

itssimon
·6 maanden geleden·discuss
I'm the founder of Apitally, and today I'm announcing support for Hono and FastAPI apps running on Cloudflare Workers. This new integration uses Cloudflare Logpush. Linked is the official release announcement.
itssimon
·10 maanden geleden·discuss
Hey all, I'm the solo founder of Apitally, an indie product for API monitoring & analytics.

Apitally is a lightweight alternative to the large, complex monitoring platforms, built to provide focused insights for REST APIs. It supports most popular frameworks across Python, JavaScript, Go, .NET, and Java.

In addition to logging API requests, Apitally can now capture application logs and correlate them with requests, giving users more context when troubleshooting API issues.
itssimon
·vorig jaar·discuss
Introducing our new integration for AdonisJS, offering comprehensive API insights and request logging with minimal effort.
itssimon
·vorig jaar·discuss
Great point, noted! Thanks!
itssimon
·vorig jaar·discuss
Thanks so much for the shout-out and feedback! Definitely true that tracing (likely with OpenTelemetry) would be a very valuable future feature addition - especially for database queries. I actually had that use case come up at work today.
itssimon
·vorig jaar·discuss
Valid concern that I tried to specifically address in how the SDKs are implemented! The middleware part is actually super lightweight. It only captures relevant metrics from the request and response and stores them in memory. Further processing and sending to Apitally happens asynchronously in the background, in regular intervals. That way the performance impact on request handling is very minimal.

Anecdotally, I noticed zero increase in CPU usage when I added the Apitally SDK to a FastAPI app that handles ~100 req/s. In comparison, adding OpenTelemetry was very noticeable, at least doubling the CPU usage.
itssimon
·vorig jaar·discuss
Sì, naturalmente! They approve of my spaghetti code
itssimon
·vorig jaar·discuss
Thank you! The SDKs are open-source, which I believe is the most important part. Users can verify how the integrations work and exactly what data is collected.

To me, privacy-focused also means to avoid collecting sensitive data in the first place. I'm hoping that mostly negates the need for self-hosting, in the spirit of keeping things simple for users.

That said, I'm definitely considering to support self-hosting in the future as well, and possibly open-sourcing the rest of the codebase.
itssimon
·vorig jaar·discuss
A bit off-topic, but I'm curious. What are the benefits of Bugsink over Sentry? Sentry can also be self-hosted.
itssimon
·vorig jaar·discuss
Yes, support for Go has been requested a few times and is on the roadmap!
itssimon
·vorig jaar·discuss
I ended up playing with the background animtation on your website for 10 minutes, was fun
itssimon
·vorig jaar·discuss
Thanks, I appreciate the feedback! Datadog is obviously super powerful, maybe partially warranting the price tag, but most of the time the gazillion features just confuse me to the point that I don't want to use it.
itssimon
·vorig jaar·discuss
By the way, I’m planning to add support for more frameworks and languages, hopefully with help from the community.

At the top of my list are Laravel (PHP) and Spring (Java), but I’m keen to hear what other frameworks would be popular here.