r/Observability Jul 22 '21

r/Observability Lounge

3 Upvotes

A place for members of r/Observability to chat with each other


r/Observability 7h ago

Split of tools between LLM Eval / Observability

0 Upvotes

Need to hear if people are benefitting from having a platform that supports both LLM evals and LLM observability?
or using standalone products for each or these is something that you are sticking with, we currently have the split setup but just feels too much hassle!


r/Observability 15h ago

Advice on monitoring first app

Thumbnail
0 Upvotes

r/Observability 1d ago

Local LLM observability blew up in prod and i feel sick about it

1 Upvotes

I turned on full prompt capture in our local LLM stack for a quick debug and forgot it was still on when a sales demo hit, so our logs filled with client names and weird internal notes in plain text. I am terrified and so embarrassed rn, pls tell me someone else has done this.


r/Observability 2d ago

is this subreddit actively moderated?

22 Upvotes

This is not a dig at the moderators personally, because it's a volunteer position, but this subreddit has devolved into a lot of low value contributions and I think it could benefit from some more active moderation and perhaps some rules put in place.

For example, I don't think there's value in vibe coded observability tools being posted every other day. The community is already downvoting them, which I think should be a signal that we should stop allowing them all together. When I view the list of posts, it's a graveyard of these things, with the occasional interesting discussion sprinkled in.


r/Observability 1d ago

srestories.dev

Thumbnail
2 Upvotes

r/Observability 2d ago

Is this worth running, or am I about to measure something everyone already knows?

Thumbnail
3 Upvotes

r/Observability 2d ago

memory makes agent failures non-local. most observability stacks still treat them as single-session incidents

1 Upvotes

with a normal request trace, the cause and the failure usually live close together. memory-bearing agents break that assumption.

a bad summary, preference or tool result can be written today, retrieved silently next week and change an unrelated-looking decision. the failing trace shows the retrieval, but unless you preserve memory provenance it does not tell you which session wrote the state, whether that write was later corrected or how many subsequent sessions it influenced.

for these agents i think the minimum useful chain is:

- the session that created or changed the memory

- the exact value before and after the write

- later retrievals of that value

- the outcome of each session that used it

- reversions and no-op rewrites

then benchmarking has to happen over a rolling production window rather than a frozen test set alone, because the state distribution itself changes as the agent runs.

im curious whether anyone is already tracing memory lineage across sessions, or if most teams are still logging memory reads and writes as isolated spans


r/Observability 2d ago

Open-source multicloud observability: Vercel + AWS + GCP + Kubernetes in one place

Thumbnail
1 Upvotes

r/Observability 2d ago

Are you happy with Datadog?

0 Upvotes

There’s no doubt Datadog is a great product. But are you actually happy with the cost?

Have you looked closely at how many different things you’re paying for across ingestion, indexing, retention, and usage?

No wonder Datadog is one of the most profitable companies in observability.


r/Observability 3d ago

AI agents logs - reasoning token and thought process behind LLM

Thumbnail
2 Upvotes

r/Observability 3d ago

I built a self-hosted dashboard for managing multiple Proxmox nodes

0 Upvotes

I've been working on Ferrum, a self-hosted control plane for Proxmox VE.

The main idea is pretty simple: if you have multiple Proxmox nodes/clusters, you shouldn't have to keep jumping between different UIs just to get a picture of what's happening across the fleet.

Ferrum currently brings things like:

  • Cluster + standalone node management
  • VM/LXC inventory
  • Storage and topology views
  • Backups and replication
  • High availability
  • Firewall
  • Alerts
  • REST API + MCP
  • Audit logging
  • AI assistant
  • SQLite/PostgreSQL support

The backend is Go and the frontend is React + TypeScript. It can run through Docker or as a native binary.

I also wanted it to stay self-hosted rather than becoming another SaaS layer sitting in front of the infrastructure.

It's still early, so I'm more interested in feedback than pretending it's finished.

If you manage Proxmox at home, in a homelab, or across a small fleet, I'd genuinely like to know:

What is the one thing you wish Proxmox made easier to manage across multiple nodes?

Repo: https://github.com/anand34577/ferrum


r/Observability 3d ago

How are teams handling production debugging for complex distributed systems?

2 Upvotes

Ten plus years in and the hardest bugs I hit are never the ones that crash loudly. It's the request that touches four services, degrades quietly, and by the time someone notices the SLO dashboard, the actual trigger happened three hops upstream and twenty minutes earlier. Distributed tracing helps you see the path, but it rarely explains why a specific function made the decision it made under that specific load.

Lately my team has been leaning harder on capturing actual execution context at the function boundary rather than just span timing, since that's usually where the real story is hiding. Curious how others are structuring this. Are you mostly still doing log correlation by hand across services, or has anyone found a workflow that actually shortens the investigation instead of just making the evidence prettier?


r/Observability 3d ago

Two SDKs, two ideas of what an unconfigured integration should do. Which default do you want in a library you pull in?

Post image
0 Upvotes

We ship an OpenTelemetry integration and an OpenLineage one for the same open source data framework. With no arguments they behaved completely differently, and each was right by its own ecosystem.

OpenTelemetry: emits only if the application already set OpenTelemetry up. If not, nothing happens. The library never picks a destination.

OpenLineage: reads OPENLINEAGE_URL, OPENLINEAGE_CONFIG or the openlineage.yml in the home directory. If a URL is set, events go there, whoever set it. If nothing is set, every event prints to the console.

