This topic describes the monitoring metrics related to LogService process resources.
logservice_process_cpu_percent
Metric description
The CPU utilization of the LogService (oblogservice) process.
Metric parameters
Metrics |
Metric Name |
unit |
|---|---|---|
| process_cpu_percent{name="oblogservice"} | logservice_process_cpu_percent | % |
Calculation expression
sum(process_cpu_percent{name="oblogservice",@LABELS}) by (@GBLABELS)
Prometheus collection
OCP MonAgent collects the process_cpu_percent{name="oblogservice"} metric through the processInput plugin.
logservice_rss_memory
Metric description
The Resident Set Size (RSS) of the LogService (oblogservice) process.
Metric parameters
Metrics |
Metric Name |
unit |
|---|---|---|
| process_memory_rss_bytes{name="oblogservice"} | logservice_rss_memory | byte |
Calculation expression
sum(process_memory_rss_bytes{name="oblogservice",@LABELS}) by (@GBLABELS)
Prometheus collection
OCP MonAgent collects the process_memory_rss_bytes{name="oblogservice"} metric through the processInput plugin.
