mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-17 08:46:22 +10:00
[강운덕] [PINPOINT-266] WAS의 Response데이터를 수집하도록 함.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-commons/trunk@3221 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -46,6 +46,8 @@ create 'ApplicationTraceIndex', { NAME => 'I', TTL => 5184000 }, {SPLITS=>["\x0
|
||||
|
||||
create 'ApplicationMapStatisticsCaller', { NAME => 'C', TTL => 5184000, VERSION => 1 }
|
||||
create 'ApplicationMapStatisticsCallee', { NAME => 'C', TTL => 5184000, VERSION => 1 }
|
||||
create 'ApplicationMapStatisticsSelf', { NAME => 'C', TTL => 5184000, VERSION => 1 }
|
||||
|
||||
create 'ApplicationStatistics', { NAME => 'C', TTL => 5184000, VERSION => 1 }
|
||||
create 'HostApplicationMap', { NAME => 'M', TTL => 5184000, VERSION => 1 }
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ import org.apache.hadoop.hbase.util.Bytes;
|
||||
/**
|
||||
* @author emeroad
|
||||
*/
|
||||
public class HBaseTables {
|
||||
public final class HBaseTables {
|
||||
|
||||
public static final int APPLICATION_NAME_MAX_LEN = PinpointConstants.APPLICATION_NAME_MAX_LEN;
|
||||
public static final int AGENT_NAME_MAX_LEN = PinpointConstants.AGENT_NAME_MAX_LEN;
|
||||
@@ -53,7 +53,10 @@ public class HBaseTables {
|
||||
|
||||
public static final String APPLICATION_MAP_STATISTICS_CALLEE = "ApplicationMapStatisticsCallee";
|
||||
public static final byte[] APPLICATION_MAP_STATISTICS_CALLEE_CF_COUNTER = Bytes.toBytes("C");
|
||||
|
||||
|
||||
public static final String APPLICATION_MAP_STATISTICS_SELF = "ApplicationMapStatisticsSelf";
|
||||
public static final byte[] APPLICATION_MAP_STATISTICS_SELF_CF_COUNTER = Bytes.toBytes("C");
|
||||
|
||||
public static final String HOST_APPLICATION_MAP = "HostApplicationMap";
|
||||
public static final byte[] HOST_APPLICATION_MAP_CF_MAP = Bytes.toBytes("M");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user