K8s cAdvisor full
Metrics, Dashboards, Alerts and more for K8s cAdvisor full Integration in Sysdig Monitor.
This integration is disabled by default. See Enable and Disable Integrations to enable it in your account.
This integration is out-of-the-box, so it doesn’t require any exporter.
This integration has 48 metrics.
Timeseries generated: The expected cardinality of the Kubernetes cAdvisor full integration is 5.97K timeseries per container and pod.
List of Dashboards
cAdvisor
The dashboard provides information on the Kubernetes Cadvisor.
List of Metrics
Metric name |
---|
container_cpu_cfs_periods_total |
container_cpu_cfs_throttled_periods_total |
container_cpu_cfs_throttled_seconds_total |
container_cpu_load_average_10s |
container_cpu_system_seconds_total |
container_cpu_usage_seconds_total |
container_cpu_user_seconds_total |
container_fs_inodes_free |
container_fs_inodes_total |
container_fs_io_current |
container_fs_io_time_seconds_total |
container_fs_io_time_weighted_seconds_total |
container_fs_limit_bytes |
container_fs_read_seconds_total |
container_fs_reads_merged_total |
container_fs_reads_total |
container_fs_sector_reads_total |
container_fs_sector_writes_total |
container_fs_usage_bytes |
container_fs_write_seconds_total |
container_fs_writes_merged_total |
container_fs_writes_total |
container_last_seen |
container_memory_cache |
container_memory_failcnt |
container_memory_failures_total |
container_memory_mapped_file |
container_memory_max_usage_bytes |
container_memory_rss |
container_memory_swap |
container_memory_usage_bytes |
container_memory_working_set_bytes |
container_network_receive_bytes_total |
container_network_receive_errors_total |
container_network_receive_packets_dropped_total |
container_network_receive_packets_total |
container_network_transmit_bytes_total |
container_network_transmit_errors_total |
container_network_transmit_packets_dropped_total |
container_network_transmit_packets_total |
container_oom_events_total |
container_scrape_error |
container_spec_cpu_period |
container_spec_memory_limit_bytes |
container_spec_memory_reservation_limit_bytes |
container_spec_memory_swap_limit_bytes |
container_start_time_seconds |
container_tasks_state |
Prerequisites
None.
Installation
Installing an exporter is not required for this integration.
Agent Configuration
The default agent job for this integration is as follows:
- job_name: k8s-cadvisor-full scrape_interval: 60s bearer_token_file: /var/run/secrets/kubernetes.io/serviceaccount/token scheme: https tls_config: ca_file: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt insecure_skip_verify: true metrics_path: '/metrics/cadvisor' kubernetes_sd_configs: - role: node relabel_configs: - action: keep source_labels: [__meta_kubernetes_node_address_InternalIP] regex: __HOSTIPS__ - action: labelmap regex: __meta_kubernetes_node_label_(.+) replacement: kube_node_label_$1 - replacement: localhost:10250 target_label: __address__ - action: replace source_labels: [__meta_kubernetes_node_name] target_label: kube_node_name - action: replace source_labels: [__meta_kubernetes_namespace] target_label: kube_namespace_name