Host

sysdig_host_container_count

Prometheus IDsysdig_host_container_count
Legacy IDcontainer.count
Metric Typegauge
Unitnumber
DescriptionCount of the number of containers.
Additional NotesThis metric is perfect for dashboards and alerts. In particular, you can create alerts that notify you when you have too many (or too few) containers of a certain type in a certain group or node - try segmenting by container.image, .id or .name. See also: host.count.

sysdig_host_container_start_count

Prometheus IDsysdig_host_container_start_count
Legacy IDhost.container.start.count
Metric Typecounter
Unitnumber
Description
Additional Notes

sysdig_host_count

Prometheus IDsysdig_host_count
Legacy IDhost.count
Metric Typegauge
Unitnumber
DescriptionCount of the number of hosts.
Additional NotesThis metric is perfect for dashboards and alerts. In particular, you can create alerts that notify you when you have too many (or too few) machines of a certain type in a certain group - try segment by tag or hostname. See also: container.count.

sysdig_host_cpu_cores_used

Prometheus IDsysdig_host_cpu_cores_used
Legacy IDcpu.cores.used
Metric Typegauge
Unitnumber
Description
Additional Notes

sysdig_host_cpu_cores_used_percent

Prometheus IDsysdig_host_cpu_cores_used_percent
Legacy IDcpu.cores.used.percent
Metric Typegauge
Unitpercent
Description
Additional Notes

sysdig_host_cpu_idle_percent

Prometheus IDsysdig_host_cpu_idle_percent
Legacy IDcpu.idle.percent
Metric Typegauge
Unitpercent
DescriptionPercentage of time that the CPU or CPUs were idle and the system did not have an outstanding disk I/O request.
Additional NotesBy default, this metric shows the average value for the selected scope. For instance, if you apply it to a group of machines, you will see the average value for the whole group. However, the metric can also be segmented by using ‘Segment by’ in the UI.

sysdig_host_cpu_iowait_percent

Prometheus IDsysdig_host_cpu_iowait_percent
Legacy IDcpu.iowait.percent
Metric Typegauge
Unitpercent
DescriptionPercentage of time that the CPU or CPUs were idle during which the system had an outstanding disk I/O request.
Additional NotesBy default, this metric shows the average value for the selected scope. For instance, if you apply it to a group of machines, you will see the average value for the whole group. However, the metric can also be segmented by using ‘Segment by’ in the UI.

sysdig_host_cpu_nice_percent

Prometheus IDsysdig_host_cpu_nice_percent
Legacy IDcpu.nice.percent
Metric Typegauge
Unitpercent
DescriptionPercentage of CPU utilization that occurred while executing at the user level with nice priority.
Additional NotesBy default, this metric shows the average value for the selected scope. For instance, if you apply it to a group of machines, you will see the average value for the whole group. However, the metric can also be segmented by using ‘Segment by’ in the UI.

sysdig_host_cpu_stolen_percent

Prometheus IDsysdig_host_cpu_stolen_percent
Legacy IDcpu.stolen.percent
Metric Typegauge
Unitpercent
DescriptionCPU steal time is a measure of the percent of time that a virtual machine’s CPU is in a state of involuntary wait due to the fact that the physical CPU is shared among virtual machines. In calculating steal time, the operating system kernel detects when it has work available but does not have access to the physical CPU to perform that work.
Additional NotesIf the percent of steal time is consistently high, you may want to stop and restart the instance (since it will most likely start on different physical hardware) or upgrade to a virtual machine with more CPU power. Also see the metric ‘capacity total percent’ to see how steal time directly impacts the number of server requests that could not be handled. On AWS EC2, steal time does not depend on the activity of other virtual machine neighbours. EC2 is simply making sure your instance is not using more CPU cycles than paid for.

sysdig_host_cpu_system_percent

Prometheus IDsysdig_host_cpu_system_percent
Legacy IDcpu.system.percent
Metric Typegauge
Unitpercent
DescriptionPercentage of CPU utilization that occurred while executing at the system level (kernel).
Additional NotesBy default, this metric shows the average value for the selected scope. For instance, if you apply it to a group of machines, you will see the average value for the whole group. However, the metric can also be segmented by using ‘Segment by’ in the UI.

