[
https://issues.apache.org/jira/browse/NIFI-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208746#comment-17208746
]
ASF subversion and git services commented on NIFI-7796:
-------------------------------------------------------
Commit 7cc37133898b365e81eda884cf386a4f7e3a7022 in nifi's branch
refs/heads/main from Matt Burgess
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=7cc3713 ]
NIFI-7796: Add Prometheus counters for total bytes sent/received (#4522)
* NIFI-7796: Add Prometheus metrics for total bytes sent/received, fixed
read/written metrics
* NIFI-7796: Incorporated review comments
> Add Prometheus metrics for total 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: Matt Burgess
> Priority: Major
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
> 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)