Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Java 6, MacOSX 6
-
Improved grouping of Hadoop metrics and Chukwa metrics.
Description
Metrics emited by Chukwa Agent through MetricsContext is structured as:
contextName: chukwaHttpSender
recordName: chukwaHttpSender
The same context is repeated twice in the naming hierarchy.
Ideally, the structure should be:
contextName: chukwaAgent
recordName: httpSender
Therefore, the metrics can be collected in chukwa table, column family: agent_httpSender. In sequence file, it will be chukwa data type directory, and hashmap looks like:
{ "contextName":"chukwaAgent","recordName":"httpSender",...}
Attachments
Attachments
Issue Links
- duplicates
-
CHUKWA-556 Remove Hadoop_ prefix from Hadoop Metrics Processor
-
- Resolved
-