sysdig_host_cpu_used_percent

Prometheus IDsysdig_host_cpu_used_percent
Legacy IDcpu.used.percent
Metric Typegauge
Unitpercent
DescriptionThe CPU usage for each container is obtained from cgroups, and normalized by dividing by the number of cores to determine an overall percentage. For example, if the environment contains six cores on a host, and the container or processes are assigned two cores, Sysdig will report CPU usage of 2/6 * 100% = 33.33%. This metric is calculated differently for hosts and processes.
Additional Notes

sysdig_host_cpu_user_percent

Prometheus IDsysdig_host_cpu_user_percent
Legacy IDcpu.user.percent
Metric Typegauge
Unitpercent
DescriptionPercentage of CPU utilization that occurred while executing at the user level (application).
Additional NotesBy default, this metric shows the average value for the selected scope. For instance, if you apply it to a group of machines, you will see the average value for the whole group. However, the metric can also be segmented by using ‘Segment by’ in the UI.

sysdig_host_cpucore_idle_percent

Prometheus IDsysdig_host_cpucore_idle_percent
Legacy IDcpucore.idle.percent
Metric Typegauge
Unitpercent
Description
Additional Notes

sysdig_host_cpucore_iowait_percent

Prometheus IDsysdig_host_cpucore_iowait_percent
Legacy IDcpucore.iowait.percent
Metric Typegauge
Unitpercent
Description
Additional Notes

sysdig_host_cpucore_nice_percent

Prometheus IDsysdig_host_cpucore_nice_percent
Legacy IDcpucore.nice.percent
Metric Typegauge
Unitpercent
Description
Additional Notes

sysdig_host_cpucore_stolen_percent

Prometheus IDsysdig_host_cpucore_stolen_percent
Legacy IDcpucore.stolen.percent
Metric Typegauge
Unitpercent
Description
Additional Notes

sysdig_host_cpucore_system_percent

Prometheus IDsysdig_host_cpucore_system_percent
Legacy IDcpucore.system.percent
Metric Typegauge
Unitpercent
Description
Additional Notes

sysdig_host_cpucore_used_percent

Prometheus IDsysdig_host_cpucore_used_percent
Legacy IDcpucore.used.percent
Metric Typegauge
Unitpercent
Description
Additional Notes

sysdig_host_cpucore_user_percent

Prometheus IDsysdig_host_cpucore_user_percent
Legacy IDcpucore.user.percent
Metric Typegauge
Unitpercent
Description
Additional Notes

sysdig_host_fd_used_percent

Prometheus IDsysdig_host_fd_used_percent
Legacy IDfd.used.percent
Metric Typegauge
Unitpercent
DescriptionPercentage of used file descriptors out of the maximum available.
Additional NotesUsually, when a process reaches its FD limit it will stop operating properly and possibly crash. As a consequence, this is a metric you want to monitor carefully, or even better use for alerts.

sysdig_host_file_error_open_count

Prometheus IDsysdig_host_file_error_open_count
Legacy IDfile.error.open.count
Metric Typecounter
Unitnumber
DescriptionNumber of errors in opening files.
Additional NotesBy default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI.

sysdig_host_file_error_total_count

Prometheus IDsysdig_host_file_error_total_count
Legacy IDfile.error.total.count
Metric Typecounter
Unitnumber
DescriptionNumber of error caused by file access.
Additional NotesBy default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI.

sysdig_host_file_in_bytes

Prometheus IDsysdig_host_file_in_bytes
Legacy IDfile.bytes.in
Metric Typecounter
Unitdata
DescriptionAmount of bytes read from file.
Additional NotesBy default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI.

sysdig_host_file_in_iops

Prometheus IDsysdig_host_file_in_iops
Legacy IDfile.iops.in
Metric Typecounter
Unitnumber
DescriptionNumber of file read operations per second.
Additional NotesThis is calculated by measuring the actual number of read and write requests made by a process. Therefore, it can differ from what other tools show, which is usually based on interpolating this value from the number of bytes read and written to the file system.

