MongoDB Atlasレシーバー 🔗
The MongoDB Atlas receiver allows the Splunk Distribution of the OpenTelemetry Collector to collect metrics and logs from MongoDB Atlas through its monitoring API. The supported pipeline types are metrics
and logs
. See パイプラインでデータを処理する for more information.
データベース・メトリクスは、プロジェクトとデータベースの属性、例えば project_name
や database_name
によってディメンション化されます。
注釈
Use the MongoDB Atlas receiver in place of the deprecated SignalFx Smart Agent mongodb-atlas
monitor type.
はじめに 🔗
以下の手順に従って、コンポーネントの設定とアクティベーションを行ってください:
Splunk Distribution of the OpenTelemetry Collector をホストまたはコンテナプラットフォームにデプロイします:
次のセクションで説明するように、MongoDB Atlas レシーバーを設定します。
Collector を再起動します。
サンプル構成 🔗
MongoDB Atlas のレシーバーを有効にするには、次の例のように、設定ファイルの receivers
セクションに mongodbatlas
を追加します:
# In this example, both values are pulled from the environment.
receivers:
mongodbatlas:
public_key: ${MONGODB_ATLAS_PUBLIC_KEY}
# You can obtain the public key from the API Keys tab of the MongoDB Atlas Project Access Manager.
# This value is required.
private_key: ${MONGODB_ATLAS_PRIVATE_KEY}
# You can obtain the private key from the API Keys tab of the MongoDB Atlas Project Access Manager.
# This value is required.
次の例は、ログを収集する方法を示しています:
receivers:
mongodbatlas:
logs:
enabled: true
projects:
- name: "Your MongoDB project"
collect_audit_logs: true
collect_host_logs: true
コンフィギュレーションを完了するには、コンフィギュレーションファイルの service
セクションの metrics
または logs
パイプラインにレシーバーを含めます。例:
service:
pipelines:
metrics:
receivers: [mongodbatlas]
logs:
receivers: [mongodbatlas]
注釈
監査ログとホストログにアクセスするには、APIキーがProject Data Access Read Only以上のロールを持っている必要があります。
設定 🔗
The following table shows the configuration options for the MongoDB Atlas receiver:
メトリクス 🔗
以下のメトリクス、リソース属性、および属性が使用できます。
特定のメトリクスをアクティブまたは非アクティブにする 🔗
各メトリクスの 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 マニュアルの チャットグループ を参照してください。