frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Postgress in Rust

2•poldex•1h ago•1 comments

Companies are optimizing models for specific benchmarks

2•mzubairtahir•2h ago•0 comments

Ask HN: What's Up with Archive.today?

4•nobody9999•9h ago•7 comments

Tell HN: Namecheap gave my account to an unverified third party

473•Thrashed•1d ago•174 comments

GPL Infection of LLMs?

4•sl_convertible•11h ago•2 comments

Claude used my pipeline to find a counterexample to the Jacobian conjecture

6•JGPTechCo•7h ago•4 comments

Stripe closed my account with a 0.18% dispute rate

9•rellyattd•8h ago•8 comments

Ask HN: How do I find startups that are looking for a dev? How to approach them?

5•need_a_work23•14h ago•7 comments

Two Gov Websites Compromised

7•relunsec•14h ago•1 comments

Tell HN: ChatGPT exports do not contain all conversation messages

5•afpx•15h ago•1 comments

Ask HN: What are your current favorite monitoring and observability solutions?

3•Exoristos•11h ago•1 comments

Ask HN: Is there a website that tracks excessive writes to SSDs in OS/app betas?

30•amichail•1d ago•28 comments

Ask HN: How to get in touch with Paddle (MoR)

6•probst•21h ago•5 comments

Ask HN: If OpenAI hacked HuggingFace, why aren't OpenAI prosecuted?

29•sam_lowry_•1d ago•36 comments

Ask HN: Is anyone giving out tokens for benchmarking LLMs?

3•emosenkis•15h ago•1 comments

Ask: Why does everything Microsoft create lately feel fragile and half-baked?

12•nothrowaways•1d ago•12 comments

Ask HN: Can we get a day that is free from AI news?

8•MichaelMoser123•16h ago•4 comments

Ask HN: How are you getting decent front end interface results out of LLMs?

2•VladVladikoff•16h ago•1 comments

Ask HN: How much software do you build for yourself these days?

4•lellow•18h ago•10 comments

Ask HN: Has your typing gotten worse with AI?

2•aizk•18h ago•7 comments

Ask HN: What are your thoughts on spec-driven development?

4•Austin_Conlon•11h ago•2 comments

Single-click and remote OpenCode session right in the browser

3•jashandeep31•20h ago•0 comments

A VSCode extension for AI to understand your project

2•bailingyuan•20h ago•2 comments

Ask HN: Any Good Pi.dev Setups?

3•galsapir•21h ago•1 comments

Pixel phones getting ad notifications

8•explodes•1d ago•7 comments

Ask HN: What changed in your life when you started meditating (and how)?

31•dondraper36•2d ago•27 comments

Ask HN: Convince me to not to shelve my app (I've decided to)

2•asdfbank•1d ago•2 comments

Ask HN: Why call it "inference" instead of just "model hosting"?

6•bluebic•14h ago•9 comments

Ask HN: What Linux distro do you daily drive?

23•addajones•1d ago•49 comments

You've reached the end!

Open in hackernews

Ask HN: What are your current favorite monitoring and observability solutions?

3•Exoristos•11h ago
With so much agent-assisted development going on, I think monitoring what we deploy is more important than ever. What are your favorite solutions, along with any advice you'd give for implementing/using them? I'd personally prefer to hear about non-SaaS solutions, but I realize that may be hard mode.

Comments

dabinat•10h ago
I’d recommend self-hosting because most SaaS providers charge or limit by usage and it can add up fast.

I use both SigNoz and Sentry with OpenTelemetry. Why both? SigNoz has great dashboards and trace and metrics monitoring, but its alerting system isn’t great. Sentry is great at alerting me to new issues and it also has other features like JS session replays that are nice. They just added metrics monitoring which I haven’t checked out yet.

However Sentry is difficult to set up when self-hosting (it has loads of microservices) and it wasn’t originally designed for Otel so there are rough edges around its Otel compatibility.