sysdig_host_file_in_time

Prometheus IDsysdig_host_file_in_time
Legacy IDfile.time.in
Metric Typecounter
Unittime
DescriptionTime spent in file reading.
Additional NotesBy default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI.

sysdig_host_file_open_count

Prometheus IDsysdig_host_file_open_count
Legacy IDfile.open.count
Metric Typecounter
Unitnumber
DescriptionNumber of time the file has been opened.
Additional Notes

sysdig_host_file_out_bytes

Prometheus IDsysdig_host_file_out_bytes
Legacy IDfile.bytes.out
Metric Typecounter
Unitdata
DescriptionAmount of bytes written to file.
Additional NotesBy default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI.

sysdig_host_file_out_iops

Prometheus IDsysdig_host_file_out_iops
Legacy IDfile.iops.out
Metric Typecounter
Unitnumber
DescriptionNumber of file write operations per second.
Additional NotesThis is calculated by measuring the actual number of read and write requests made by a process. Therefore, it can differ from what other tools show, which is usually based on interpolating this value from the number of bytes read and written to the file system.

sysdig_host_file_out_time

Prometheus IDsysdig_host_file_out_time
Legacy IDfile.time.out
Metric Typecounter
Unittime
DescriptionTime spent in file writing.
Additional NotesBy default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI.

sysdig_host_file_total_bytes

Prometheus IDsysdig_host_file_total_bytes
Legacy IDfile.bytes.total
Metric Typecounter
Unitdata
DescriptionAmount of bytes read from and written to file.
Additional NotesBy default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI.

sysdig_host_file_total_iops

Prometheus IDsysdig_host_file_total_iops
Legacy IDfile.iops.total
Metric Typecounter
Unitnumber
DescriptionNumber of read and write file operations per second.
Additional NotesThis is calculated by measuring the actual number of read and write requests made by a process. Therefore, it can differ from what other tools show, which is usually based on interpolating this value from the number of bytes read and written to the file system.

sysdig_host_file_total_time

Prometheus IDsysdig_host_file_total_time
Legacy IDfile.time.total
Metric Typecounter
Unittime
DescriptionTime spent in file I/O.
Additional NotesBy default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI.

sysdig_host_fs_free_bytes

Prometheus IDsysdig_host_fs_free_bytes
Legacy IDfs.bytes.free
Metric Typegauge
Unitdata
DescriptionFilesystem available space.
Additional Notes

sysdig_host_fs_free_percent

Prometheus IDsysdig_host_fs_free_percent
Legacy IDfs.free.percent
Metric Typegauge
Unitpercent
DescriptionPercentage of filesystem free space.
Additional Notes

sysdig_host_fs_inodes_total_count

Prometheus IDsysdig_host_fs_inodes_total_count
Legacy IDfs.inodes.total.count
Metric Typegauge
Unitnumber
Description
Additional Notes

sysdig_host_fs_inodes_used_count

Prometheus IDsysdig_host_fs_inodes_used_count
Legacy IDfs.inodes.used.count
Metric Typegauge
Unitnumber
Description
Additional Notes

sysdig_host_fs_inodes_used_percent

Prometheus IDsysdig_host_fs_inodes_used_percent
Legacy IDfs.inodes.used.percent
Metric Typegauge
Unitpercent
Description
Additional Notes

sysdig_host_fs_largest_used_percent

Prometheus IDsysdig_host_fs_largest_used_percent
Legacy IDfs.largest.used.percent
Metric Typegauge
Unitpercent
DescriptionPercentage of the largest filesystem in use.
Additional Notes

sysdig_host_fs_root_used_percent

Prometheus IDsysdig_host_fs_root_used_percent
Legacy IDfs.root.used.percent
Metric Typegauge
Unitpercent
DescriptionPercentage of the root filesystem in use.
Additional Notes

sysdig_host_fs_total_bytes

Prometheus IDsysdig_host_fs_total_bytes
Legacy IDfs.bytes.total
Metric Typegauge
Unitdata
DescriptionFilesystem size.
Additional Notes

sysdig_host_fs_used_bytes

