Observability for Claude Code: Measuring the Impact of AI Coding Assistants

2025-09-21
Observability for Claude Code: Measuring the Impact of AI Coding Assistants

AI coding assistants like Claude Code are transforming development workflows, but measuring their impact remains a challenge. This post details how to build an observability pipeline using OpenTelemetry and SigNoz to gain actionable insights into Claude Code usage. By tracking metrics like token consumption, sessions, requests, and performance trends, teams can understand how Claude shapes workflows, identify issues proactively, and make data-driven decisions about scaling AI-assisted coding. The authors demonstrate how to connect Claude Code's monitoring hooks, visualize data in SigNoz dashboards, and ultimately transform Claude Code from a black box into a measurable contributor to developer productivity.

Read more
Development

Observability Query Builder: A Four-Year Iteration Focused on User Experience

2025-09-14
Observability Query Builder: A Four-Year Iteration Focused on User Experience

A company iterated three times on their query builder over four years. Initial versions were based on flawed assumptions, leading to usability issues even for senior engineers. V3 and V4 oversimplified, lacking complex boolean expressions and effective log support. Through extensive user support and feedback, they recognized the importance of user experience and released V5. V5's core principle: 'Stop making decisions for users.' It empowers users with more control and a more intuitive interface, featuring powerful capabilities like arbitrary nesting, precedence rules, and cross-data-type queries. V5 received overwhelmingly positive feedback; users even abandoned raw SQL in favor of the builder. Future plans involve incremental updates adding subqueries and joins, continuously enhancing the user experience.

Read more
Development query builder

Observability for GitHub Actions with OpenTelemetry

2025-06-15
Observability for GitHub Actions with OpenTelemetry

This guide demonstrates how to achieve end-to-end observability of your CI/CD pipelines by using OpenTelemetry to monitor GitHub Actions. By configuring the OpenTelemetry Collector's GitHub receiver, you can collect traces and metrics from your workflows, enabling you to identify bottlenecks, debug errors, and analyze dependencies. The guide provides a step-by-step setup, including configuring a GitHub webhook, installing the OpenTelemetry Collector, configuring receivers and processors, and handling authentication. YAML configuration snippets are included. Finally, this data is sent to an observability platform like SigNoz for visualization and analysis.

Read more
Development