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

wanghailin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 511c8afad4 [Improve][Doc] Updated telemetry doc (#7827)
511c8afad4 is described below

commit 511c8afad4e7b4a4e29db532136878305e44b1e1
Author: corgy-w <[email protected]>
AuthorDate: Mon Oct 14 09:57:22 2024 +0800

    [Improve][Doc] Updated telemetry doc (#7827)
---
 docs/en/seatunnel-engine/telemetry.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/seatunnel-engine/telemetry.md 
b/docs/en/seatunnel-engine/telemetry.md
index 9acb1572de..530385392a 100644
--- a/docs/en/seatunnel-engine/telemetry.md
+++ b/docs/en/seatunnel-engine/telemetry.md
@@ -48,8 +48,8 @@ Note: All metrics both have the same labelName `cluster`, 
that's value is the co
 | hazelcast_executor_queueSize              | Gauge | **type**, the type of 
executor, including: "async" "client" "clientBlocking" "clientQuery" "io" 
"offloadable" "scheduled" "system" | The hazelcast executor queueSize of 
seatunnel cluster node              |
 | hazelcast_partition_partitionCount        | Gauge | -                        
                                                                                
                          | The partitionCount of seatunnel cluster node        
                    |
 | hazelcast_partition_activePartition       | Gauge | -                        
                                                                                
                          | The activePartition of seatunnel cluster node       
                    |
-| hazelcast_partition_isClusterSafe         | Gauge | -                        
                                                                                
                          | Weather is cluster safe of partition                
                    |
-| hazelcast_partition_isLocalMemberSafe     | Gauge | -                        
                                                                                
                          | Weather is local member safe of partition           
                    |
+| hazelcast_partition_isClusterSafe         | Gauge | -                        
                                                                                
                          | Whether is cluster safe of partition                
                    |
+| hazelcast_partition_isLocalMemberSafe     | Gauge | -                        
                                                                                
                          | Whether is local member safe of partition           
                    |
 
 ### Thread Pool Status
 

Reply via email to