HackerTrans
TopNewTrendsCommentsPastAskShowJobs

elza_1111

no profile record

Submissions

Why should a Trace-ID be 128 bits? (A Surprisingly Long Answer)

newsletter.signoz.io
13 points·by elza_1111·2 mesi fa·17 comments

Our Project Hail Mary: The Observability Setup Behind an Observability Tool

newsletter.signoz.io
2 points·by elza_1111·3 mesi fa·0 comments

AI Isn't Replacing SREs. It's Deskilling Them

newsletter.signoz.io
20 points·by elza_1111·4 mesi fa·0 comments

How to Reduce Telemetry Volume by 40% Smartly

newsletter.signoz.io
2 points·by elza_1111·5 mesi fa·0 comments

BTS of OpenTelemetry Instrumentation

newsletter.signoz.io
3 points·by elza_1111·6 mesi fa·0 comments

Patterns for Deploying OTel Collector

newsletter.signoz.io
3 points·by elza_1111·7 mesi fa·0 comments

Show HN: Ohyaml.wtf – A YAML trivia to make you go WTF

ohyaml.wtf
1 points·by elza_1111·11 mesi fa·0 comments

ohyaml.wtf

ohyaml.wtf
3 points·by elza_1111·11 mesi fa·0 comments

Why Observability Isn't Just for SREs (and How Devs Can Get Started)

signoz.io
1 points·by elza_1111·11 mesi fa·0 comments

My Unhyped Take in MCP Server for Observability

signoz.io
1 points·by elza_1111·12 mesi fa·0 comments

The YAML Document Hell

ruudvanasseldonk.com
1 points·by elza_1111·12 mesi fa·0 comments

Sam Altman: programmer salaries skyrocket as world wants 1000x more software

finalroundai.com
4 points·by elza_1111·12 mesi fa·2 comments

My Unhyped Take on MCP Servers [It's Negative]

signoz.io
5 points·by elza_1111·12 mesi fa·1 comments

A front end love story

tobiasuhlig.medium.com
1 points·by elza_1111·12 mesi fa·1 comments

What Makes SQL Special?

technicaldeft.com
4 points·by elza_1111·12 mesi fa·0 comments

AI Observability Tool/MCP Servers Has No Real Model of Your System

signoz.io
4 points·by elza_1111·12 mesi fa·1 comments

Work Life balance slows careers

pathtostaff.com
69 points·by elza_1111·12 mesi fa·116 comments

I'm tired of talking about AI

paddy.carvers.com
70 points·by elza_1111·12 mesi fa·62 comments

Causely Integration with OpenTelemetry

businesswire.com
1 points·by elza_1111·12 mesi fa·0 comments

Kubernetes Observability with OpenTelemetry

signoz.io
1 points·by elza_1111·12 mesi fa·0 comments

comments

elza_1111
·12 mesi fa·discuss
Hi HN, author here. TL;DR: I wrote this because I believe the hype around AI agents in observability is getting ahead of reality. After building an MCP server for our observability backend, I'm convinced they are powerful hypothesis generators, but not yet reliable problem solvers.

After reading a few articles claiming MCP would be the "end of observability," I felt the need to write down my own, more sceptical take, based on my experience building one of these systems.

My core argument is that these tools are effective at identifying known failure patterns, but they struggle with novel issues. During a high-stakes incident, the risk of following a confident-sounding LLM hallucination down a rabbit hole is dangerously high. Verifying the AI's suggestions can often be just as much work as finding the root cause yourself.
elza_1111
·12 mesi fa·discuss
I would look at it from a demand-supply perspective. The demand will significantly reduce, and the supply has increased. I also love to look at it from a survival of the fittest perspective. If you are genuinely good at what you do and can drive exceptional results, you don''t have to worry. But if not, you might have to find something where you can "actually provide value" and not just be a fly on the wall.
elza_1111
·12 mesi fa·discuss
Hi HN, author here.

TL;DR: I wrote this because I believe the hype around AI agents in observability is getting ahead of reality. After building an MCP server for our observability backend, I'm convinced they are powerful hypothesis generators, but not yet reliable problem solvers.

After reading a few articles claiming MCP would be the "end of observability," I felt the need to write down my own, more skeptical take, based on my experience building one of these systems.

My core argument is that these tools are effective at identifying known failure patterns, but they struggle with novel issues. During a high-stakes incident, the risk of following a confident-sounding LLM hallucination down a rabbit hole is dangerously high. Verifying the AI's suggestions can often be just as much work as finding the root cause yourself.

Ultimately, I see these agents as a co-pilot that can brainstorm, but can't yet be trusted to fly the plane.

Curious to hear from other SREs and developers: how are you really using these tools? Are you finding them reliable for RCA, or are you also spending significant time manually verifying their "confident" suggestions?
elza_1111
·12 mesi fa·discuss
As the original author, some things that I could've potentially included to make it a more complete guide is, - how to collect new telemetry alongside KPS - showcase and correlate application level metrics along with infra in a single-view dashboard maybe? -include the Operator way as well

Anything more to add? Trying to really make this a one-stop guide.
elza_1111
·12 mesi fa·discuss
There are worse ways to start your day than sitting on still water in a boat that doesn’t want you there, trying to move forward anyway. Turns out that’s a decent metaphor for most things.

Hits home
elza_1111
·12 mesi fa·discuss
Oh man. Peak evolution
elza_1111
·anno scorso·discuss
MCP in itself is not a widely adopted protocol. Observing such systems is a far cry..
elza_1111
·anno scorso·discuss
[flagged]
elza_1111
·anno scorso·discuss
yep, SigNoz is OpenTelemetry native. You can instrument your application with OpenTelemetry and send telemetry data direclty to signoz.
elza_1111
·anno scorso·discuss
FYI for anyone reading, OTel does have great auto-instrumentation for Python, Java and .NET also
elza_1111
·anno scorso·discuss
There are integrations that let you monitor your AWS resources also on SigNoz. That said, I personally think CloudWatch is painful in so many other ways as well,

Check this out, https://signoz.io/blog/6-silent-traps-inside-cloudWatch-that...