You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ym...@apache.org on 2020/10/06 13:26:43 UTC

[nifi] branch main updated (f4473af -> 7cc3713)

This is an automated email from the ASF dual-hosted git repository.

ymdavis pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from f4473af  Add hacktoberfest label to repo
     add 7cc3713  NIFI-7796: Add Prometheus counters for total bytes sent/received (#4522)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/nifi/reporting/EventAccess.java     | 28 +++++++++++++++
 .../java/org/apache/nifi/util/MockEventAccess.java | 15 ++++++++
 .../nifi/prometheus/util/NiFiMetricsRegistry.java  | 21 +++++++++---
 .../prometheus/util/PrometheusMetricsUtil.java     |  8 -----
 .../repository/FlowFileEventRepository.java        |  6 ++++
 .../org/apache/nifi/controller/FlowController.java |  4 +++
 .../metrics/RingBufferEventRepository.java         |  6 ++++
 .../apache/nifi/reporting/StandardEventAccess.java | 40 ++++++++++++++++++++++
 .../apache/nifi/web/StandardNiFiServiceFacade.java | 20 ++++++++++-
 .../nifi/web/controller/ControllerFacade.java      |  5 +++
 .../prometheus/PrometheusReportingTask.java        | 23 +++++++++++--
 11 files changed, 160 insertions(+), 16 deletions(-)