This is an automated email from the ASF dual-hosted git repository.

amoghj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new 77ee577a84 Docs: Correct spelling of gauge (#9543)
77ee577a84 is described below

commit 77ee577a84e49f6e1b103b3f60f585c7b4e46338
Author: Wang Tao <[email protected]>
AuthorDate: Mon Jan 22 10:25:43 2024 +0800

    Docs: Correct spelling of gauge (#9543)
---
 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 020a13cfb7..53859de21b 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 07707265f0..90122e2f99 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.

Reply via email to