You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Xiao Chen (JIRA)" <ji...@apache.org> on 2016/04/21 21:24:25 UTC

[jira] [Created] (HADOOP-13048) Improvements to StatD metrics2 sink

Xiao Chen created HADOOP-13048:
----------------------------------

             Summary: Improvements to StatD metrics2 sink
                 Key: HADOOP-13048
                 URL: https://issues.apache.org/jira/browse/HADOOP-13048
             Project: Hadoop Common
          Issue Type: Improvement
          Components: metrics
            Reporter: Xiao Chen
            Priority: Minor


In some recent offline review of feature HADOOP-12360, [~jojochuang] has some good comments. The feature is overall a nice feature, but can have some improvements:

- Validation should be more robust:
{code}
public void init(SubsetConfiguration conf) {
    // Get StatsD host configurations.
    final String serverHost = conf.getString(SERVER_HOST_KEY);
    final int serverPort = Integer.parseInt(conf.getString(SERVER_PORT_KEY));
{code}
- Javadoc should be more accurate:
** Inconsistency host.name v.s. hostname
** Could have better explanation regarding service name and process name
- {{StatsDSink#writeMetric}} should be private.
- Hopefully a document about this and other metric sinks.

Thanks Wei-Chiu and [~dlmarion] for the contribution!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)