Prometheus IDsysdig_host_fs_used_bytes
Legacy IDfs.bytes.used
Metric Typegauge
Unitdata
DescriptionFilesystem used space.
Additional Notes

sysdig_host_fs_used_percent

Prometheus IDsysdig_host_fs_used_percent
Legacy IDfs.used.percent
Metric Typegauge
Unitpercent
DescriptionPercentage of the sum of all filesystems in use.
Additional Notes

sysdig_host_info

Prometheus IDsysdig_host_info
Legacy IDinfo
Metric Typegauge
Unitnumber
Description
Additional Notes

sysdig_host_load_average_15m

Prometheus IDsysdig_host_load_average_15m
Legacy IDload.average.15m
Metric Typegauge
Unitnumber
DescriptionThe 15 minute system load average represents the average number of jobs in (1) the CPU run queue or (2) waiting for disk I/O averaged over 15 minutes for all cores. The value should correspond to the third (and last) load average value displayed by ‘uptime’ command.
Additional Notes

sysdig_host_load_average_1m

Prometheus IDsysdig_host_load_average_1m
Legacy IDload.average.1m
Metric Typegauge
Unitnumber
DescriptionThe 1 minute system load average represents the average number of jobs in (1) the CPU run queue or (2) waiting for disk I/O averaged over 1 minute for all cores. The value should correspond to the first (of three) load average values displayed by ‘uptime’ command.
Additional Notes

sysdig_host_load_average_5m

Prometheus IDsysdig_host_load_average_5m
Legacy IDload.average.5m
Metric Typegauge
Unitnumber
DescriptionThe 5 minute system load average represents the average number of jobs in (1) the CPU run queue or (2) waiting for disk I/O averaged over 5 minutes for all cores. The value should correspond to the second (of three) load average values displayed by ‘uptime’ command.
Additional Notes

sysdig_host_load_average_percpu_15m

Prometheus IDsysdig_host_load_average_percpu_15m
Legacy IDload.average.percpu.15m
Metric Typegauge
Unitnumber
DescriptionThe 15 minute system load average represents the average number of jobs in (1) the CPU run queue or (2) waiting for disk I/O averaged over 15 minutes, divided by number of system CPUs.
Additional Notes

sysdig_host_load_average_percpu_1m

Prometheus IDsysdig_host_load_average_percpu_1m
Legacy IDload.average.percpu.1m
Metric Typegauge
Unitnumber
DescriptionThe 1 minute system load average represents the average number of jobs in (1) the CPU run queue or (2) waiting for disk I/O averaged over 1 minute, divided by number of system CPUs.
Additional Notes

sysdig_host_load_average_percpu_5m

Prometheus IDsysdig_host_load_average_percpu_5m
Legacy IDload.average.percpu.5m
Metric Typegauge
Unitnumber
DescriptionThe 5 minute system load average represents the average number of jobs in (1) the CPU run queue or (2) waiting for disk I/O averaged over 5 minutes, divided by number of system CPUs.
Additional Notes

sysdig_host_memory_available_bytes

Prometheus IDsysdig_host_memory_available_bytes
Legacy IDmemory.bytes.available
Metric Typegauge
Unitdata
DescriptionThe available memory for a host is obtained from /proc/meminfo. For environments using Linux kernel version 3.12 and later, the available memory is obtained using the mem.available field in /proc/meminfo. For environments using earlier kernel versions, the formula is MemFree + Cached + Buffers.
Additional Notes

sysdig_host_memory_swap_available_bytes

Prometheus IDsysdig_host_memory_swap_available_bytes
Legacy IDmemory.swap.bytes.available
Metric Typegauge
Unitdata
DescriptionAvailable amount of swap memory.
Additional NotesSum of free and cached swap memory. By default, this metric shows the average value for the selected scope. For instance, if you apply it to a group of machines, you will see the average value for the whole group. However, the metric can also be segmented by using ‘Segment by’ in the UI.

sysdig_host_memory_swap_total_bytes

