Jaeger レシーバー 🔗
vCenterレシーバーは、VMware vSphere APIを実行しているvCenterまたはESXiホストからメトリクスを取得します。
前提条件 🔗
This receiver supports ESXi and vCenter versions 7.0 and 8.
データを取得するには、vSphereにvCenterサーバー、クラスター、および監視対象の後続リソースすべてに対するアクセス許可を持つ読み取り専用ユーザーを割り当てる必要があります。
はじめに 🔗
以下の手順に従って、コンポーネントの設定とアクティベーションを行ってください:
Splunk Distribution of the OpenTelemetry Collector をホストまたはコンテナプラットフォームにデプロイします:
次のセクションで説明するように、レシーバークリエーターレシーバーを設定します。
Collector を再起動します。
サンプル構成 🔗
To activate the vCenter receiver in the Collector, add vecenter
to the receivers
section of your configuration file, as shown in the following example:
receivers:
vcenter:
コンフィギュレーションを完了するには、コンフィギュレーションファイルの service
セクションの metrics
パイプラインに、レシーバーを含めます。例:
service:
pipelines:
metrics:
receivers: [vcenter]
設定例 🔗
See the following config example:
vcenter:
endpoint: http://vcsa.host.localnet
username: otelu
password: ${env:VCENTER_PASSWORD}
collection_interval: 5m
metrics:
vcenter.host.cpu.utilization:
enabled: false
コンフィギュレーション設定 🔗
以下の設定が必要です:
password
username
endpoint
。SDKパスが有効になっているvCenter ServerまたはESXiホストへのエンドポイント。<protocol>://<hostname>形式を使用します。例えば、
https://vcsa.hostname.localnet
。
以下の設定はオプションです:
collection_interval
.2m
by default. This receiver collects metrics on an interval. If the vCenter is large, increase this value.Valid time units are
ns
,us
(orµs
),ms
,s
,m
,h
.
initial_delay
.1s
by default. Defines how long the receiver waits before starting.tls
. TLS control. By default insecure settings are rejected and certificate verification is on. Will use defaults for configtls.ClientConfig. Learn more at TLS Configuration Settings in GitHub.
設定 🔗
The following table shows the configuration options for the vCenter receiver:
メトリクス 🔗
以下のメトリクス、リソース属性、および属性が使用できます。
トラブルシューティング 🔗
Splunk Observability Cloudをご利用のお客様で、Splunk Observability Cloudでデータを確認できない場合は、以下の方法でサポートを受けることができます。
Splunk Observability Cloudをご利用のお客様
Submit a case in the Splunk Support Portal .
Contact Splunk Support .
見込み客および無料トライアルユーザー様
Splunk Answers のコミュニティサポートで質問し、回答を得る
Splunk #observability ユーザーグループの Slack チャンネルに参加して、世界中の顧客、パートナー、Splunk 社員とのコミュニケーションを図る。参加するには、Get Started with Splunk Community マニュアルの チャットグループ を参照してください。