📰 Dev.to · Manas Sharma
7 articles · Updated every 3 hours · View all reads
All
Articles 83,305Blog Posts 106,014Tech Tutorials 20,359Research Papers 17,846News 14,023
⚡ AI Lessons

Dev.to · Manas Sharma
2w ago
How to Monitor AI Agents in Production
How to make AI agents observable in production: OTel instrumentation, telemetry backends, cost tracking, and trace analysis.

Dev.to · Manas Sharma
4w ago
How to Monitor OpenAI API Costs and Token Usage with OpenTelemetry
A practical, code-first guide to instrumenting OpenAI with OpenTelemetry. Capture token usage, attribute costs by user and feature, build a cost dashboard, and

Dev.to · Manas Sharma
1mo ago
I Built a Dashboard in 30 Seconds with AI
How the OpenObserve AI Assistant builds production-ready dashboards, creates alerts, and finds root cause — all from plain English. Plus, connect it to your IDE

Dev.to · Manas Sharma
2mo ago
Monitoring Java Microservices with OpenTelemetry and OpenObserve
Learn how to implement distributed tracing in a Spring Boot microservices app using the OpenTelemetry Java Agent and OpenObserve.

Dev.to · Manas Sharma
2mo ago
Causal AI vs. Correlation in Telecom Fraud Detection: Why It Matters
How causal AI discovers what causes telecom fraud (and how much fixing it helps), while correlation-based ML only tells you what goes together.

Dev.to · Manas Sharma
4mo ago
Jaeger for Distributed Tracing: A Complete Guide with OpenObserve Comparison
Learn how Jaeger enables distributed tracing in microservices. Complete setup guide with Docker, HotROD sample app, and comparison with OpenObserve for unified

Dev.to · Manas Sharma
4mo ago
FastAPI + OpenTelemetry: Stop Debugging with grep (Use Distributed Tracing)
Debugging microservices by grep-ing logs across services? OpenTelemetry traces show you the full request path in seconds, not hours.
DeepCamp AI