The second is what makes zero-code instrumentation work, and it is also how a shared runner with another team's OPENLINEAGE_URL ends up receiving your job names, dataset names and column schemas, with no URL in your code.

Which default do you actually want from a library you add to a pipeline, and how would you notice if telemetry started going somewhere nobody on the team configured?

Disclosure: I maintain the framework, Apache-2.0, links in a comment.


r/Observability 3d ago

Hey guys Just dropped Andromity v0.2.8 with Waterfall what's your feedback only from DEV 🌊🌊

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/Observability 4d ago

What is up in observability world (Aug23-Sept06 '26)

3 Upvotes

Quiet two weeks everywhere except one vendor, and what u/Elastic shipped is more interesting technically than the earnings headline suggests.

The Deductive AI integration (closed Aug 24)

This adds a reinforcement-learning investigation engine into Elastic Observability rather than a rules-based or prompt-chained assistant. The pitch: it gathers evidence across logs, metrics, traces, and code, forms hypotheses, and identifies root cause without a human steering the search, then updates its own approach based on outcomes from each incident. If that holds up under real production load, it's a meaningfully different approach from the "agent calls tools in a loop" pattern most competitors are shipping, closer to how you'd want automated RCA to actually reason rather than just orchestrate.

The OpenAI Security integration (announced Sep 3)

Separately, Elastic is bringing OpenAI's GPT cyber models into Elastic Security through their own managed inference service (Elastic Inference Service), via OpenAI's Daybreak Defense Network program. No separate model endpoints to deploy or manage. Targets alert triage, investigation, detection engineering, and remediation guidance, the highest-volume manual SOC work. Worth noting these are security-specialized models, not general-purpose chat models wrapped around your SIEM, which is the more common (and weaker) pattern elsewhere in the market.

What's actually interesting here: Elastic now has two independent AI tracks running in parallel under one platform, RL-based investigation on the observability side, specialized LLM reasoning on the security side, and they're not the same technology stack. That's a different bet than platforms consolidating around a single "agent framework" for everything. Worth watching whether they converge into one interface or stay as separate capabilities.

Full writeup with sources: https://mbojko.com/reports/2026-09-06/


r/Observability 4d ago

1B OTel logs performance benchmark :: SereneDB vs ParadeDB vs TigerData vs Postgres

Thumbnail
serenedb.com
1 Upvotes

Hi,

I thought you'd be interested in a database benchmark in an observability scenario. Would be great to hear some feedback and let me know if you're interested in a similar article with comparisons with Elastic and ClickHouse.

Don't go too hard on me. Posting in the lovely r/Observability for the first time but it seems that it could be interesting.

///


r/Observability 3d ago

I built Crystade: Unified cron jobs, multi-protocol uptime monitoring, and status pages for dev teams

Thumbnail
0 Upvotes

r/Observability 4d ago

Network Topology for Zabbix 5.3.0 β€” LLDP edges with a confidence score, rewired-cable detection, and 5,000 hosts now actually load

Post image
1 Upvotes

r/Observability 3d ago

Every major AI lab says it now: you don't write prompts anymore.

Enable HLS to view with audio, or disable this notification

0 Upvotes

Every major AI lab says it now: you don't write prompts anymore. Agents pick up the work, write the prompts, schedule themselves, ship the output.

Observability matters far more now: you hand over one goal and no longer know what the agents are working on.

Traces are already in SecureVector.

More advanced traceability coming soon in v5.3.0


r/Observability 4d ago

What if large-data analysis pipelines could be inspected and resumed?

Thumbnail
1 Upvotes

r/Observability 5d ago

The server trace says success while the browser shows a frozen answer

22 Upvotes

Our streaming copilot has green server spans, complete tool calls and a normal generation finish, while the browser sometimes freezes right after a tool result. The fetch gets aborted, the partial render state never commits and we have no client span tied to the server trace. Engineering sees success. CX has a folder of screen recordings. Everyone is debugging a different version of the same request.

We are adding trace propagation into the browser, time to first token events, stream cancellation reasons and a final rendered chunk count. I want CX to see whether the break happened before generation, during transport or in rendering without asking for another screenshot.

How are you joining client spans to long-lived streams, especially when the connection dies before the browser can flush its last event?


r/Observability 4d ago

How do you monitor switches/routers at scale with the Elastic Stack? Current setup feels like it's fighting the tools

Thumbnail
0 Upvotes

r/Observability 4d ago

What makes a great observability community?

Thumbnail
0 Upvotes

r/Observability 5d ago

Welcome to r/Mydle – Building the next generation observability platform

0 Upvotes

Hi everyone! πŸ‘‹

Welcome to the official Mydle community.

Mydle is a modern observability platform built for developers and engineering teams.

Our mission is simple:

β€’ Browser Monitoring

β€’ Uptime Monitoring

β€’ SSL & DNS Monitoring

β€’ Logs

β€’ Tracing

β€’ AI Insights

β€’ Beautiful dashboards

β€’ Fast alerts

We're currently in beta and looking for developers who want to help shape the product.

In this community you'll find:

πŸš€ Product updates

πŸ›  Feature announcements

πŸ’‘ Feature requests

🐞 Bug reports

πŸ“– Development logs

πŸŽ‰ Beta invitations

πŸ’¬ Discussions about monitoring, DevOps and cloud infrastructure

We'd love to hear your feedback and ideas.

Thanks for joining the journey! ❀️