Docs » Splunk Observability Cloud でサポートされているインテグレーション » メッセージング用のアプリケーション・レシーバーを設定する » Kafka

Kafka 🔗

The Splunk Distribution of the OpenTelemetry Collector uses the Smart Agent receiver with the Kafka monitor type to monitor Kafka instances using collectd’s GenericJMX plugin.

注釈

To monitor Kafka with the OpenTelemetry Collector using native OpenTelemetry components refer to the Kafka メトリクスレシーバー.

This integration has a set of built-in MBeans to pull metrics from the Kafka’s JMX endpoint. For more information, see Kafka producer MBeans in GitHub.

This integration is only available on Kubernetes and Linux, and supports Kafka v0.8.2.x and higher.

For Kafka v1.x.x and higher monitor the following:

  • kafka.server:type=ZooKeeperClientMetrics,name=ZooKeeperRequestLatencyMs を使用して、ブローカーが Zookeeper へのリクエストが完了するまでの待ち時間を追跡します。

  • Disk utilization and network metrics of the underlying host.

  • Since Zookeeper is an integral part of a Kafka cluster, you can monitor it using the Zookeeper integration.

メリット 🔗

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

インストール 🔗

このインテグレーションを導入するには、以下の手順に従ってください:

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

  2. 設定のセクションで説明するように、モニターを設定します。

  3. Splunk Distribution of OpenTelemetry Collector を再起動します。

設定 🔗

Smart Agent モニターとCollector のインテグレーションを使用するには、以下の手順に従います:

  1. Smart Agent レシーバーを設定ファイルに含めます。

  2. レシーバーセクションおよびパイプラインセクションの両方で、Collector 構成にモニタータイプを追加します。

🔗

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

receivers:
  smartagent/kafka:
    type: collectd/kafka
    ...  # Additional config

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

service:
  pipelines:
    metrics:
      receivers: [smartagent/kafka]

See configuration examples for specific use cases that show how the Splunk Distribution of the OpenTelemetry Collector can integrate and complement existing environments.

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

See Settings in GenericJMX.

メトリクス 🔗

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

備考 🔗

  • To learn more about the available in Splunk Observability Cloud see メトリクスタイプ

  • In host-based subscription plans, default metrics are those metrics included in host-based subscriptions in Splunk Observability Cloud, such as host, container, or bundled metrics. Custom metrics are not provided by default and might be subject to charges. See メトリクスカテゴリ for more information.

  • MTSベースのサブスクリプションプランでは、すべてのメトリクスがカスタムです。

  • メトリクスを追加するには、その他のメトリクスの追加extraMetrics の設定方法を参照してください。

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

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年09月18日.