Skip to main content
Cloud Insights

DC/OS Data Collector

Contributors netapp-alavoie dgracenetapp

Cloud Insights uses this data collector to gather metrics from DC/OS.

Installation

  1. From Observability > Collectors, click +Data Collector. Choose DC/OS.

    If you haven't configured an Agent for collection, you are prompted to install an agent in your environment.

    If you have an agent already configured, select the appropriate Operating System or Platform and click Continue.

  2. Follow the instructions in the DC/OS Configuration screen to configure the data collector. The instructions vary depending on the type of Operating System or Platform you are using to collect data.

Setup

Setup information can be found in the DC/OS documentation.

Objects and Counters

The following objects and their counters are collected:

Object Identifiers Attributes Datapoints

dcos_node

dcos_container
dcos_app

cluster
hostname
path (filesystem fields only)
interface (network fields only)
container_id
task_name

system_uptime (float)
cpu_cores (float)
cpu_total (float)
cpu_user (float)
cpu_system (float)
cpu_idle (float)
cpu_wait (float)
load_1min (float)
load_5min (float)
load_15min (float)
filesystem_capacity_total_bytes (int)
filesystem_capacity_used_bytes (int)
filesystem_capacity_free_bytes (int)
filesystem_inode_total (float)
filesystem_inode_used (float)
filesystem_inode_free (float)
memory_total_bytes (int)
memory_free_bytes (int)
memory_buffers_bytes (int)
memory_cached_bytes (int)
swap_total_bytes (int)
swap_free_bytes (int)
swap_used_bytes (int)
network_in_bytes (int)
network_out_bytes (int)
network_in_packets (float)
network_out_packets (float)
network_in_dropped (float)
network_out_dropped (float)
network_in_errors (float)
network_out_errors (float)
process_count (float)

Troubleshooting

Additional information may be found in the Support page.