MongoDB レシーバー 🔗
The MongoDB receiver fetches metrics from standalone MongoDB clusters, including non-Atlas managed MongoDB servers. The supported pipeline type is metrics
. See パイプラインでデータを処理する for more information.
The receiver collects stats with MongoDB’s dbStats
and serverStatus
commands, and uses the golang mongo driver. See more at Mongo Go driver documentation .
注釈
Use the MongoDB receiver in place of the deprecated SignalFx Smart Agent mongodb
monitor type.
前提条件 🔗
The MongoDB receiver supports MongoDB versions 4.0+ and 5.0.
MongoDB recommends to set up a least privilege user (LPU) with a clusterMonitor
role in order to collect metrics.
For information on MongoDB’s roles, see MongoDB built-in roles .
For an example of how to configure these permissions, see lpu.sh .
注釈
If you’re using automatic discovery with MongoDB, see Automatic discovery for MongoDB.
はじめに 🔗
以下の手順に従って、コンポーネントの設定とアクティベーションを行ってください:
Splunk Distribution of the OpenTelemetry Collector をホストまたはコンテナプラットフォームにデプロイします:
次のセクションで説明するようにレシーバーを設定します。
Collector を再起動します。
サンプル構成 🔗
To activate the MongoDB receiver, add mongodb
to the receivers
section of your configuration file, as shown in the following example:
receivers:
mongodb:
hosts:
- endpoint: localhost:27017
transport: tcp
username: otel
password: ${env:MONGODB_PASSWORD}
collection_interval: 60s
initial_delay: 1s
tls:
insecure: true
insecure_skip_verify: true
コンフィギュレーションを完了するには、コンフィギュレーションファイルの service
セクションの metrics
パイプラインに、レシーバーを含めます。例:
service:
pipelines:
metrics:
receivers: [mongodb]
設定オプション 🔗
以下の設定はオプションです:
hosts
.[localhost:27017]
by default. List ofhost:port
or Unix domain socket endpoints.For standalone MongoDB deployments this is the hostname and port of the mongod instance.
For replica sets specify the hostnames and ports of the mongod instances that are in the replica set configuration. If the
replica_set
field is specified, nodes will be autodiscovered.For a sharded MongoDB deployment, specify a list of the
mongos
hosts.
username
: If authentication is required, provide theclusterMonitor
permissions here.password
: If authentication is required, provide the password here.collection_interval
.1m
by default. This receiver collects metrics on an interval. Valid time units arens
,us
(orµs
),ms
,s
,m
,h
. This value must be a string readable by Golang’s time parseDuration. Learn more at ParseDuration .initial_delay
デフォルトでは1s
。このレシーバーが開始するまでの待ち時間を定義します。replica_set
: If the deployment of MongoDB is a replica set, use this to specify the replica set name which allows for autodiscovery of other nodes in the replica set.timeout
.1m
by default. The timeout of running commands against mongo.tls
: TLS control. By default insecure settings are rejected and certificate verification is on. See more at TLS Configuration Settings .
設定 🔗
The following table shows the configuration options for the MongoDB receiver:
メトリクス 🔗
以下のメトリクス、リソース属性、および属性が使用できます。
mongodb.extent.count
is available for versions under 4.4 with mmapv1 storage engine.
特定のメトリクスをアクティブまたは非アクティブにする 🔗
各メトリクスの metrics
セクションの enabled
フィールドを設定することで、特定のメトリクスをアクティブまたは非アクティブにできます。例:
receivers:
samplereceiver:
metrics:
metric-one:
enabled: true
metric-two:
enabled: false
以下は、アクティブ化されたメトリクスを持つホスト・メトリクス・レシーバーの構成例です:
receivers:
hostmetrics:
scrapers:
process:
metrics:
process.cpu.utilization:
enabled: true
注釈
無効化されたメトリクスは Splunk Observability Cloud に送信されません。
Billing 🔗
If you’re in a MTS-based subscription, all metrics count towards metrics usage.
If you’re in a host-based plan, metrics listed as active (Active: Yes) on this document are considered default and are included free of charge.
Learn more at Infrastructure Monitoringのサブスクリプション使用状況(ホストとメトリクスのプラン).
トラブルシューティング 🔗
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 マニュアルの チャットグループ を参照してください。