第10章 トラブルシューティング
OpenTelemetry Collector のヘルスを測定し、データの取り込みに関する問題を調査する方法は複数あります。
10.1. コマンドラインからの診断データの収集
サポートケースを送信する際、Red Hat サポートにクラスターに関する診断情報を含めると役立ちます。oc adm must-gather
ツールを使用して、OpenTelemetryCollector
、Instrumentation
、Deployment
、Pod
、ConfigMap
などの作成されたリソースの診断データを収集できます。oc adm must-gather
ツールは、このデータを収集する新規 Pod を作成します。
手順
収集したデータを保存するディレクトリーから、
oc adm must-gather
コマンドを実行してデータを収集します。$ oc adm must-gather --image=ghcr.io/open-telemetry/opentelemetry-operator/must-gather -- \ /usr/bin/must-gather --operator-namespace <operator_namespace> 1
- 1
- Operator がインストールされているデフォルトの namespace は
openshift-opentelemetry-operator
です。
検証
- 新しいディレクトリーが作成され、収集したデータが含まれていることを確認します。