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.
はじめに 🔗
以下の手順に従って、レシーバーの設定と有効化を行ってください:
Splunk Distribution of the OpenTelemetry Collector をホストまたはコンテナプラットフォームにデプロイします:
このドキュメントに記載されているようにレシーバーを設定します。
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をご利用のお客様
Submit a case in the Splunk Support Portal .
Contact Splunk Support .
見込み客および無料トライアルユーザー様
Splunk Answers のコミュニティサポートで質問し、回答を得る
Splunk #observability ユーザーグループの Slack チャンネルに参加して、世界中の顧客、パートナー、Splunk 社員とのコミュニケーションを図る。参加するには、Get Started with Splunk Community マニュアルの チャットグループ を参照してください。