ワンクリックで
telemetry-integration
// Add or modify telemetry/metrics instrumentation for assistant-api and integration-api flows while preserving metric schema compatibility and audit behavior.
// Add or modify telemetry/metrics instrumentation for assistant-api and integration-api flows while preserving metric schema compatibility and audit behavior.
Add or modify noise-reduction providers in assistant-api with denoiser factory wiring, packet safety, and UI option compatibility.
Add or modify microphone noise-reduction providers in assistant-api with denoiser factory wiring, packet safety, and option/UI compatibility.
Add or modify end-of-speech integrations in assistant-api with strict separation from VAD internals. Use for transcript/audio/history-aware turn-finalization logic, provider wiring, and EOS UI config.
Add or modify LLM/integration providers in integration-api with caller factory wiring, unified provider routing, streaming behavior, and metric/audit compatibility.
Explain and validate local setup paths for this repo with Docker and without Docker. Use when developers need exact prerequisites, startup commands, health checks, and troubleshooting steps.
Add or modify speech-to-text providers in assistant-api with transport-aware ingestion (WS/SDK/HTTP), transcript packet correctness, and UI/provider wiring.
| name | telemetry-integration |
| description | Add or modify telemetry/metrics instrumentation for assistant-api and integration-api flows while preserving metric schema compatibility and audit behavior. |
Extend observability without breaking existing metric consumers, dashboards, or external audit mapping.
If user does not answer:
TIME_TAKEN, STATUS, stt_latency_ms, tts_latency_ms).In scope:
api/integration-api/internal/caller/metrics/metrics_builder.goapi/integration-api/internal/caller/<provider>/api/integration-api/internal/entity/external_audit.goOut of scope:
go test ./api/integration-api/internal/caller/metrics/...go test ./api/integration-api/internal/caller/<provider>/...go test ./api/assistant-api/internal/transformer/<provider>/...rg -n "TIME_TAKEN|STATUS|stt_latency_ms|tts_latency_ms" api./.claude/skills/telemetry-integration/scripts/validate.sh --check-diff --provider <provider>