azure-monitor-opentelemetry-exporter-java
Java 向け Azure Monitor テレメトリの構成
Java チームには、トレース、メトリック、ログを Azure Monitor に送信するための明確なガイダンスが必要です。このスキルは、OpenTelemetry ベースの可観測性のためのセットアップ、スパン、メトリック、例外、移行の例を提供します。
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
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.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
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
SafeThe 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.
Risk Factors
⚙️ External commands (26)
🌐 Network access (10)
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.
Copy report link
https://skillstore.io/skills/azure-monitor-opentelemetry-exporter-java/audits/6?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](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/6BibTeX 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 variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
sickn33-azure-monitor-opentelemetry-exporter-java
2026-09-09
azure-monitor-opentelemetry-exporter-java
2026-09-09
Skillstore Score
Why this score Evidence Confidence: HighWhat 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 パッケージで新規プロジェクトを開始すること。
- 操作を説明していない曖昧なスパン名を使用すること。
- 機密性の高い顧客データやシークレットをスパン属性として追加すること。