[
https://issues.apache.org/jira/browse/NIFI-790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14699502#comment-14699502
]
Joseph Witt commented on NIFI-790:
----------------------------------
Agree on the split out nar idea. For formatting issues see here from the patch:
+ </dependency>
+ <dependency>
+ <groupId>com.yammer.metrics</groupId>
+ <artifactId>metrics-core</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.nifi</groupId>
+ <artifactId>nifi-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.nifi</groupId>
+ <artifactId>nifi-processor-utils</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.nifi</groupId>
+ <artifactId>nifi-utils</artifactId>
+ </dependency>
+ <!-- test dependencies -->
+ <dependency>
+ <groupId>org.apache.nifi</groupId>
+ <artifactId>nifi-mock</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <version>1.10.19</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
Some indentations are using tabs and some are using spaces. Checkstyle I do
not believe is looking at the XML so we don't quite have that right yet.
> Create reporting task to deliver metrics to Apache Ambari
> ---------------------------------------------------------
>
> Key: NIFI-790
> URL: https://issues.apache.org/jira/browse/NIFI-790
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Reporter: Joseph Witt
> Assignee: Bryan Bende
> Fix For: 0.3.0
>
> Attachments: NIFI-790.patch
>
>
> Apache Ambari seems to be a good place to aggregate metrics and we're hearing
> from folks that want to use it.
> We should provide a reporting task that makes it extremely simple to send to
> Apache Ambari.
> Probably best to do a simple first pass of basic metrics off high-level flow
> summary stuff. So we can use that to get more detailed feedback on where to
> go with it next. Ambari seems to have a REST API to deliver to.
> https://ambari.apache.org/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)