public interface IMetrics
Modifier and Type | Field and Description |
---|---|
static String |
DOCUMENTS_BATCHES_PENDING
the number of parallel document batches in the regular sending pipe.
|
static String |
DOCUMENTS_INDEXATION_RATE
the rate of documents indexed into elasticsearch or othe document database.
|
static String |
DOCUMENTS_INDEXATION_RTT
Document regular round-trip-time.
|
static String |
ERRORS_BATCHES_PENDING
the number of parallel document batches in the error sending pipe.
|
static String |
ERRORS_INDEXATION_RATE
the rate of documents indexed into error indexes.
|
static String |
ERRORS_INDEXATION_RTT
Error document round-trip-time.
|
static String |
FETCH_FAILURES
The occurrences of resource loading failures
|
static String |
FETCH_LENGTH
the length of fetched remote resources.
|
static String |
FETCH_RTT
the time it takes to fetch a remote resource
|
static String |
FETCH_SUCCESS
The occurrences of resource loading success
|
static String |
QUEUE_OFFER_WAIT_TIME
The time it takes to enqueue an incoming data
|
static String |
TUPLE_ACK
the rate of tuple ack.
|
static String |
TUPLE_EPS
Tinput traffic eps, i.e.
|
static String |
TUPLE_FAIL
the rate of tuple fail.
|
static String |
TUPLE_PENDING
The number of pending tuples.
|
static String |
TUPLE_PROCESSING_TIME
the tuple processing time.This is used by processing or output nodes to keep track of the
time it takes to process the tuples.
|
static String |
TUPLE_RTT
Tuple round trip time.
|
static final String TUPLE_ACK
static final String TUPLE_FAIL
static final String TUPLE_PENDING
static final String TUPLE_RTT
static final String DOCUMENTS_INDEXATION_RATE
static final String ERRORS_INDEXATION_RATE
static final String DOCUMENTS_BATCHES_PENDING
static final String ERRORS_BATCHES_PENDING
static final String DOCUMENTS_INDEXATION_RTT
static final String ERRORS_INDEXATION_RTT
static final String FETCH_RTT
static final String FETCH_LENGTH
static final String FETCH_SUCCESS
static final String FETCH_FAILURES
static final String QUEUE_OFFER_WAIT_TIME
static final String TUPLE_EPS
static final String TUPLE_PROCESSING_TIME
Copyright © 2014–2023. All rights reserved.