otel-expert
获取 OpenTelemetry 实施指南
是否在为 OpenTelemetry 语义约定、收集器配置或插装模式而烦恼?此技能可从捆绑的 OTel 文档中提供即时答案,帮助您实现正确的跟踪、跨度、指标和日志记录,而无需搜索多个文档。
Baixar o ZIP da skill
Upload no Claude
Vá em Configurações → Capacidades → Skills → Upload skill
Ative e comece a usar
Testar
A utilizar "otel-expert". What attributes should I use for HTTP server spans?
Resultado esperado:
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
A utilizar "otel-expert". How do I create custom spans in .NET?
Resultado esperado:
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
Auditoria de Segurança
SeguroThis 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.
Pontuação de qualidade
O Que Você Pode Construir
后端开发者添加分布式跟踪
.NET 开发人员需要使用正确的跨度属性和活动源来为其微服务进行插装,遵循 OpenTelemetry 语义约定。
平台工程师配置 OTel 收集器
DevOps 工程师需要在 OpenTelemetry 收集器中配置处理器和导出器,以将遥测数据路由到其可观测性平台。
SRE 实施可观测性标准
SRE 团队正在建立整个组织的遥测标准,需要快速参考指标、日志和跟踪属性约定。
Tente Estes Prompts
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?
Melhores Práticas
- 始终先检查 INDEX.md 以找到您问题的相关文档文件
- 在引用之前查看 SYNC-REPORT.md 以了解捆绑文档的任何验证警告
- 使用最新稳定版本的语义约定属性以避免已弃用的模式
Evitar
- 不要假设特定供应商的导出器配置适用于标准 OTLP
- 不要在未检查当前规范的情况下使用已弃用的语义约定属性
- 在提供可能过时的文档答案时,不要跳过检查 SYNC-REPORT.md 警告
Perguntas Frequentes
此技能捆绑了哪些文档?
这适用于 .NET 以外的编程语言吗?
捆绑的文档有多新?
此技能可以帮助我配置特定供应商的导出器吗?
此技能使用哪些工具?
如何找到特定的语义约定属性?
Detalhes do Desenvolvedor
Autor
ANcpLuaLicença
MIT
Repositório
https://github.com/ANcpLua/ancplua-claude-plugins/tree/main/plugins/otelwiki/skills/otel-expertReferência
main
Estrutura de arquivos
📄 SKILL.md