Docs » Splunk Observability Cloud でサポートされているインテグレーション » Collectorコンポーネント: レシーバー » RabbitMQ receiver

RabbitMQ receiver 🔗

The RabbitMQ receiver fetches stats from a RabbitMQ node using the RabbitMQ Management Plugin. For more information on the plugin refer to RabbitMQ’s documentation at Management Plugin . The supported pipeline is metrics. See パイプラインでデータを処理する for more information.

注釈

Out-of-the-box dashboards and navigators aren’t supported for the RabbitMQ receiver yet, but are planned for a future release.

前提条件 🔗

以下が該当します:

  • This receiver supports RabbitMQ versions 3.8 and 3.9.

  • To enable the RabbitMQ Management Plugin, follow the official instructions as described in RabbitMQ Getting Started .

  • You need at least monitoring level permissions to monitor. Read more at RabbitMQ permissions .

はじめに 🔗

以下の手順に従って、コンポーネントの設定とアクティベーションを行ってください:

  1. Splunk Distribution of the OpenTelemetry Collector をホストまたはコンテナプラットフォームにデプロイします:

  2. 次のセクションで説明するように、レシーバークリエーターレシーバーを設定します。

  3. Collector を再起動します。

サンプル構成 🔗

To activate the RabbitMQ receiver, add rabbitmq to the receivers section of your configuration file, as shown in the following example:

receivers:
  rabbitmq:
    endpoint: http://localhost:15672
    username: otelu
    password: ${env:RABBITMQ_PASSWORD}
    collection_interval: 10s

設定を完了するには、設定ファイルの service セクションの metrics パイプラインに、レシーバーを含めます:

service:
  pipelines:
    metrics:
      receivers: [rabbitmq]

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

以下の設定が必要です:

  • username

  • password

以下の設定はオプションです:

  • endpoint. http://localhost:15672 by default. The URL of the node to be monitored.

  • collection_interval. 10s by default. This receiver collects metrics on an interval. Valid time units are ns, us (or µs), ms, s, m, h.

  • tls. TLS control. By default insecure settings are rejected and certificate verification is on. Learn more about the default settings at TLS Configuration Settings in GitHub.

設定 🔗

以下の表に、Redis レシーバーの設定オプションを示します:

メトリクス 🔗

以下のメトリクス、リソース属性、および属性が使用できます。

トラブルシューティング 🔗

Splunk Observability Cloudをご利用のお客様で、Splunk Observability Cloudでデータを確認できない場合は、以下の方法でサポートを受けることができます。

Splunk Observability Cloudをご利用のお客様

見込み客および無料トライアルユーザー様

  • Splunk Answers のコミュニティサポートで質問し、回答を得る

  • Splunk #observability ユーザーグループの Slack チャンネルに参加して、世界中の顧客、パートナー、Splunk 社員とのコミュニケーションを図る。参加するには、Get Started with Splunk Community マニュアルの チャットグループ を参照してください。

This page was last updated on 2024年07月30日.