| Modifier and Type | Field and Description |
|---|---|
protected T |
value |
| Constructor and Description |
|---|
Histogram(String name,
Number value,
String... tags)
Create an Histogram value to be sent to DogStatD.
|
| Modifier and Type | Method and Description |
|---|---|
void |
format(CharBuffer chars)
Format the message to be sent.
|
boolean |
validate()
Validate the message to be sent.
|
public boolean validate()
Validator.nameIsValid(String) to validate the metric name.Validator.tagIsValid(String) to validate each tag.public void format(CharBuffer chars)
MessageCopyright © 2016–2018. All rights reserved.