public interface WavefrontEventSender
| Modifier and Type | Method and Description |
|---|---|
void |
sendEvent(String name,
long startMillis,
long endMillis,
String source,
Map<String,String> tags)
Sends the given event to Wavefront
|
void sendEvent(String name, long startMillis, long endMillis, @Nullable String source, @Nullable Map<String,String> tags) throws IOException
name - The name of the event. Spaces are replaced with '-' (dashes) and
quotes will be automatically escaped.startMillis - The timestamp in milliseconds when the event was started.endMillis - The timestamp in milliseconds when the event was ended.source - The source (or host) that's sending the event. If null, then assigned
by Wavefront.tags - The tags associated with this event.IOException - if there was an error sending the event.Copyright © 2018. All rights reserved.