シンプルなPrometheusレシーバー 🔗
The Simple Prometheus is a wrapper around the Prometheus receiver that allows the Splunk Distribution of the OpenTelemetry Collector to collect metrics from a single source of telemetry in Prometheus format. The supported pipeline type is metrics
.
大規模な設定を必要とする複数のターゲットから Prometheus メトリクスをスクレイピングするには、Prometheus レシーバーを使用します。詳細は Prometheusレシーバー を参照してください。
メリット 🔗
シンプルPrometheusレシーバーは、Prometheusレシーバーよりも設定が少なくて済みます。Prometheus のコンフィギュレーションを使用することなく、単一の Prometheus エンドポイントの設定を定義できます。このレシーバーは、メトリクス名、値、タイムスタンプ、ラベルを保持したまま、Prometheus メトリクスを OpenTelemetry メトリクスに変換します。
はじめに 🔗
以下の手順に従って、コンポーネントの設定とアクティベーションを行ってください:
Splunk Distribution of the OpenTelemetry Collector をホストまたはコンテナプラットフォームにデプロイします:
次のセクションで説明するように、Simple Prometheus レシーバーを設定します。
Collector を再起動します。
サンプル構成 🔗
追加の Prometheus レシーバーをアクティブにするには、次の例のように Collector 設定ファイルの receivers
セクションに新しい prometheus_simple
エントリーを追加します:
receivers:
prometheus_simple/endpointname:
collection_interval: 10s
use_service_account: true
endpoint: "172.17.0.5:9153"
tls:
ca_file: "/path/to/ca"
cert_file: "/path/to/cert"
key_file: "/path/to/key"
insecure_skip_verify: true
コンフィギュレーションを完了するには、コンフィギュレーションファイルの service
セクションの metrics
パイプラインに、レシーバーを含めます。例:
service:
pipelines:
metrics:
receivers:
- prometheus_simple/endpointname
注意
設定から prometheus/internal
レシーバーを削除しないでください。内部メトリクスは Splunk Distribution of OpenTelemetry Collector のデフォルトダッシュボードにフィードされます。
設定 🔗
以下の表は、Prometheusレシーバーの設定オプションを示しています:
メトリクス 🔗
Simple Prometheus レシーバーは、以下の変換ルールに従って Prometheus メトリクスを OpenTelemetry メトリクスに変換します:
Prometheusのメトリクスタイプ |
OpenTelemetryのメトリクスタイプ |
---|---|
カウンター(単調) |
合計 (データ型 |
ゲージ|br| 不明 |
ゲージ (データ型 |
ヒストグラム |
ヒストグラム(累積分布) |
概要 |
サマリー(パーセンタイル) |
トラブルシューティング 🔗
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 マニュアルの チャットグループ を参照してください。