@@ -14,10 +14,10 @@ type TelemetryRequest struct {
1414
1515// TelemetryFrontendLog represents a single telemetry log entry.
1616type TelemetryFrontendLog struct {
17- WorkspaceID int64 `json:"workspace_id,omitempty"`
18- FrontendLogEventID string `json:"frontend_log_event_id,omitempty"`
19- Context * FrontendLogContext `json:"context,omitempty"`
20- Entry * FrontendLogEntry `json:"entry,omitempty"`
17+ WorkspaceID int64 `json:"workspace_id,omitempty"`
18+ FrontendLogEventID string `json:"frontend_log_event_id,omitempty"`
19+ Context * FrontendLogContext `json:"context,omitempty"`
20+ Entry * FrontendLogEntry `json:"entry,omitempty"`
2121}
2222
2323// FrontendLogContext contains the client context.
@@ -72,19 +72,19 @@ type DriverConnectionParameters struct {
7272
7373// SQLExecutionEvent contains SQL execution details.
7474type SQLExecutionEvent struct {
75- ResultFormat string `json:"result_format,omitempty"`
76- ChunkCount int `json:"chunk_count,omitempty"`
77- BytesDownloaded int64 `json:"bytes_downloaded,omitempty"`
78- PollCount int `json:"poll_count,omitempty"`
79- OperationDetail * OperationDetail `json:"operation_detail,omitempty"`
75+ ResultFormat string `json:"result_format,omitempty"`
76+ ChunkCount int `json:"chunk_count,omitempty"`
77+ BytesDownloaded int64 `json:"bytes_downloaded,omitempty"`
78+ PollCount int `json:"poll_count,omitempty"`
79+ OperationDetail * OperationDetail `json:"operation_detail,omitempty"`
8080}
8181
8282// OperationDetail contains operation-specific details.
8383type OperationDetail struct {
84- OperationType string `json:"operation_type,omitempty"`
85- NOperationStatusCalls int64 `json:"n_operation_status_calls,omitempty"`
86- OperationStatusLatencyMs int64 `json:"operation_status_latency_millis,omitempty"`
87- IsInternalCall bool `json:"is_internal_call,omitempty"`
84+ OperationType string `json:"operation_type,omitempty"`
85+ NOperationStatusCalls int64 `json:"n_operation_status_calls,omitempty"`
86+ OperationStatusLatencyMs int64 `json:"operation_status_latency_millis,omitempty"`
87+ IsInternalCall bool `json:"is_internal_call,omitempty"`
8888}
8989
9090// DriverErrorInfo contains error information.
0 commit comments