HackerTrans
TopNewTrendsCommentsPastAskShowJobs

itssimon

no profile record

Submissions

[untitled]

1 points·by itssimon·5 месяцев назад·0 comments

[untitled]

1 points·by itssimon·6 месяцев назад·0 comments

[untitled]

1 points·by itssimon·8 месяцев назад·0 comments

[untitled]

1 points·by itssimon·10 месяцев назад·0 comments

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

github.com
2 points·by itssimon·12 месяцев назад·0 comments

[untitled]

1 points·by itssimon·в прошлом году·0 comments

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

apitally.io
46 points·by itssimon·в прошлом году·21 comments

[untitled]

1 points·by itssimon·2 года назад·0 comments

Growing an API monitoring and analytics tool

fakemayo.com
1 points·by itssimon·2 года назад·0 comments

[untitled]

1 points·by itssimon·2 года назад·0 comments

comments

itssimon
·6 месяцев назад·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 месяцев назад·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
·в прошлом году·discuss
Introducing our new integration for AdonisJS, offering comprehensive API insights and request logging with minimal effort.
itssimon
·в прошлом году·discuss
Great point, noted! Thanks!
itssimon
·в прошлом году·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
·в прошлом году·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
·в прошлом году·discuss
Sì, naturalmente! They approve of my spaghetti code
itssimon
·в прошлом году·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
·в прошлом году·discuss
A bit off-topic, but I'm curious. What are the benefits of Bugsink over Sentry? Sentry can also be self-hosted.
itssimon
·в прошлом году·discuss
Yes, support for Go has been requested a few times and is on the roadmap!
itssimon
·в прошлом году·discuss
I ended up playing with the background animtation on your website for 10 minutes, was fun
itssimon
·в прошлом году·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
·в прошлом году·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.