Docs » Available host and application monitors » Configure application receivers for hosts and servers » Disk and partition

Disk and partition πŸ”—

Description πŸ”—

The Splunk Distribution of OpenTelemetry Collector deploys this integration as the disk and partition monitor using the Smart Agent Receiver. This plugin provides disk metrics for Splunk Observability Cloud.

Note

This monitor is not available on Windows as collectd plugins are only supported in Linux and Kubernetes.

Use alerts and thresholds based on the plugin metrics to avoid filling disks to capacity. The Smart Agent plugin computes aggregated utilization metrics based on the output of this plugin.

The disk and partition plugin collects performance statistics of hard disks and, where supported, partitions. Two of the provided metrics are calculated as follows:

  • merged: Number of operations that can be merged into other, already queued operations. For example, one physical disk access served two or more logical operations.

  • time: Average time an I/O operation took to complete.

Since version 5.5, there are additional metrics on the Linux platform:

  • io_time: Time spent doing I/Os, in milliseconds. You can treat this metric as a device load percentage. The value of 1 second spent matches 100% of load.

  • weighted_io_time: Measure of both I/O completion time and the backlog that might be accumulating.

  • pending_operations: Queue size of pending I/O operations.

For details about these metrics, see the kernel documentation at https://www.kernel.org/doc/Documentation/iostats.txt, which includes explanations of β€œField 9”, β€œField 10”, and β€œField 11”.

Installation πŸ”—

This monitor is provided by the Smart Agent and is available for the Smart Agent Receiver in the Splunk Distribution of OpenTelemetry Collector.

To install this integration:

  1. Deploy the Splunk Distribution of OpenTelemetry Collector to your host or container platform.

  2. Configure the monitor, as described in the next section.

Configuration πŸ”—

The Splunk Distribution of OpenTelemetry Collector allows embedding a Smart Agent monitor configuration in an associated Smart Agent Receiver instance.

Note: Providing a disk and partition monitor entry in your Collector or Smart Agent (deprecated) configuration is required for its use. Use the appropriate form for your agent type.

Splunk Distribution of OpenTelemetry Collector πŸ”—

If you’re using the Splunk Distribution of OpenTelemetry Collector and want to collect disk I/O metrics, use the Host metrics receiver.

Smart Agent πŸ”—

To activate this monitor in the Smart Agent, add the following to your agent configuration:

monitors:  # All monitor config goes under this key
 - type: collectd/disk
   ...  # Additional config

See Smart Agent example configuration for an autogenerated example of a YAML configuration file, with default values where applicable.

Configuration settings πŸ”—

The following table shows the configuration options for this monitor:

Option

Definition

Default value

Disk

Include specific Disk(s)

β€œsda” β€œ/^hd/”

IgnoreSelected

Ignore the designation of specific Disks

false

Metrics πŸ”—

The following metrics are available for this integration:

Get help πŸ”—

If you are not able to see your data in Splunk Observability Cloud, try these tips:

To learn about even more support options, see Splunk Customer Success.