otel-expert
取得 OpenTelemetry 實作指引
在 OpenTelemetry 語義慣例、收集器配置或檢測模式方面遇到困難?此技能從內建的 OTel 文件中提供即時解答,協助您實作適當的追蹤、跨度、指標和日誌,無需搜尋多份文件。
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"otel-expert" 사용 중입니다. What attributes should I use for HTTP server spans?
예상 결과:
For HTTP server spans, use these semantic convention attributes:
| Attribute | Type | Description |
|-----------|------|-------------|
| http.request.method | string | HTTP request method (GET, POST, etc) |
| url.path | string | URL path portion |
| http.response.status_code | int | HTTP status code |
| server.address | string | Server host name |
| server.port | int | Server port number |
Source: docs/semantic-conventions/http.md
"otel-expert" 사용 중입니다. How do I create custom spans in .NET?
예상 결과:
Create an ActivitySource and use it to create spans:
var activitySource = new ActivitySource("MyApp.Service");
using var activity = activitySource.StartActivity("ProcessOrder");
activity?.SetTag("order.id", orderId);
activity?.SetTag("customer.id", customerId);
Source: docs/instrumentation/dotnet.md
보안 감사
안전This skill is a documentation helper that provides OpenTelemetry guidance from bundled docs. Static analysis flagged 17 patterns but all are false positives: hash fields in metadata, empty JSON arrays, and documentation examples with template variables. No actual security risks detected.
품질 점수
만들 수 있는 것
後端開發人員新增分散式追蹤
一位 .NET 開發人員需要使用適當的跨度屬性和活動來源,按照 OpenTelemetry 語義慣例來檢測其微服務。
平台工程師配置 OTel 收集器
一位 DevOps 工程師需要在 OpenTelemetry 收集器中配置處理器和匯出器,以將遙測數據路由到其可觀測性平台。
SRE 實作可觀測性標準
一個 SRE 團隊正在為其組織建立遙測標準,需要快速參考指標、日誌和追蹤屬性慣例。
이 프롬프트를 사용해 보세요
What semantic convention attributes should I use for HTTP server spans?
How do I configure a batch processor in the OpenTelemetry collector?
Show me how to create custom spans with ActivitySource in .NET 10
What are the OTLP exporter configuration options and how do I set compression?
모범 사례
- 始終先檢查 INDEX.md 以找到與您問題相關的文件檔案
- 在引用文件之前,先查看 SYNC-REPORT.md 中有關內建文件的任何驗證警告
- 使用最新穩定版本的語義慣例屬性,以避免已棄用的模式
피하기
- 不要假設供應商特定的匯出器配置適用於標準 OTLP
- 不要在未檢查當前規範的情況下使用已棄用的語義慣例屬性
- 在從可能過時的文件提供解答時,不要跳過檢查 SYNC-REPORT.md 警告
자주 묻는 질문
此技能內建了哪些文件?
這是否適用於 .NET 以外的程式語言?
內建文件的時效性如何?
此技能能否協助我配置供應商特定的匯出器?
此技能使用哪些工具?
如何找到特定的語義慣例屬性?
개발자 세부 정보
작성자
ANcpLua라이선스
MIT
리포지토리
https://github.com/ANcpLua/ancplua-claude-plugins/tree/main/plugins/otelwiki/skills/otel-expert참조
main
파일 구조
📄 SKILL.md