azure-monitor-opentelemetry-exporter-java
Java テレメトリを Azure Monitor にエクスポート
Java チームが OpenTelemetry データを Azure Monitor に送信する際には、明確なガイダンスが必要です。このスキルでは、エクスポーターのセットアップ、トレーシングパターン、メトリクス、推奨される autoconfigure パッケージへの移行について説明します。
自分のエージェントでインストール
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "azure-monitor-opentelemetry-exporter-java" from https://skillstore.io/skills/sickn33-azure-monitor-opentelemetry-exporter-java.md and its manifest at https://skillstore.io/api/skills/sickn33-azure-monitor-opentelemetry-exporter-java/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
エージェントが読めるリソース
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
テストする
「azure-monitor-opentelemetry-exporter-java」を使用しています。 開発者が Java サービスで Azure Monitor テレメトリを開始する方法を尋ねています。
期待される結果:
回答では、推奨される autoconfigure パッケージを特定し、接続文字列のセットアップを説明し、最小限のトレーシング手順を概説します。
「azure-monitor-opentelemetry-exporter-java」を使用しています。 チームが非推奨のエクスポーターから移行する必要があります。
期待される結果:
回答では、依存関係の置き換え、初期化の更新、テスト検証、ロールアウト確認を含む移行チェックリストを提示します。
「azure-monitor-opentelemetry-exporter-java」を使用しています。 SRE が主要ワークフローの trace 詳細を改善したいと考えています。
期待される結果:
回答では、Azure Monitor 分析向けの span 名、有用な attribute、例外記録、関連する metric dimension を推奨します。
セキュリティ監査
安全All 42 static findings are false positives caused by Markdown backticks, documentation links, metric labels, package paths, and ordinary Java method declarations. The skill contains inert guidance and sample code, with no command execution, credential access, reconnaissance, prompt injection, or malicious intent.
リスク要因
⚙️ 外部コマンド (26)
このレポートを共有・引用
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
レポートリンクをコピー
https://skillstore.io/skills/sickn33-azure-monitor-opentelemetry-exporter-java/audits/6?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdownバッジ
[](https://skillstore.io/skills/sickn33-azure-monitor-opentelemetry-exporter-java?utm_source=security_passport_badge)HTMLバッジ
<a href="https://skillstore.io/skills/sickn33-azure-monitor-opentelemetry-exporter-java?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-azure-monitor-opentelemetry-exporter-java/security.svg" alt="Skillstore security assessment" loading="lazy"></a>埋め込みカード
<iframe src="https://skillstore.io/embed/skills/sickn33-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>学術引用 (APA · BibTeX · CFF)
APA形式の引用
sickn33. (2026). azure-monitor-opentelemetry-exporter-java security audit report (audit version 6) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-azure-monitor-opentelemetry-exporter-java/audits/6BibTeX形式の引用
@techreport{sickn33-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/sickn33-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-23"
url: "https://skillstore.io/skills/sickn33-azure-monitor-opentelemetry-exporter-java/audits/6"
identifiers:
- type: other
value: "skillstore:sickn33-azure-monitor-opentelemetry-exporter-java:audit:6"
description: "Skillstore immutable audit report identifier"
バリアントを比較
インストール可能なバリアント 2 件各作者のスキルは個別のインストール項目として維持されます。推奨バリアントは Skillstore の証拠で順位付けされます。
このバリアントが首位の理由
Skillstore スコア
このスコアの理由 証拠の信頼度: 高作成できるもの
Java サービスを計装する
OpenTelemetry の例を使用して、Java サービスに Azure Monitor のトレーシングとメトリクスのガイダンスを追加します。
エクスポーター移行を計画する
非推奨のエクスポーター使用を、推奨される autoconfigure パッケージおよび関連するセットアップガイダンスに置き換えます。
テレメトリパターンをレビューする
span 名、attribute、例外、counter、histogram を実践的なオブザーバビリティパターンに照らして確認します。
これらのプロンプトを試す
このスキルを使用して、新しい Java サービス向けに推奨される Azure Monitor OpenTelemetry セットアップを説明してください。依存関係の選択、接続文字列の扱い、最初のトレーシング手順を含めてください。
このスキルを使用して、azure-monitor-opentelemetry-exporter から azure-monitor-opentelemetry-autoconfigure への移行計画を作成してください。リスク、テスト手順、ロールアウト確認を含めてください。
このスキルを使用して、Java の注文処理ワークフローに対する span 名、attribute、例外記録、ネストされた span 構造を推奨してください。
このスキルを使用して、Azure Monitor 向けの Java テレメトリ設計をレビューしてください。trace、metric、カスタム processor、attribute の品質、移行準備状況を評価してください。
ベストプラクティス
- レガシーエクスポーターが必要な場合を除き、新規作業には autoconfigure パッケージを使用します。
- 実際の接続文字列は安全な環境設定に保持します。
- 本番ロールアウト前にテストリソースでテレメトリを検証します。
回避
- 移行計画なしに非推奨のエクスポーターで新規プロジェクトを開始する。
- 実際の Application Insights 接続文字列をソースファイルにハードコードする。
- テレメトリをノイズの多いものにしたり高コストにしたりする高カーディナリティの attribute を追加する。