You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/06/07 20:32:00 UTC

[jira] [Commented] (NIFI-6352) Add ability to report all component metrics to Prometheus

    [ https://issues.apache.org/jira/browse/NIFI-6352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16858975#comment-16858975 ] 

ASF subversion and git services commented on NIFI-6352:
-------------------------------------------------------

Commit 99d6ed244cd8808646eaa9fbf446e4be36defafc in nifi's branch refs/heads/master from Matt Burgess
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=99d6ed2 ]

NIFI-6352: Add ability to report all component metrics to Prometheus

This closes #3519.

Signed-off-by: Kevin Doran <kd...@apache.org>


> Add ability to report all component metrics to Prometheus
> ---------------------------------------------------------
>
>                 Key: NIFI-6352
>                 URL: https://issues.apache.org/jira/browse/NIFI-6352
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Matt Burgess
>            Assignee: Matt Burgess
>            Priority: Major
>             Fix For: 1.10.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> NIFI-5435 offered a new reporting task that lets Prometheus scrape metrics from NiFi. The initial contribution included rollup metrics for the root process group.
> This Jira proposes to add options for the granularity of metrics reporting, namely:
> - Root Process Group rollup (the current capability)
> - All Process Groups (parent/child PGs but no individual components)
> - All Components (ports, connections, processors, etc.)
> The "All Components" option is akin to what the SiteToSiteStatusReportingTask makes available today.
> Note that the original process group gauges sometimes apply to other components as well, so some renaming of gauges and/or properties might need to be done. Filtering on component type can be done by Prometheus (if All Components is specified)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)