GitHub user billoley opened a pull request:
https://github.com/apache/accumulo/pull/291
ACCUMULO-4693: Add instance-specific ProcessName to Hadoop2 metrics
Create process name from system property -Dapp and instance from
-Daccumulo.service.instance if applicable
By adding the ProcessName tag to the MetricsRegistry, this tag will be
added to all created metrics,
allowing metrics consumers to deconflict metrics from different service
instances
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/billoley/accumulo ACCUMULO-4693
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/accumulo/pull/291.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #291
----
commit 4d76acf2c5402a2a7c2982e298b3b5d983e47c43
Author: Bill Oley <[email protected]>
Date: 2017-08-07T16:51:33Z
ACCUMULO-4693: Add instance-specific ProcessName to Hadoop2 metrics
Create process name from system property -Dapp and instance from
-Daccumulo.service.instance if applicable
By adding the ProcessName tag to the MetricsRegistry, this tag will be
added to all created metrics,
allowing metrics consumers to deconflict metrics from different service
instances
ACCUMULO-4693: Add instance-specific ProcessName to Hadoop2 metrics - code
format
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---