| Constructor and Description |
|---|
ReportingService(String server,
String token) |
| Modifier and Type | Method and Description |
|---|---|
static URL |
getReportingUrl(URI server,
String format)
For a given URI generate a properly formatted URL suitable
for sending data to either proxies or a Wavefront service.
|
int |
send(String format,
InputStream stream) |
public int send(String format, InputStream stream)
public static URL getReportingUrl(URI server, String format) throws MalformedURLException
server - a server to report toformat - the format of data to sendMalformedURLExceptionCopyright © 2020. All rights reserved.