├── README.md ├── claude_code_roi_full.md ├── docker-compose.yml ├── grafana ├── dashboards │ └── working-dashboard.json └── provisioning │ └── dashboards │ └── dashboards.yaml ├── otel-collector-config.yaml ├── prometheus.yml ├── report-generation-prompt.md ├── sample-report-output.md ├── screenshots ├── grafana_cost_per_model.png ├── graphan_dashboard_cost_tokens_cost_per_user.png └── prometheus_cost_time_series.png └── troubleshooting.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthropics/claude-code-monitoring-guide/HEAD/README.md -------------------------------------------------------------------------------- /claude_code_roi_full.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthropics/claude-code-monitoring-guide/HEAD/claude_code_roi_full.md -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthropics/claude-code-monitoring-guide/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /grafana/dashboards/working-dashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthropics/claude-code-monitoring-guide/HEAD/grafana/dashboards/working-dashboard.json -------------------------------------------------------------------------------- /grafana/provisioning/dashboards/dashboards.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthropics/claude-code-monitoring-guide/HEAD/grafana/provisioning/dashboards/dashboards.yaml -------------------------------------------------------------------------------- /otel-collector-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthropics/claude-code-monitoring-guide/HEAD/otel-collector-config.yaml -------------------------------------------------------------------------------- /prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthropics/claude-code-monitoring-guide/HEAD/prometheus.yml -------------------------------------------------------------------------------- /report-generation-prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthropics/claude-code-monitoring-guide/HEAD/report-generation-prompt.md -------------------------------------------------------------------------------- /sample-report-output.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthropics/claude-code-monitoring-guide/HEAD/sample-report-output.md -------------------------------------------------------------------------------- /screenshots/grafana_cost_per_model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthropics/claude-code-monitoring-guide/HEAD/screenshots/grafana_cost_per_model.png -------------------------------------------------------------------------------- /screenshots/graphan_dashboard_cost_tokens_cost_per_user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthropics/claude-code-monitoring-guide/HEAD/screenshots/graphan_dashboard_cost_tokens_cost_per_user.png -------------------------------------------------------------------------------- /screenshots/prometheus_cost_time_series.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthropics/claude-code-monitoring-guide/HEAD/screenshots/prometheus_cost_time_series.png -------------------------------------------------------------------------------- /troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anthropics/claude-code-monitoring-guide/HEAD/troubleshooting.md --------------------------------------------------------------------------------