Yolanda M. Davis created NIFI-7796:
--------------------------------------
Summary: Add counter metrics for bytes received and bytes sent for
components
Key: NIFI-7796
URL: https://issues.apache.org/jira/browse/NIFI-7796
Project: Apache NiFi
Issue Type: New Feature
Components: Core Framework
Reporter: Yolanda M. Davis
Assignee: Yolanda M. Davis
Currently metrics available via Prometheus metrics ndpoint or reporting tasks
include gauges for niti_amount_bytes_received and nifi_amount_bytes_sent.
However in order to perform rate calculations with prometheus it would be
valuable to also expose counters for bytes_received and bytes_sent metrics that
are comparable to the existing values for nifi_total_bytes_read and
nifi_total_bytes_written.
Expected values would be nifi_total_bytes_received and nifi_total_bytes_sent.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)