Skills azure-monitor-opentelemetry-exporter-java
📦

azure-monitor-opentelemetry-exporter-java

Content revision r1 Safe ⚙️ External commands🌐 Network access

Java 向け Azure Monitor テレメトリの構成

Java チームには、トレース、メトリック、ログを Azure Monitor に送信するための明確なガイダンスが必要です。このスキルは、OpenTelemetry ベースの可観測性のためのセットアップ、スパン、メトリック、例外、移行の例を提供します。

Supports: Claude Codex Code(CC)
🥉 78 Bronze

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "azure-monitor-opentelemetry-exporter-java" from https://skillstore.io/skills/azure-monitor-opentelemetry-exporter-java.md and its manifest at https://skillstore.io/api/skills/azure-monitor-opentelemetry-exporter-java/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Your Agent should still show its plan and request any confirmation required by the security policy.

Test it

Using "azure-monitor-opentelemetry-exporter-java". Java の OpenTelemetry データを Azure Monitor に送信する必要があります。

Expected outcome:

回答では、推奨される autoconfigure パッケージ、connection string 環境変数、基本的な初期化フローを説明します。

Using "azure-monitor-opentelemetry-exporter-java". スパンでエラーを記録するにはどうすればよいですか?

Expected outcome:

回答では、例外の記録、エラーステータスの設定、例外の再スロー、スパンの安全な終了について説明します。

Using "azure-monitor-opentelemetry-exporter-java". 移行中に何を変更すべきですか?

Expected outcome:

回答では、非推奨の dependency を特定し、autoconfigure を推奨し、確認すべき初期化変更を概説します。

Security Audit

Safe
v6 • 7/9/2026 Open versioned report

The reviewed skill is documentation for Azure Monitor OpenTelemetry Exporter usage and migration guidance. Static findings are false positives caused by Markdown code fences, Java examples, placeholder Azure URLs, and reference links; no prompt injection, credential access, command execution, or malicious intent was found.

1
Files scanned
285
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were detected by the latest completed static and semantic audit. This does not prove the skill has no side effects.
Audited by: claude View Audit History →
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/azure-monitor-opentelemetry-exporter-java/audits/6?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/azure-monitor-opentelemetry-exporter-java/security.svg)](https://skillstore.io/skills/azure-monitor-opentelemetry-exporter-java?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/azure-monitor-opentelemetry-exporter-java?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/azure-monitor-opentelemetry-exporter-java/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/azure-monitor-opentelemetry-exporter-java.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA · BibTeX · CFF)

APA citation

sickn33. (2026). azure-monitor-opentelemetry-exporter-java security audit report (audit version 6) [Author version unspecified]. Skillstore. https://skillstore.io/skills/azure-monitor-opentelemetry-exporter-java/audits/6

BibTeX citation

@techreport{sickn33-azure-monitor-opentelemetry-exporter-java-2026, author = {sickn33}, title = {azure-monitor-opentelemetry-exporter-java security audit report (audit version 6)}, institution = {Skillstore}, year = {2026}, number = {6}, url = {https://skillstore.io/skills/azure-monitor-opentelemetry-exporter-java/audits/6}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "azure-monitor-opentelemetry-exporter-java security audit report (audit version 6)" version: "unspecified" type: report authors: - name: "sickn33" date-released: "2026-07-09" url: "https://skillstore.io/skills/azure-monitor-opentelemetry-exporter-java/audits/6" identifiers: - type: other value: "skillstore:azure-monitor-opentelemetry-exporter-java:audit:6" description: "Skillstore immutable audit report identifier"

Compare variants

2 installable variants

Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.

Why this variant is first

Higher Skillstore usage
sickn33 Recommended

sickn33-azure-monitor-opentelemetry-exporter-java

Skillstore Score 78
Evidence Confidence High
Skillstore usage 9
Updated

2026-09-09

sickn33 Current

azure-monitor-opentelemetry-exporter-java

Skillstore Score 78
Evidence Confidence High
Skillstore usage 6
Updated

2026-09-09

Skillstore Score

Why this score Evidence Confidence: High
55
Architecture
85
Maintainability
87
Content
68
Community
83
Spec Compliance

What You Can Build

Java サービスを移行する

非推奨の Azure Monitor exporter パッケージから autoconfigure パッケージへの移行を計画します。

基本的なトレースを追加する

スパンと属性の例を使用して、Java 操作に分散トレースを追加します。

本番環境の診断を改善する

Azure Monitor のトラブルシューティングのために、例外、メトリック、操作コンテキストを記録します。

Try These Prompts

テレメトリのセットアップを開始する
推奨される autoconfigure パッケージを使用して、Java サービス向けに Azure Monitor OpenTelemetry を構成する方法を示してください。
操作にスパンを追加する
顧客注文を処理する Java メソッドに OpenTelemetry のスパン、属性、例外記録を追加するのを手伝ってください。
移行を計画する
非推奨の Azure Monitor OpenTelemetry exporter セットアップと autoconfigure アプローチを比較し、移行チェックリストを作成してください。
可観測性のカバレッジを設計する
トレース、メトリック、例外記録、スパン命名、有用な属性をカバーする Azure Monitor 向け Java 可観測性計画を設計してください。

Best Practices

  • exporter パッケージは非推奨のため、新規作業には autoconfigure パッケージを使用します。
  • 意味のあるスパン名を設定し、トラブルシューティングに役立つ属性を含めます。
  • finally ブロックまたは try-with-resources スコープで例外を記録し、スパンを終了します。

Avoid

  • 非推奨の exporter パッケージで新規プロジェクトを開始すること。
  • 操作を説明していない曖昧なスパン名を使用すること。
  • 機密性の高い顧客データやシークレットをスパン属性として追加すること。

Frequently Asked Questions

このスキルは新規 Java プロジェクト向けですか?
はい。ただし、古い exporter パッケージは非推奨のため、autoconfigure パッケージを推奨します。
Application Insights のセットアップは含まれていますか?
Azure Monitor OpenTelemetry で Application Insights connection string を使用する方法を示します。
移行に役立ちますか?
はい。非推奨の exporter dependency を置き換え、初期化コードを確認する方法を説明します。
完全に実行可能なプロジェクトを提供しますか?
いいえ。Java アプリケーションに合わせて調整する必要がある、焦点を絞ったスニペットとガイダンスを提供します。
トレースだけでなくメトリックも扱いますか?
はい。カウンター、ヒストグラム、スパン作成、属性、例外記録の例が含まれています。
スパン属性にシークレットを入れるべきですか?
いいえ。シークレット、資格情報、機密性の高い顧客データをテレメトリ属性に含めないでください。

Developer Details

Author

sickn33

License

MIT

Skillstore revision

r1

Version notice

The author did not declare a version.

Ref

7db9b9f06e0ab79c575b58bc48c4d8dc9849f424

Maintenance freshness

7/26/2026

Usage

5 downloads · 98 views

File structure

📄 SKILL.md