create a dashboard for my nginx logs showing request rate, latency percentiles, and 4xx vs 5xx errors.
create a dashboard for my nginx logs showing request rate, latency percentiles, and 4xx vs 5xx errors.
create a dashboard for my nginx logs showing request rate, latency percentiles, and 4xx vs 5xx errors.
build a K8s host metrics dashboard showing CPU, memory, disk per node.
build a K8s host metrics dashboard showing CPU, memory, disk per node.
build a K8s host metrics dashboard showing CPU, memory, disk per node.
what's the health of the otel-demo right now? if anything is red, create an alert.
what's the health of the otel-demo right now? if anything is red, create an alert.
what's the health of the otel-demo right now? if anything is red, create an alert.
otel-demo app cart is throwing errors. find the root cause.
otel-demo app cart is throwing errors. find the root cause.
otel-demo app cart is throwing errors. find the root cause.
alert me if cart error rate crosses 10 errors in 5 minutes.
alert me if cart error rate crosses 10 errors in 5 minutes.
alert me if cart error rate crosses 10 errors in 5 minutes.
claude mcp add o2 https://api.openobserve.ai/api/default/mcp \ -t http \ --header "Authorization: Basic <YOUR_TOKEN>"
claude mcp add o2 https://api.openobserve.ai/api/default/mcp \ -t http \ --header "Authorization: Basic <YOUR_TOKEN>"
claude mcp add o2 https://api.openobserve.ai/api/default/mcp \ -t http \ --header "Authorization: Basic <YOUR_TOKEN>" - It searched across both logs and traces — not one or the other, both at once
- It looked for errors in the last six hours and found none
- It automatically widened the search window — I didn't tell it to do that
- It identified the pattern: cart service failing on database writes under load
- It showed me the exact traces, the error distribution over time, and the specific downstream call that was failing - Anomaly detection — useful in theory, unpredictable in practice, hard to trust
- AI replaces on-call — not happening, and most engineers don't want it to - OpenObserve MCP Setup Guide
- Integration with AI Tools Using MCP — Workshop
- OpenObserve on GitHub