Modifier and Type | Constant Field | Value |
---|---|---|
protected final int |
HASH_MULTIPLIER |
31 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CLIENT_TAG |
"client:java" |
public static final String |
CLIENT_TRANSPORT_TAG |
"client_transport:" |
public static final String |
CLIENT_VERSION_TAG |
"client_version:" |
public static final boolean |
DEFAULT_BLOCKING |
false |
public static final int |
DEFAULT_DOGSTATSD_PORT |
8125 |
public static final boolean |
DEFAULT_ENABLE_AGGREGATION |
false |
public static final boolean |
DEFAULT_ENABLE_TELEMETRY |
true |
public static final int |
DEFAULT_POOL_SIZE |
512 |
public static final int |
DEFAULT_PROCESSOR_WORKERS |
1 |
public static final int |
DEFAULT_QUEUE_SIZE |
4096 |
public static final int |
DEFAULT_SENDER_WORKERS |
1 |
public static final int |
DEFAULT_UDP_MAX_PACKET_SIZE_BYTES |
1432 |
public static final int |
DEFAULT_UDS_MAX_PACKET_SIZE_BYTES |
8192 |
public static final int |
SOCKET_BUFFER_BYTES |
-1 |
public static final int |
SOCKET_TIMEOUT_MS |
100 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected final String |
AGGREGATOR_THREAD_NAME |
"statsd-aggregator-thread" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
MESSAGE_TOO_LONG |
"Message longer than size of sendBuffer" |
protected static final int |
WAIT_SLEEP_MS |
10 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected final String |
aggregatedContextsMetric |
"datadog.dogstatsd.client.aggregated_context" |
protected final String |
bytesDroppedMetric |
"datadog.dogstatsd.client.bytes_dropped" |
protected final String |
bytesSentMetric |
"datadog.dogstatsd.client.bytes_sent" |
protected final String |
eventsSentMetric |
"datadog.dogstatsd.client.events" |
protected final String |
metricsSentMetric |
"datadog.dogstatsd.client.metrics" |
protected final String |
packetsDroppedMetric |
"datadog.dogstatsd.client.packets_dropped" |
protected final String |
packetsDroppedQueueMetric |
"datadog.dogstatsd.client.packets_dropped_queue" |
protected final String |
packetsSentMetric |
"datadog.dogstatsd.client.packets_sent" |
protected final String |
serviceChecksSentMetric |
"datadog.dogstatsd.client.service_checks" |
Copyright © 2020. All rights reserved.