From 321609972697152d367e2038ee88bbb318c93f64 Mon Sep 17 00:00:00 2001 From: hzwangtao6 Date: Mon, 22 Jan 2024 09:56:48 +0800 Subject: [PATCH] Correct the spelling error in gague. --- docs/flink-writes.md | 8 ++++---- site/docs/docs/nightly/docs/flink-writes.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/flink-writes.md b/docs/flink-writes.md index 020a13cfb74f..53859de21b5e 100644 --- a/docs/flink-writes.md +++ b/docs/flink-writes.md @@ -213,7 +213,7 @@ They should have the following key-value tags. Metric name | Metric type | Description | | ------------------------- |------------|-----------------------------------------------------------------------------------------------------| -| lastFlushDurationMs | Gague | The duration (in milli) that writer subtasks take to flush and upload the files during checkpoint. | +| lastFlushDurationMs | Gauge | The duration (in milli) that writer subtasks take to flush and upload the files during checkpoint. | | flushedDataFiles | Counter | Number of data files flushed and uploaded. | | flushedDeleteFiles | Counter | Number of delete files flushed and uploaded. | | flushedReferencedDataFiles| Counter | Number of data files referenced by the flushed delete files. | @@ -227,15 +227,15 @@ They should have the following key-value tags. Metric name | Metric type | Description | |---------------------------------|--------|----------------------------------------------------------------------------| -| lastCheckpointDurationMs | Gague | The duration (in milli) that the committer operator checkpoints its state. | -| lastCommitDurationMs | Gague | The duration (in milli) that the Iceberg table commit takes. | +| lastCheckpointDurationMs | Gauge | The duration (in milli) that the committer operator checkpoints its state. | +| lastCommitDurationMs | Gauge | The duration (in milli) that the Iceberg table commit takes. | | committedDataFilesCount | Counter | Number of data files committed. | | committedDataFilesRecordCount | Counter | Number of records contained in the committed data files. | | committedDataFilesByteCount | Counter | Number of bytes contained in the committed data files. | | committedDeleteFilesCount | Counter | Number of delete files committed. | | committedDeleteFilesRecordCount | Counter | Number of records contained in the committed delete files. | | committedDeleteFilesByteCount | Counter | Number of bytes contained in the committed delete files. | -| elapsedSecondsSinceLastSuccessfulCommit| Gague | Elapsed time (in seconds) since last successful Iceberg commit. | +| elapsedSecondsSinceLastSuccessfulCommit| Gauge | Elapsed time (in seconds) since last successful Iceberg commit. | `elapsedSecondsSinceLastSuccessfulCommit` is an ideal alerting metric to detect failed or missing Iceberg commits. diff --git a/site/docs/docs/nightly/docs/flink-writes.md b/site/docs/docs/nightly/docs/flink-writes.md index 07707265f0b9..90122e2f992d 100644 --- a/site/docs/docs/nightly/docs/flink-writes.md +++ b/site/docs/docs/nightly/docs/flink-writes.md @@ -205,7 +205,7 @@ They should have the following key-value tags. Metric name | Metric type | Description | | ------------------------- |------------|-----------------------------------------------------------------------------------------------------| -| lastFlushDurationMs | Gague | The duration (in milli) that writer subtasks take to flush and upload the files during checkpoint. | +| lastFlushDurationMs | Gauge | The duration (in milli) that writer subtasks take to flush and upload the files during checkpoint. | | flushedDataFiles | Counter | Number of data files flushed and uploaded. | | flushedDeleteFiles | Counter | Number of delete files flushed and uploaded. | | flushedReferencedDataFiles| Counter | Number of data files referenced by the flushed delete files. | @@ -219,15 +219,15 @@ They should have the following key-value tags. Metric name | Metric type | Description | |---------------------------------|--------|----------------------------------------------------------------------------| -| lastCheckpointDurationMs | Gague | The duration (in milli) that the committer operator checkpoints its state. | -| lastCommitDurationMs | Gague | The duration (in milli) that the Iceberg table commit takes. | +| lastCheckpointDurationMs | Gauge | The duration (in milli) that the committer operator checkpoints its state. | +| lastCommitDurationMs | Gauge | The duration (in milli) that the Iceberg table commit takes. | | committedDataFilesCount | Counter | Number of data files committed. | | committedDataFilesRecordCount | Counter | Number of records contained in the committed data files. | | committedDataFilesByteCount | Counter | Number of bytes contained in the committed data files. | | committedDeleteFilesCount | Counter | Number of delete files committed. | | committedDeleteFilesRecordCount | Counter | Number of records contained in the committed delete files. | | committedDeleteFilesByteCount | Counter | Number of bytes contained in the committed delete files. | -| elapsedSecondsSinceLastSuccessfulCommit| Gague | Elapsed time (in seconds) since last successful Iceberg commit. | +| elapsedSecondsSinceLastSuccessfulCommit| Gauge | Elapsed time (in seconds) since last successful Iceberg commit. | `elapsedSecondsSinceLastSuccessfulCommit` is an ideal alerting metric to detect failed or missing Iceberg commits.