This topic describes monitoring metrics related to the number of OCP-Agent process goroutines on a host.
monagent
Definition
The number of goroutines in the monagent process.
Description
| Metric | Metric name | Unit |
|---|---|---|
| monagent | monagent_goroutine_count | N/A |
Calculation expression
max(go_goroutines{process="ocp_monagent",@LABELS}) by (@GBLABELS)
mgragent
Definition
The number of goroutines in the mgragent process.
Description
| Metric | Metric name | Unit |
|---|---|---|
| mgragent | mgragent_goroutine_count | N/A |
Calculation expression
max(go_goroutines{process="ocp_mgragent",@LABELS}) by (@GBLABELS)