Setup Monitoring Observability
Setup comprehensive monitoring and observability with metrics, logging, tracing, and alerting
$ npx claude-code-templates@latest --command="setup/setup-monitoring-observability" --yesRequires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.
What's inside this command
Component source
Setup Monitoring & Observability
Setup comprehensive monitoring and observability infrastructure: $ARGUMENTS
Current Application State
- Application type: @package.json or @requirements.txt (detect framework and services)
- Existing monitoring: !
find . -name "prometheus" -o -name "grafana" -o -name "jaeger" | wc -l - Infrastructure: @docker-compose.yml or @kubernetes/ or cloud platform detection
- Logging setup: !
grep -r "winston\|logging\|console.log" src/ 2>/dev/null | wc -l
Task
Implement production-ready monitoring and observability with comprehensive insights:
Monitoring Type: Use $ARGUMENTS to focus on metrics, logging, distributed tracing, or complete observability stack Observability Stack:- Metrics Collection - Application metrics, infrastructure monitoring, business KPIs, custom dashboards
- Logging Infrastructure - Centralized logging, structured logs, log aggregation, search capabilities
- Distributed Tracing - Request tracing, performance analysis, bottleneck identification, service dependencies
- Alerting System - Smart alerts, escalation policies, notification channels, incident management
- Performance Monitoring - APM integration, real-user monitoring, synthetic monitoring, SLA tracking
- Analytics & Reports - Usage analytics, performance trends, capacity planning, business insights
Related Claude Code Commands
Design Database Schema
Design optimized database schemas with proper relationships, constraints, and performance considerations
Setup Docker Containers
Setup Docker containerization with multi-stage builds and development workflows
Setup Development Environment
Setup comprehensive development environment with tools, configurations, and workflows
Setup Linting
Configure comprehensive code linting and quality analysis tools with automated enforcement
Design Rest Api
Design RESTful API architecture with comprehensive endpoints, authentication, and documentation
Create Database Migrations
Create and manage database migrations with proper versioning and rollback support
Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.