Docs » Splunk Observability Cloud でサポートされているインテグレーション » ホストとサーバーのアプリケーション・レシーバーの設定 » ディスクの空き容量(ファイルシステム)

ディスクの空き容量(ファイルシステム) 🔗

注釈

Splunk Distribution of OpenTelemetry Collector を使用していて、ファイルシステムの使用率メトリクスを収集したい場合は、ネイティブの OTel コンポーネント ホスト・メトリクス・レシーバー を使用してください。

Splunk Distribution of OpenTelemetry Collector は、Smart Agent レシーバーfilesystems モニタータイプを使用して、空きディスク容量のメトリクスを取得します。

このインテグレーションはLinuxとWindowsで利用できます。Linuxでは、このモニターは /proc ファイルシステムに依存します。基盤となるホストの /proc ファイルシステムが /proc 以外の場所にマウントされている場合は、トップレベル設定 procPath を使用してパスを指定します。

メリット 🔗

インテグレーションを設定すると、これらの機能にアクセスできるようになります:

インストール 🔗

このインテグレーションを導入するには、以下の手順に従ってください:

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

  2. [設定] セクションの説明に従ってインテグレーションを設定します。

  3. Splunk Distribution of OpenTelemetry Collector を再起動します。

設定 🔗

Smart Agent モニターとCollector のインテグレーションを使用するには、以下の手順に従います:

  1. Smart Agent レシーバーを設定ファイルに含めます。

  2. レシーバーセクションおよびパイプラインセクションの両方で、Collector 構成にモニタータイプを追加します。

🔗

このインテグレーションを有効にするには、Collector構成に以下を追加します:

receivers:
  smartagent/filesystems:
    type: filesystems
    ...  # Additional config

次に、設定ファイルの service.pipelines.metrics.receivers セクションにモニターを追加します:

service:
  pipelines:
    metrics:
      receivers: [smartagent/filesystems]
    logs:
      receivers: [smartagent/filesystems]

次の例は、さまざまなファイル・システム・タイプから追加のメトリクスを収集する方法を示しています:

smartagent/filesystems:
   type: filesystems
   extraMetrics:
   - df_complex.reserved
   - df_inodes.free
   - df_inodes.used
   - percent_inodes.free
   - percent_inodes.used
   - percent_bytes.free
   - percent_bytes.reserved
   - percent_bytes.used
   fsTypes:
   - ext3
   - ext4
   - nfs
   - xfs
   - btrfs
   sendModeDimension: true

コンフィギュレーション設定 🔗

次の表に、このモニターの設定オプションを示します。

オプション

必須

タイプ

説明

hostFSPath

いいえ

string

ホスト・ファイルシステムのルートへのパス。

コンテナ内で実行され、ホスト・ファイルシステムが / 以下のサブディレクトリにマウントされている場合に便利です。発行されるディスクの使用量メトリクスは、このパスに基づきます。

fsTypes

いいえ

list of strings

The filesystem types to include. If this is

not set, the default value is the set of all non-logical/virtual filesystems on the system. On Linux this list is determined by reading the /proc/filesystems file and choosing the filesystems that do not have the nodev modifier.

mountPoints

いいえ

list of strings

The mount paths to include/exclude. Note:

If you are using the hostFSPath option, do not include the /hostfs/ mount in the filter. If both this and fsTypes are specified, the two filters combine in an AND relationship.

sendModeDimension

いいえ

bool

true に設定すると、」mode 「ディメンションが表示されます。これは、

マウントが 「rw」 か 「ro」 かを表します。(デフォルト: false )

メトリクス 🔗

このインテグレーションでは、以下のメトリクスを使用できます:

備考 🔗

  • To learn more about the available in Splunk Observability Cloud see メトリクスタイプ

  • In host-based subscription plans, default metrics are those metrics included in host-based subscriptions in Splunk Observability Cloud, such as host, container, or bundled metrics. Custom metrics are not provided by default and might be subject to charges. See メトリクスカテゴリ for more information.

  • MTSベースのサブスクリプションプランでは、すべてのメトリクスがカスタムです。

  • メトリクスを追加するには、その他のメトリクスの追加extraMetrics の設定方法を参照してください。

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

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

Splunk Observability Cloudをご利用のお客様

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

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

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

This page was last updated on 2024年11月05日.