| Package | Description |
|---|---|
| net.snowflake.client.jdbc.telemetry |
| Modifier and Type | Method and Description |
|---|---|
static TelemetryData |
TelemetryUtil.buildJobData(com.fasterxml.jackson.databind.node.ObjectNode obj) |
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> |
TelemetryClient.logBuffer()
For test use only
|
| Modifier and Type | Method and Description |
|---|---|
void |
TelemetryClient.addLogToBatch(TelemetryData log)
Add log to batch to be submitted to telemetry.
|
void |
Telemetry.addLogToBatch(TelemetryData log)
Attempt to add log to batch, and suppress exceptions thrown in case of failure
|
void |
NoOpTelemetryClient.addLogToBatch(TelemetryData log) |
boolean |
TelemetryClient.sendLog(TelemetryData log)
Send a log to the server, along with any existing logs waiting to be sent
|
Copyright © 2022. All rights reserved.