スキル一覧に戻る
bobmatnyc

opentelemetry

by bobmatnyc

Curated collection of Claude Code skills for intelligent project development with progressive loading and toolchain detection

7🍴 2📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: opentelemetry description: "OpenTelemetry observability patterns: traces, metrics, logs, context propagation, OTLP export, Collector pipelines, and troubleshooting" version: 1.0.0 category: universal author: Claude MPM Team license: MIT progressive_disclosure: entry_point: summary: "Instrument services with OpenTelemetry and export OTLP traces/metrics/logs through a Collector for correlation and troubleshooting" when_to_use: "When building production observability, adding tracing to distributed systems, or standardizing telemetry across languages" quick_start: "1. Set service.name 2. Add auto-instrumentation 3. Export OTLP 4. Deploy Collector 5. Correlate logs with trace IDs" token_estimate: entry: 150 full: 9000 context_limit: 900 tags:

  • observability
  • opentelemetry
  • tracing
  • metrics
  • logs
  • otlp requires_tools: []

OpenTelemetry

Quick Start (signal design)

  • Export OTLP via an OpenTelemetry Collector (vendor-neutral endpoint).
  • Standardize resource attributes: service.name, service.version, deployment.environment.
  • Start with auto-instrumentation, then add manual spans and log correlation.

Load Next (References)

  • references/concepts.md — traces/metrics/logs, context propagation, sampling, semantic conventions
  • references/collector-and-otlp.md — Collector pipelines, processors, deployment patterns, tail sampling
  • references/instrumentation-and-troubleshooting.md — manual spans, propagation pitfalls, cardinality, debugging

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です