public interface MetricNames
Modifier and Type | Field and Description |
---|---|
static String |
EDGES_FILTERED
Total edges loaded
|
static String |
EDGES_FILTERED_PCT
Percent of edges filtered out
|
static String |
HISTOGRAM_COMPUTE_PER_PARTITION
Name of metric for compute times per partition
|
static String |
LOCAL_REQUESTS
Counter of requests handled locally
|
static String |
MEMORY_FREE_PERCENT
PercentGauge of memory free
|
static String |
MESSAGE_BYTES_SENT
Counter of messages sent in superstep
|
static String |
MESSAGES_SENT
Counter of messages sent in superstep
|
static String |
PERCENT_LOCAL_REQUESTS
PercentGauge of requests that are handled locally
|
static String |
RECEIVED_BYTES
Number of bytes received in superstep
|
static String |
REMOTE_REQUESTS
Counter of requets sent on the wire
|
static String |
SEND_AGGREGATORS_TO_MASTER_REQUESTS
Counter for sending aggregated values from worker owner to master
|
static String |
SEND_AGGREGATORS_TO_OWNER_REQUESTS
Counter for sending aggregators from master to worker owners
|
static String |
SEND_AGGREGATORS_TO_WORKER_REQUESTS
Counter for sending aggregators from worker owner to other workers
|
static String |
SEND_PARTITION_CURRENT_MESSAGES_REQUESTS
Counter for sending a partition of messages for current superstep
(used during partition exchange)
|
static String |
SEND_PARTITION_MUTATIONS_REQUESTS
Counter for sending a partition of mutations
|
static String |
SEND_VERTEX_REQUESTS
Counter for sending vertices requests
|
static String |
SEND_WORKER_AGGREGATORS_REQUESTS
Counter for sending aggregated values from one worker's vertices
|
static String |
SEND_WORKER_MESSAGES_REQUESTS
Counter for sending a partition of messages for next superstep
|
static String |
SENT_BYTES
Number of bytes sent in superstep
|
static String |
TIME_SPENT_WAITING_ON_TOO_MANY_OPEN_REQUESTS_MS
Counter for time spent waiting on too many open requests
|
static String |
TOTAL_REQUESTS
Guage of total requests
|
static String |
VERTICES_FILTERED
Total vertices filtered
|
static String |
VERTICES_FILTERED_PCT
Percent of vertices filtered out
|
static String |
VERTICES_IN_MUTATION_REQUEST
Histogram for vertices in mutations requests
|
static final String LOCAL_REQUESTS
static final String REMOTE_REQUESTS
static final String TOTAL_REQUESTS
static final String PERCENT_LOCAL_REQUESTS
static final String SEND_VERTEX_REQUESTS
static final String SEND_WORKER_MESSAGES_REQUESTS
static final String SEND_PARTITION_CURRENT_MESSAGES_REQUESTS
static final String SEND_PARTITION_MUTATIONS_REQUESTS
static final String SEND_WORKER_AGGREGATORS_REQUESTS
static final String SEND_AGGREGATORS_TO_MASTER_REQUESTS
static final String SEND_AGGREGATORS_TO_OWNER_REQUESTS
static final String SEND_AGGREGATORS_TO_WORKER_REQUESTS
static final String TIME_SPENT_WAITING_ON_TOO_MANY_OPEN_REQUESTS_MS
static final String MESSAGES_SENT
static final String MESSAGE_BYTES_SENT
static final String VERTICES_IN_MUTATION_REQUEST
static final String SENT_BYTES
static final String RECEIVED_BYTES
static final String MEMORY_FREE_PERCENT
static final String EDGES_FILTERED
static final String EDGES_FILTERED_PCT
static final String VERTICES_FILTERED
static final String VERTICES_FILTERED_PCT
static final String HISTOGRAM_COMPUTE_PER_PARTITION
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.