public interface WavefrontEventSender
void sendEvent(String name, long startMillis, long endMillis, @Nullable String source, @Nullable Map<String,String> tags, @Nullable Map<String,String> annotations) 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.annotations - The annotations (details, type, severity, e.g.) associated with this eventIOException - if there was an error sending the event.Copyright © 2022. All rights reserved.