This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from 3ea9fac NIFI-8040: When changing version of a flow, stop processors
that have a state of Starting in addition to those with a state of Running
add 3ccc9d2 NIFI-9455 Added aggregated predictions to Prometheus Flow
Metrics
No new revisions were added by this update.
Summary of changes:
.../nifi/prometheus/util/NiFiMetricsRegistry.java | 6 +
.../prometheus/util/PrometheusMetricsUtil.java | 156 +++++++-
.../apache/nifi/web/StandardNiFiServiceFacade.java | 38 +-
.../nifi/web/StandardNiFiServiceFacadeSpec.groovy | 34 ++
.../prometheus/TestPrometheusMetricsUtil.java | 406 +++++++++++++++++++++
5 files changed, 631 insertions(+), 9 deletions(-)
create mode 100644
nifi-nar-bundles/nifi-prometheus-bundle/nifi-prometheus-reporting-task/src/test/java/org/apache/nifi/reporting/prometheus/TestPrometheusMetricsUtil.java