スーパーバイザー

Supervisor モニターには、この Splunk Observability Cloud インテグレーションを使用してください。メリット、インストール、設定、メトリクスを参照してください

Splunk Distribution of OpenTelemetry Collectorは、Smart Agentレシーバーと supervisor モニタータイプを使用して、Supervisorで実行中のプロセスの状態を取得します。

このインテグレーションはKubernetes、Windows、Linuxで利用できます。

メリット

インテグレーションを設定すると、これらの機能にアクセスできるようになります:

インストール

設定

このインテグレーションを有効にするには、Collector構成に以下を追加します:

YAML
receivers:
  smartagent/supervisor:
    type: supervisor
    ...  # Additional config

次に、設定ファイルの service.pipelines.metrics.receivers セクションにモニターを追加します:

YAML
service:
  pipelines:
    metrics:
      receivers: [smartagent/supervisor]

コンフィギュレーション設定

次の表に、このモニターの設定オプションを示します:

オプション

必須

タイプ

説明

host

いいえ

string

Supervisor XML-RPC API のホスト/IP アドレス。URL が指定されていない場合に

url オプションを構築するために使用します。

port

いいえ

integer

Supervisor XML-RPC API のポート。URL が指定されていない場合に

url オプションを設定するために使用します。たとえば、localhost のようになります。デフォルト値は 9001 です。

useHTTPS

いいえ

bool

trueの場合、モニターは HTTP プロトコルではなく、HTTPS プロトコルを使用して

Supervisor に接続します。デフォルト値は false です。

path

いいえ

string

Supervisor のスクレイピング URL に使用する URL パス。値は、

デフォルト値は /RPC2 です。

url

いいえ

string

Supervisor XML-RPC API をスクレイピングする URL。指定されていない場合は

hostportuseHTTPSpath オプションから派生します。たとえば、http://localhost:9001/RPC2 のようになります。

メトリクス

このインテグレーションでは、以下のメトリクスを使用できます:

https://raw.githubusercontent.com/signalfx/splunk-otel-collector/main/internal/signalfx-agent/pkg/monitors/supervisor/metadata.yaml

備考

トラブルシューティング

If you are a Splunk Observability Cloud customer and are not able to see your data in Splunk Observability Cloud, you can get help in the following ways.

Available to Splunk Observability Cloud customers

Available to prospective customers and free trial users

  • Ask a question and get answers through community support at Splunk Answers.

  • Join the Splunk community #observability Slack channel to communicate with customers, partners, and Splunk employees worldwide.