You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/components/pages/outputs/snowflake_streaming.adoc
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,20 +150,26 @@ This output emits the following metrics.
150
150
|===
151
151
| Metric name | Description
152
152
153
+
| `snowflake_compressed_output_size_bytes`
154
+
| The size in bytes of each message batch uploaded to Snowflake.
155
+
153
156
| `snowflake_convert_latency_ns`
154
157
| The time taken to convert messages into the Snowflake column data types.
155
158
156
159
| `snowflake_serialize_latency_ns`
157
-
| The time taken to serialize the converted columnar data into a file to send to Snowflake.
160
+
| The time taken to serialize the converted columnar data into a file for upload to Snowflake.
158
161
159
162
| `snowflake_build_output_latency_ns`
160
-
| The time taken to build the output file that is sent to Snowflake. This metric is the sum of `snowflake_convert_latency_ns` + `snowflake_serialize_latency_ns`.
163
+
| The time taken to build the file that is uploaded to Snowflake. This metric is the sum of `snowflake_convert_latency_ns` + `snowflake_serialize_latency_ns`.
161
164
162
165
| `snowflake_upload_latency_ns`
163
166
| The time taken to upload the output file to Snowflake.
164
167
165
-
| `snowflake_compressed_output_size_bytes`
166
-
| The size in bytes of each message batch sent to Snowflake.
168
+
| `snowflake_register_latency_ns`
169
+
| The time taken to register the uploaded output file with Snowflake.
170
+
171
+
| `snowflake_commit_latency_ns`
172
+
| The time taken to commit the uploaded data updates to the target Snowflake table.
0 commit comments