Skip to content

Commit ae234fd

Browse files
authored
DOC-1119 Add new metrics for snowflake_streaming output (#194)
1 parent b684f88 commit ae234fd

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

modules/components/pages/outputs/snowflake_streaming.adoc

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,20 +150,26 @@ This output emits the following metrics.
150150
|===
151151
| Metric name | Description
152152

153+
| `snowflake_compressed_output_size_bytes`
154+
| The size in bytes of each message batch uploaded to Snowflake.
155+
153156
| `snowflake_convert_latency_ns`
154157
| The time taken to convert messages into the Snowflake column data types.
155158

156159
| `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.
158161

159162
| `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`.
161164

162165
| `snowflake_upload_latency_ns`
163166
| The time taken to upload the output file to Snowflake.
164167

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.
167173

168174
|===
169175

0 commit comments

Comments
 (0)