Github user billoley commented on the issue: https://github.com/apache/accumulo/pull/291 I'd be happy to use something other than the system properties and am open to suggestions. The need for discovering the instance (1,2, etc) is that intermingling tserver metrics makes the metrics pretty useless. For metrics systems that auto-discover the existing tags (Master, TabletServer [for single instance servers], TabletServer-1, TabletServer-2, etc) per host, appending a randomly generated number would be much less elegant and would clutter displays and databases. The need for discovering the service name (-Dapp) comes from the Thrift metrics which are started with a thrift server on several different services. To make these metrics useful, we need to be able to identify which application they came from.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---