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

SignalFx Gateway Prometheus remote write receiver 🔗

The SignalFx Gateway Prometheus remote write receiver is the OTel native version of the SignalFx Prometheus remote-write gateway. The supported pipeline type is metrics. See パイプラインでデータを処理する for more information.

はじめに 🔗

以下の手順に従って、レシーバーの設定と有効化を行ってください:

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

  1. このドキュメントに記載されているようにレシーバーを設定します。

  2. Collector を再起動します。

デフォルト設定 🔗

To use the signalfxgatewayprometheusremotewritereceiver receiver in the Splunk Distribution of the OpenTelemetry Collector, add the following to your config file:

receivers:
  signalfxgatewayprometheusremotewritereceiver:

コンフィギュレーションを完了するには、コンフィギュレーションファイルの service セクションの必須パイプラインにレシーバーを含めます。例:

service:
  pipelines:
    metrics:
      receivers: [signalfxgatewayprometheusremotewritereceiver]

高度な設定 🔗

This receiver is configured through standard OpenTelemetry mechanisms. See Collector config go for more details.

You can configure the following parameters:

  • path。デフォルトでは /metrics です。レシーバーがPrometheusのリモート書き込みリクエストに応答するパス。

  • buffer_size. 100 by default. Buffer for metric translations without blocking further write requests.

    • Use the Collector’s confighttp options to set up TLS and other features. See more at Collector config http .

  • endpoint. localhost:19291 by default. Interface and port the receiver listens to.

既知の制限 🔗

このレシーバーは、SignalFx Prometheusリモート書き込みゲートウェイの動作をほぼ忠実に再現していますが、いくつかの違いがあります。

Prometheusリモート書き込み仕様との違い 🔗

この動作は、Prometheusリモート書き込み仕様バージョン1とは以下の点で異なります:

  • このレシーバーはサフィックスを除去しません。これは Prometheusレシーバー により実行されるからです。

  • このレシーバーはヒストグラムをカウンターに変換します。

  • このレシーバーは、クォンタイル(要約)をゲージに変換します。

  • 浮動小数点の表現が損失なしで整数として表現できる場合、レシーバーは浮動小数点の表現を整数として設定します。

  • サンプルの表現がNaNの場合、レシーバーは、メトリクス名 prometheus.total_NAN_sample を持つ追加カウンターを報告します。

  • サンプルの表現にメトリック名がない場合、レシーバーはメトリクス名 prometheus.total_bad_datapoints を持つ追加カウンターを報告します。

  • リクエストの解析でエラーが発生すると、追加のカウンター prometheus.invalid_request をレポートします。

  • prompb.WriteRequest からのメタデータは無視されます。

SignalFxゲートウェイのサポートされていない動作 🔗

The following behavior from SignalFx Gateway is not supported:

  • request_time.ns はレポートされなくなくなりました。obsreport は同様の機能を扱います。

  • drain_size はレポートされなくなくなりました。obsreport は同様の機能を扱います。

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

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

Splunk Observability Cloudをご利用のお客様

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

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

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

このページは 2024年12月12日 に最終更新されました。