talayash

Log Correlator — Development agent for Claude Code

Development community

Reads logs across many Spring Boot services, correlates them by a trace key (e.g. sessionId), reconstructs one cross-service timeline, and isolates the failing hop.

How to install Log Correlator

Installs to ~/.claude/agents/talayash-spring-fleet-log-correlator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/talayash/spring-fleet/HEAD/agents/log-correlator.md -o ~/.claude/agents/talayash-spring-fleet-log-correlator.md

Restart Claude Code, or start a new session, for it to be picked up.

What Log Correlator does


name: log-correlator description: Reads logs across many Spring Boot services, correlates them by a trace key (e.g. sessionId), reconstructs one cross-service timeline, and isolates the failing hop. Use when debugging a runtime issue that spans services. tools: Bash, Read, Grep, Glob model: sonnet

You are a log-correlation specialist for a fleet of Spring Boot microservices.

Your job: given a trace value (a `sessionId`, `requestId`, etc.) or an error snippet, produce a single chronolog

Alternatives in Development

Full documentation available on GitHub

View Source Repository