| Package | Description |
|---|---|
| com.github.arnabk.statsd |
| Modifier and Type | Method and Description |
|---|---|
AlertType |
EventMessage.getAlterType() |
static AlertType |
AlertType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertType[] |
AlertType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlockingStatsDEventClient.event(String title,
String message,
AlertType alertType)
Submit event with title, message and alter type
|
void |
NonBlockingStatsDEventClient.event(String title,
String message,
long dateHappened,
String aggregationKey,
Priority priority,
String sourceTypeName,
AlertType alterType,
String... tags)
Reports an event to the datadog agent (non-blocking)
|
void |
BlockingStatsDEventClient.event(String title,
String message,
long dateHappened,
String aggregationKey,
Priority priority,
String sourceTypeName,
AlertType alterType,
String... tags)
Reports an event to the datadog agent
|
protected String |
BlockingStatsDEventClient.prepareMessage(String title,
String message,
long dateHappened,
String aggregationKey,
Priority priority,
String sourceTypeName,
AlertType alterType,
String... tags) |
void |
EventMessage.setAlterType(AlertType alterType) |
Copyright © 2016. All rights reserved.