ctubbsii commented on a change in pull request #403: Fixes #404 Provide Grafana dashboard for metrics URL: https://github.com/apache/accumulo/pull/403#discussion_r175528376
########## File path: assemble/pom.xml ########## @@ -274,6 +274,15 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.rat</groupId> + <artifactId>apache-rat-plugin</artifactId> + <configuration> + <excludes> + <exclude>conf/templates/grafana-dashboard.json</exclude> Review comment: This isn't needed anymore. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services