HackerTrans
トップ新着トレンドコメント過去質問紹介求人

elza_1111

no profile record

投稿

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

newsletter.signoz.io
13 ポイント·投稿者 elza_1111·2 か月前·17 コメント

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

newsletter.signoz.io
2 ポイント·投稿者 elza_1111·3 か月前·0 コメント

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

newsletter.signoz.io
20 ポイント·投稿者 elza_1111·4 か月前·0 コメント

How to Reduce Telemetry Volume by 40% Smartly

newsletter.signoz.io
2 ポイント·投稿者 elza_1111·5 か月前·0 コメント

BTS of OpenTelemetry Instrumentation

newsletter.signoz.io
3 ポイント·投稿者 elza_1111·6 か月前·0 コメント

Patterns for Deploying OTel Collector

newsletter.signoz.io
3 ポイント·投稿者 elza_1111·7 か月前·0 コメント

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

ohyaml.wtf
1 ポイント·投稿者 elza_1111·11 か月前·0 コメント

ohyaml.wtf

ohyaml.wtf
3 ポイント·投稿者 elza_1111·11 か月前·0 コメント

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

signoz.io
1 ポイント·投稿者 elza_1111·11 か月前·0 コメント

My Unhyped Take in MCP Server for Observability

signoz.io
1 ポイント·投稿者 elza_1111·12 か月前·0 コメント

The YAML Document Hell

ruudvanasseldonk.com
1 ポイント·投稿者 elza_1111·12 か月前·0 コメント

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

finalroundai.com
4 ポイント·投稿者 elza_1111·12 か月前·2 コメント

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

signoz.io
5 ポイント·投稿者 elza_1111·12 か月前·1 コメント

A front end love story

tobiasuhlig.medium.com
1 ポイント·投稿者 elza_1111·12 か月前·1 コメント

What Makes SQL Special?

technicaldeft.com
4 ポイント·投稿者 elza_1111·12 か月前·0 コメント

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

signoz.io
4 ポイント·投稿者 elza_1111·12 か月前·1 コメント

Work Life balance slows careers

pathtostaff.com
69 ポイント·投稿者 elza_1111·12 か月前·116 コメント

I'm tired of talking about AI

paddy.carvers.com
70 ポイント·投稿者 elza_1111·12 か月前·62 コメント

Causely Integration with OpenTelemetry

businesswire.com
1 ポイント·投稿者 elza_1111·12 か月前·0 コメント

Kubernetes Observability with OpenTelemetry

signoz.io
1 ポイント·投稿者 elza_1111·12 か月前·0 コメント

コメント

elza_1111
·12 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
Oh man. Peak evolution
elza_1111
·昨年·議論
MCP in itself is not a widely adopted protocol. Observing such systems is a far cry..
elza_1111
·昨年·議論
[flagged]
elza_1111
·昨年·議論
yep, SigNoz is OpenTelemetry native. You can instrument your application with OpenTelemetry and send telemetry data direclty to signoz.
elza_1111
·昨年·議論
FYI for anyone reading, OTel does have great auto-instrumentation for Python, Java and .NET also
elza_1111
·昨年·議論
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...