Prometheus IDsysdig_host_memory_swap_total_bytes
Legacy IDmemory.swap.bytes.total
Metric Typegauge
Unitdata
DescriptionTotal amount of swap memory.
Additional NotesBy default, this metric shows the average value for the selected scope. For instance, if you apply it to a group of machines, you will see the average value for the whole group. However, the metric can also be segmented by using ‘Segment by’ in the UI.

sysdig_host_memory_swap_used_bytes

Prometheus IDsysdig_host_memory_swap_used_bytes
Legacy IDmemory.swap.bytes.used
Metric Typegauge
Unitdata
DescriptionUsed amount of swap memory.
Additional NotesThe amount of used swap memory is calculated by subtracting available from total swap memory. By default, this metric shows the average value for the selected scope. For instance, if you apply it to a group of machines, you will see the average value for the whole group. However, the metric can also be segmented by using ‘Segment by’ in the UI.

sysdig_host_memory_swap_used_percent

Prometheus IDsysdig_host_memory_swap_used_percent
Legacy IDmemory.swap.used.percent
Metric Typegauge
Unitpercent
DescriptionUsed percent of swap memory.
Additional NotesThe percentage of used swap memory is calculated as percentual ratio of used and total swap memory. By default, this metric shows the average value for the selected scope. For instance, if you apply it to a group of machines, you will see the average value for the whole group. However, the metric can also be segmented by using ‘Segment by’ in the UI.

sysdig_host_memory_total_bytes

Prometheus IDsysdig_host_memory_total_bytes
Legacy IDmemory.bytes.total
Metric Typegauge
Unitdata
DescriptionThe total memory of a host, in bytes. This value is obtained from /proc.
Additional Notes

sysdig_host_memory_used_bytes

Prometheus IDsysdig_host_memory_used_bytes
Legacy IDmemory.bytes.used
Metric Typegauge
Unitdata
DescriptionThe amount of physical memory currently in use.
Additional NotesBy default, this metric shows the average value for the selected scope. For instance, if you apply it to a group of machines, you will see the average value for the whole group. However, the metric can also be segmented by using ‘Segment by’ in the UI.

sysdig_host_memory_used_percent

Prometheus IDsysdig_host_memory_used_percent
Legacy IDmemory.used.percent
Metric Typegauge
Unitpercent
DescriptionThe percentage of physical memory in use.
Additional NotesBy default, this metric shows the average value for the selected scope. For instance, if you apply it to a group of machines, you will see the average value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI.

sysdig_host_memory_virtual_bytes

Prometheus IDsysdig_host_memory_virtual_bytes
Legacy IDmemory.bytes.virtual
Metric Typegauge
Unitdata
DescriptionThe virtual memory size of the process, in bytes. This value is obtained from Sysdig events.
Additional Notes

sysdig_host_net_connection_in_count

Prometheus IDsysdig_host_net_connection_in_count
Legacy IDnet.connection.count.in
Metric Typecounter
Unitnumber
DescriptionNumber of currently established client (inbound) connections.
Additional NotesThis metric is especially useful when segmented by protocol, port or process.

sysdig_host_net_connection_out_count

Prometheus IDsysdig_host_net_connection_out_count
Legacy IDnet.connection.count.out
Metric Typecounter
Unitnumber
DescriptionNumber of currently established server (outbound) connections.
Additional NotesThis metric is especially useful when segmented by protocol, port or process.

sysdig_host_net_connection_total_count

Prometheus IDsysdig_host_net_connection_total_count
Legacy IDnet.connection.count.total
Metric Typecounter
Unitnumber
DescriptionNumber of currently established connections. This value may exceed the sum of the inbound and outbound metrics since it represents client and server inter-host connections as well as internal only connections.
Additional NotesThis metric is especially useful when segmented by protocol, port or process.

sysdig_host_net_error_count

Prometheus IDsysdig_host_net_error_count
Legacy IDnet.error.count
Metric Typecounter
Unitnumber
DescriptionNumber of network errors.
Additional NotesBy default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI.

sysdig_host_net_http_error_count

Prometheus IDsysdig_host_net_http_error_count
Legacy IDnet.http.error.count
Metric Typecounter
Unitnumber
DescriptionNumber of failed HTTP requests as counted from 4xx/5xx status codes.
Additional Notes

