Skip to main content

telemetry-integration

Add or modify telemetry instrumentation across assistant-api and integration-api while preserving metric schema compatibility and audit behavior.

설치로 이동

소스 정보

저장소
rapidaai/voice-ai
최근 소스 활동
2026년 8월 23일 07:23
감지된 SKILL.md 언어
영어
스타
733
포크
120

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
6 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
telemetry-integration
description
Add or modify telemetry instrumentation across assistant-api and integration-api while preserving metric schema compatibility and audit behavior.
# Telemetry Integration Skill ## Mission Extend observability without breaking existing metric consumers, dashboards, or external audit mappings. ## Inputs expected from user 1. Target surface: assistant-api, integration-api, or both. 2. Metric/event requirements. 3. Privacy/cardinality constraints. If missing: - Keep existing key conventions and use additive metrics. ## Hard boundaries In scope: - `api/integration-api/internal/caller/metrics/metrics_builder.go` - provider-specific caller metrics hooks - `api/integration-api/internal/entity/external_audit.go` - assistant provider event/metric emission for touched path only Out of scope: - unrelated business logic not needed for instrumentation ## Compatibility rules - Do not rename existing keys unless consumers are migrated. - Emit success/failure symmetrically. - Keep sensitive payloads out of metrics. - Emit first-byte/first-token latency once per turn. ## Governed lifecycle - Classify work as Fast, Standard, or Governed using `DEVELOPMENT_PROCESS.md`; use the full gated lifecycle only for Governed work. - This skill operates only in its assigned phase and path ownership; it may not approve its own plan or code review. - Governed implementation starts only from a coordinator-attested approved plan; Fast and Standard work follows its lighter documented lifecycle. - Return changed-file and verification evidence to the coordinator, then route the complete verified diff to the read-only `code-reviewer`. ## Validation commands - `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` - `./skills/telemetry-integration/scripts/validate.sh --check-diff --provider <provider>` ## References - `references/checklist.md` - `references/telemetry-checklist.md` - `examples/sample.md`
GitHub에서 보기