lordgamez commented on code in PR #1438:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1438#discussion_r1011500343
##########
METRICS.md:
##########
@@ -159,3 +159,25 @@ DeviceInfoNode is a system level metric that reports
metrics about the system re
| connection_name | Name of the connection defined in the flow configuration
|
| component_uuid | UUID of the component
|
| component_name | Name of the component
|
+
+### AgentStatus
+
+AgentStatus is a system level metric that defines current agent status
including repository, component and resource usage information.
+
+| Metric name | Labels | Description
|
+|--------------------------|--------------------------------|--------------------------------------------------------|
+| is_running | repository_name | Is the
repository running (1 or 0) |
+| is_full | repository_name | Is the
repository full (1 or 0) |
+| repository_size | repository_name | Current size of
the repository |
+| uptime_milliseconds | - | Agent uptime in
milliseconds |
+| is_running | component_uuid, component_name | Check if the
component is running (1 or 0) |
+| agent_memory_usage_bytes | - | Memory used by
the agent process in bytes |
+| agent_cpu_utilization | - | CPU utilization
of the agent process (between 0 and 1) |
Review Comment:
Added this to the description in a3cb92d9086aaf04386658f66d072bbb27d85395
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]