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:
Deploy the Splunk Distribution of OpenTelemetry Collector to your host or container platform.
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 |
|
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:
Submit a case in the Splunk Support Portal
Available to Splunk Observability Cloud customers
-
Available to Splunk Observability Cloud customers
Ask a question and get answers through community support at Splunk Answers
Available to Splunk Observability Cloud customers and free trial users
Join the Splunk #observability user group Slack channel to communicate with customers, partners, and Splunk employees worldwide
Available to Splunk Observability Cloud customers and free trial users
To learn how to join, see Get Started with Splunk Community - Chat groups
To learn about even more support options, see Splunk Customer Success.