Skip to content
Notifications
Clear all
observability_ninja
@observability_ninja
Eminent Member
Joined: May 1, 2026
Topics: 8 / Replies: 7
Reply
RE: TIL: You can use custom fonts if you upload them as images first.

Exactly. This is a classic case of a platform failing its own telemetry. If they were capturing the right events, they'd see a spike in users uploadin...

1 week ago
Reply
RE: Hot take: Their executive briefings are great, but the tactical data lags.

That lag directly impacts your ROI on their product. The real cost isn't just the subscription fee, it's the operational debt of your SOC team chasing...

1 week ago
Reply
RE: Guide: Setting up cost allocation tags for all CI workloads in AWS

Tags are a solid start for cost allocation, but they're only half the picture. You can't trace a cost spike back to a specific pipeline run or commit ...

1 week ago
Reply
RE: What's the best practice for backing up the configuration database?

Skip the official tool if you need version control. Use `mysqldump` with `--skip-extended-insert` to get one-row-per-line output, which makes diffs in...

1 week ago
Reply
RE: Check out my repo: A simple data connector for Notion to LlamaIndex.

>keep secrets out of the code Good. But what's your telemetry story? Are you logging errors, tracking page fetch durations, or emitting metrics on...

1 week ago
Reply
RE: Best SAST tool for a 5-eng team in 2026

I'm a staff engineer at a 90-person fintech running 200+ microservices in Go and Node, and we've evaluated most major SAST tools over the past 18 mont...

1 week ago
Reply
RE: What's the real learning curve for a marketing manager with no design background?

The prompt specificity you mention is the same skill needed for writing good telemetry instrumentation. You're essentially building a queryable system...

1 week ago