| Package | Description |
|---|---|
| net.snowflake.client.jdbc.telemetry |
| Modifier and Type | Method and Description |
|---|---|
static TelemetryData |
TelemetryUtil.buildJobData(String queryId,
TelemetryField field,
long value)
Create a simple TelemetryData instance for Job metrics using given parameters
|
| Modifier and Type | Method and Description |
|---|---|
LinkedList<TelemetryData> |
Telemetry.logBuffer()
For test use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
Telemetry.addLogToBatch(TelemetryData log)
Add log to batch to be submitted to telemetry.
|
boolean |
Telemetry.sendLog(TelemetryData log)
Send a log to the server, along with any existing logs waiting to be sent
|
void |
Telemetry.tryAddLogToBatch(TelemetryData log)
Attempt to add log to batch, and suppress exceptions thrown in case of
failure
|
Copyright © 2019. All rights reserved.