Number of process file descriptors

2025-03-28 08:05:55  Updated

This topic describes monitoring metrics related to the number of process file descriptors on a host.

observer

Definition

The number of file descriptors for the observer process.

Description

Metric Metric name Unit
observer observer_fd_count N/A

Calculation expression

avg(process_fd_count{name="observer",@LABELS}) by (@GBLABELS)

obproxy

Definition

The resident memory size of the obproxy process.

Description

Metric Metric name Unit
obproxy obproxy_fd_count N/A

Calculation expression

avg(process_fd_count{name="obproxy",@LABELS}) by (@GBLABELS)

monagent

Definition

The number of file descriptors for the monagent process.

Description

Metric Metric name Unit
monagent monagent_open_fd_count N/A

Calculation expression

avg(process_fd_count{name="ocp_monagent",@LABELS}) by (@GBLABELS)

mgragent

Definition

The number of file descriptors for the mgragent process.

Description

Metric Metric name Unit
mgragent mgragent_open_fd_count N/A

Calculation expression

avg(process_fd_count{name="ocp_mgragent",@LABELS}) by (@GBLABELS)

Contact Us