public interface WavefrontLogSender
| Modifier and Type | Method and Description |
|---|---|
void |
sendLog(String name,
double value,
Long timestamp,
String source,
Map<String,String> tags)
This method is used for sending log meta-data to wavefront.
|
void sendLog(String name, double value, @Nullable Long timestamp, @Nullable String source, @Nullable Map<String,String> tags) throws IOException
name - Log file name/sourcevalue - Value for log streamtimestamp - epoch timestampsource - Logging sourcetags - Labels associated with log sourceIOExceptionCopyright © 2022. All rights reserved.