Operations | Monitoring | ITSM | DevOps | Cloud

Grafana Tempo: The distributed tracing journey to 3.0 (June 2026 Community Call)

Our distributed tracing journey from the inception of Tempo to 3.0. Can't comment in the chat? You may need to create a channel. Grafana Cloud is the easiest way to get started with Grafana dashboards, metrics, logs, traces, and profiles.

Tap-to-call | OnPage New Feature Release

Introducing Tap-to-Phone Call in OnPage. When critical incidents require more than messaging, teams need a fast way to connect. With Tap-to-Phone Call, users can place a direct phone call to group members directly from within an OnPage conversation. By simply tapping the phone icon, responders can transition from secure messaging to live voice coordination through their mobile carrier network, helping teams communicate faster when every second counts.

Shipped: Catch the runaway agent while it's still running.

AI spend has no ceiling. An engineer can burn $5,000 in an hour, and a team that spins up an agent on Friday can loop it on a bad prompt all weekend. You find out when the bill lands: the money is already gone, the damage pieced back together from logs. Cloud spend had a natural limit. Tokens don’t. Now you see it as it happens. Connect a source and the calls stream in within seconds. Within minutes they’re broken out by model, provider, agent, and user.

Claude Mythos pricing in 2026: Fable 5 costs, Mythos 5 costs, and what every model actually runs

Claude Mythos is now available to the public through Claude Fable 5, released June 9, 2026. Claude Fable 5 pricing is $10 per million input tokens and $50 per million output tokens, exactly 2x Claude Opus 4.8 ($5/$25). Claude Mythos 5 (the restricted Project Glasswing version) has identical pricing. Prompt caching cuts input spend by 90%. Batch API pricing is $5/$25 (50% off). In April 2026, Anthropic announced a model it said was too dangerous to release.

Agent Hooks + Chunk sidecars: Stop Broken AI Code Before It Hits CI

AI agents write code fast, but the feedback loop usually can't keep up. In this tutorial, you'll see how to wire Chunk sidecars into your agent's hooks so basic failures get caught before they ever reach your CI pipeline. We'll walk through the two hooks that chunk init writes automatically: Both hooks return exit 2 on failure, blocking the commit or keeping the turn open so the agent can fix its own mistakes with no manual prompting required.