sysdig_host_net_http_request_count

Prometheus IDsysdig_host_net_http_request_count
Legacy IDnet.http.request.count
Metric Typecounter
Unitnumber
DescriptionCount of HTTP requests.
Additional Notes

sysdig_host_net_http_request_time

Prometheus IDsysdig_host_net_http_request_time
Legacy IDnet.http.request.time
Metric Typecounter
Unittime
DescriptionAverage time for HTTP requests.
Additional Notes

sysdig_host_net_http_statuscode_error_count

Prometheus IDsysdig_host_net_http_statuscode_error_count
Legacy IDnet.http.statuscode.error.count
Metric Typecounter
Unitnumber
Description
Additional Notes

sysdig_host_net_http_statuscode_request_count

Prometheus IDsysdig_host_net_http_statuscode_request_count
Legacy IDnet.http.statuscode.request.count
Metric Typecounter
Unitnumber
Description
Additional Notes

sysdig_host_net_http_url_error_count

Prometheus IDsysdig_host_net_http_url_error_count
Legacy IDnet.http.url.error.count
Metric Typecounter
Unitnumber
Description
Additional Notes

sysdig_host_net_http_url_request_count

Prometheus IDsysdig_host_net_http_url_request_count
Legacy IDnet.http.url.request.count
Metric Typecounter
Unitnumber
Description
Additional Notes

sysdig_host_net_http_url_request_time

Prometheus IDsysdig_host_net_http_url_request_time
Legacy IDnet.http.url.request.time
Metric Typecounter
Unittime
Description
Additional Notes

sysdig_host_net_mongodb_collection_error_count

Prometheus IDsysdig_host_net_mongodb_collection_error_count
Legacy IDnet.mongodb.collection.error.count
Metric Typecounter
Unitnumber
Description
Additional Notes

sysdig_host_net_mongodb_collection_request_count

Prometheus IDsysdig_host_net_mongodb_collection_request_count
Legacy IDnet.mongodb.collection.request.count
Metric Typecounter
Unitnumber
Description
Additional Notes

sysdig_host_net_mongodb_collection_request_time

Prometheus IDsysdig_host_net_mongodb_collection_request_time
Legacy IDnet.mongodb.collection.request.time
Metric Typecounter
Unittime
Description
Additional Notes

sysdig_host_net_mongodb_error_count

Prometheus IDsysdig_host_net_mongodb_error_count
Legacy IDnet.mongodb.error.count
Metric Typecounter
Unitnumber
Description
Additional Notes

sysdig_host_net_mongodb_operation_error_count

Prometheus IDsysdig_host_net_mongodb_operation_error_count
Legacy IDnet.mongodb.operation.error.count
Metric Typecounter
Unitnumber
Description
Additional Notes

sysdig_host_net_mongodb_operation_request_count

Prometheus IDsysdig_host_net_mongodb_operation_request_count
Legacy IDnet.mongodb.operation.request.count
Metric Typecounter
Unitnumber
Description
Additional Notes

sysdig_host_net_mongodb_operation_request_time

Prometheus IDsysdig_host_net_mongodb_operation_request_time
Legacy IDnet.mongodb.operation.request.time
Metric Typecounter
Unittime
Description
Additional Notes

sysdig_host_net_mongodb_request_count

Prometheus IDsysdig_host_net_mongodb_request_count
Legacy IDnet.mongodb.request.count
Metric Typecounter
Unitnumber
Description
Additional Notes

sysdig_host_net_mongodb_request_time

Prometheus IDsysdig_host_net_mongodb_request_time
Legacy IDnet.mongodb.request.time
Metric Typecounter
Unittime
Description
Additional Notes

sysdig_host_net_in_bytes

Prometheus IDsysdig_host_net_in_bytes
Legacy IDnet.bytes.in
Metric Typecounter
Unitdata
DescriptionInbound network bytes.
Additional NotesBy default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI.

sysdig_host_net_out_bytes

Prometheus IDsysdig_host_net_out_bytes
Legacy IDnet.bytes.out
Metric Typecounter
Unitdata
DescriptionOutbound network bytes.
Additional NotesBy default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI.

sysdig_host_net_request_count

Prometheus IDsysdig_host_net_request_count
Legacy IDnet.request.count
Metric Typecounter
Unitnumber
DescriptionTotal number of network requests. Note, this value may exceed the sum of inbound and outbound requests, because this count includes requests over internal connections.
Additional Notes

sysdig_host_net_request_in_count

Prometheus IDsysdig_host_net_request_in_count
Legacy IDnet.request.count.in
Metric Typecounter
Unitnumber
DescriptionNumber of inbound network requests.
Additional Notes

sysdig_host_net_request_in_time

Prometheus IDsysdig_host_net_request_in_time
Legacy IDnet.request.time.in
Metric Typecounter
Unittime
DescriptionAverage time to serve an inbound request.
Additional Notes

sysdig_host_net_request_out_count

Prometheus IDsysdig_host_net_request_out_count
Legacy IDnet.request.count.out
Metric Typecounter
Unitnumber
DescriptionNumber of outbound network requests.
Additional Notes

sysdig_host_net_request_out_time

Prometheus IDsysdig_host_net_request_out_time
Legacy IDnet.request.time.out
Metric Typecounter
Unittime
DescriptionAverage time spent waiting for an outbound request.
Additional Notes

sysdig_host_net_request_time

Prometheus IDsysdig_host_net_request_time
Legacy IDnet.request.time
Metric Typecounter
Unittime
DescriptionAverage time to serve a network request.
Additional Notes

sysdig_host_net_server_connection_in_count

Prometheus IDsysdig_host_net_server_connection_in_count
Legacy IDnet.server.connection.count.in
Metric Typecounter
Unitnumber
Description
Additional Notes

sysdig_host_net_server_in_bytes

Prometheus IDsysdig_host_net_server_in_bytes
Legacy IDnet.server.bytes.in
Metric Typecounter
Unitdata
Description
Additional Notes

sysdig_host_net_server_out_bytes

Prometheus IDsysdig_host_net_server_out_bytes
Legacy IDnet.server.bytes.out
Metric Typecounter
Unitdata
Description
Additional Notes

sysdig_host_net_server_total_bytes

Prometheus IDsysdig_host_net_server_total_bytes
Legacy IDnet.server.bytes.total
Metric Typecounter
Unitdata
Description
Additional Notes

sysdig_host_net_sql_error_count

Prometheus IDsysdig_host_net_sql_error_count
Legacy IDnet.sql.error.count
Metric Typecounter
Unitnumber
DescriptionNumber of Failed SQL requests.
Additional Notes

sysdig_host_net_sql_query_error_count

Prometheus IDsysdig_host_net_sql_query_error_count
Legacy IDnet.sql.query.error.count
Metric Typecounter
Unitnumber
Description
Additional Notes

sysdig_host_net_sql_query_request_count

Prometheus IDsysdig_host_net_sql_query_request_count
Legacy IDnet.sql.query.request.count
Metric Typecounter
Unitnumber
Description
Additional Notes

sysdig_host_net_sql_query_request_time

Prometheus IDsysdig_host_net_sql_query_request_time
Legacy IDnet.sql.query.request.time
Metric Typecounter
Unittime
Description
Additional Notes

sysdig_host_net_sql_querytype_error_count

Prometheus IDsysdig_host_net_sql_querytype_error_count
Legacy IDnet.sql.querytype.error.count
Metric Typecounter
Unitnumber
Description
Additional Notes

sysdig_host_net_sql_querytype_request_count

Prometheus IDsysdig_host_net_sql_querytype_request_count
Legacy IDnet.sql.querytype.request.count
Metric Typecounter
Unitnumber
Description
Additional Notes

sysdig_host_net_sql_querytype_request_time

Prometheus IDsysdig_host_net_sql_querytype_request_time
Legacy IDnet.sql.querytype.request.time
Metric Typecounter
Unittime
Description
Additional Notes

sysdig_host_net_sql_request_count

Prometheus IDsysdig_host_net_sql_request_count
Legacy IDnet.sql.request.count
Metric Typecounter
Unitnumber
DescriptionNumber of SQL requests.
Additional Notes

sysdig_host_net_sql_request_time

Prometheus IDsysdig_host_net_sql_request_time
Legacy IDnet.sql.request.time
Metric Typecounter
Unittime
DescriptionAverage time to complete a SQL request.
Additional Notes

sysdig_host_net_sql_table_error_count

Prometheus IDsysdig_host_net_sql_table_error_count
Legacy IDnet.sql.table.error.count
Metric Typecounter
Unitnumber
Description
Additional Notes

sysdig_host_net_sql_table_request_count

Prometheus IDsysdig_host_net_sql_table_request_count
Legacy IDnet.sql.table.request.count
Metric Typecounter
Unitnumber
Description
Additional Notes

sysdig_host_net_sql_table_request_time

Prometheus IDsysdig_host_net_sql_table_request_time
Legacy IDnet.sql.table.request.time
Metric Typecounter
Unittime
Description
Additional Notes

sysdig_host_net_tcp_queue_len

Prometheus IDsysdig_host_net_tcp_queue_len
Legacy IDnet.tcp.queue.len
Metric Typecounter
Unitnumber
DescriptionLength of the TCP request queue.
Additional Notes

sysdig_host_net_total_bytes

Prometheus IDsysdig_host_net_total_bytes
Legacy IDnet.bytes.total
Metric Typecounter
Unitdata
DescriptionTotal network bytes, inbound and outbound.
Additional NotesBy default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI.

sysdig_host_proc_count

Prometheus IDsysdig_host_proc_count
Legacy IDproc.count
Metric Typecounter
Unitnumber
DescriptionNumber of processes on host or container.
Additional Notes

sysdig_host_syscall_count

Prometheus IDsysdig_host_syscall_count
Legacy IDsyscall.count
Metric Typegauge
Unitnumber
DescriptionTotal number of syscalls seen
Additional NotesSyscalls are resource intensive. This metric tracks how many have been made by a given process or container

sysdig_host_syscall_error_count

Prometheus IDsysdig_host_syscall_error_count
Legacy IDhost.error.count
Metric Typecounter
Unitnumber
DescriptionNumber of system call errors.
Additional NotesBy default, this metric shows the total value for the selected scope. For instance, if you apply it to a group of machines, you will see the total value for the whole group. However, you can easily segment the metric to see it by host, process, container, and so on. Just use ‘Segment by’ in the UI.

sysdig_host_system_uptime

Prometheus IDsysdig_host_system_uptime
Legacy IDsystem.uptime
Metric Typegauge
Unittime
DescriptionThis metric is sent by the agent and represent the amount of seconds since host boot time. It is not available with container granularity.
Additional Notes

sysdig_host_thread_count

Prometheus IDsysdig_host_thread_count
Legacy IDthread.count
Metric Typecounter
Unitnumber
Description
Additional Notes

sysdig_host_timeseries_count_appcheck

Prometheus IDsysdig_host_timeseries_count_appcheck
Legacy IDmetricCount.appCheck
Metric Typegauge
Unitnumber
Description
Additional Notes

sysdig_host_timeseries_count_jmx

Prometheus IDsysdig_host_timeseries_count_jmx
Legacy IDmetricCount.jmx
Metric Typegauge
Unitnumber
Description
Additional Notes

sysdig_host_timeseries_count_prometheus

Prometheus IDsysdig_host_timeseries_count_prometheus
Legacy IDmetricCount.prometheus
Metric Typegauge
Unitnumber
Description
Additional Notes

sysdig_host_timeseries_count_statsd

Prometheus IDsysdig_host_timeseries_count_statsd
Legacy IDmetricCount.statsd
Metric Typegauge
Unitnumber
Description
Additional Notes

sysdig_host_up

Prometheus IDsysdig_host_up
Legacy IDuptime
Metric Typegauge
Unitnumber
DescriptionThe percentage of time the selected entity was down during the visualized time sample. This can be used to determine if a machine (or a group of machines) went down.
Additional Notes