Anonymitaet commented on code in PR #363:
URL: https://github.com/apache/pulsar-site/pull/363#discussion_r1064245790


##########
docs/administration-stats.md:
##########
@@ -67,7 +74,7 @@ The following table outlines the stats of a topic. For more 
details about how to
 | lastAckedTimestamp                               | The latest timestamp of 
all the acknowledged timestamps of the consumers.                               
                                                                                
                                                                             |
 | msgRateRedeliver                                 | The total rate of 
messages redelivered on this subscription (message per second).                 
                                                                                
                                                                                
   |
 | chunkedMessageRate                               | The chunked message 
dispatch rate.                                                                  
                                                                                
                                                                                
 |
-| earliestMsgPublishTimeInBacklog                  | The publish time of the 
earliest message in the backlog for the subscription (in milliseconds).         
                                                                                
                                                                             |
+| earliestMsgPublishTimeInBacklog                  | The publish time of the 
earliest message in the backlog for the subscription (in milliseconds). Not 
reset upon restart                                                              
                                                                                
 |

Review Comment:
   ```suggestion
   | earliestMsgPublishTimeInBacklog                  | The publish time of the 
earliest message in the backlog for the subscription (in milliseconds). Note 
that **this metric is not reset upon restart**.                                 
                                                                                
                              |
   ```



##########
versioned_docs/version-2.10.x/admin-api-topics.md:
##########
@@ -314,9 +320,9 @@ You can check the following statistics of a given 
non-partitioned topic.
 
   -   **msgChunkPublished**: Topic has chunked message published on it.
 
-  -   **backlogSize**: Estimated total unconsumed or backlog size (in bytes).
+  -   **backlogSize**: Estimated total unconsumed or backlog size (in bytes). 
Not reset upon restart.

Review Comment:
   ```suggestion
     -   **backlogSize**: Estimated total unconsumed or backlog size (in 
bytes). Note that **this metric is not reset upon restart**. 
   ```



##########
docs/administration-stats.md:
##########
@@ -86,7 +93,7 @@ The following table outlines the stats of a topic. For more 
details about how to
 | filterRescheduledMsgCount                        | The number of messages 
rescheduled by `EntryFilter`.                                                   
                                                                                
                                                                              |
 | bytesOutCounter                                  | The total bytes delivered 
to a consumer.                                                                  
                                                                                
                                                                           |
 | msgOutCounter                                    | The total messages 
delivered to a consumer.                                                        
                                                                                
                                                                                
  |
-| backlogSize                                      | The size of backlog for 
this subscription (in bytes).                                                   
                                                                                
                                                                             |
+| backlogSize                                      | The size of backlog for 
this subscription (in bytes). Not reset upon restart                            
                                                                                
                                                                             |

Review Comment:
   ```suggestion
   | backlogSize                                      | The size of backlog for 
this subscription (in bytes). Note that **this metric is not reset upon 
restart**.                                                                      
                                                                                
                                    |
   ```



##########
versioned_docs/version-2.10.x/admin-api-topics.md:
##########
@@ -384,7 +390,7 @@ You can check the following statistics of a given 
non-partitioned topic.
 
           -   **backlogSize**: Size of backlog for this subscription (in 
bytes).
           
-          -   **earliestMsgPublishTimeInBacklog**: The publish time of the 
earliest message in the backlog for the subscription (ms).
+          -   **earliestMsgPublishTimeInBacklog**: The publish time of the 
earliest message in the backlog for the subscription (ms). Not reset upon 
restart.

Review Comment:
   ```suggestion
             -   **earliestMsgPublishTimeInBacklog**: The publish time of the 
earliest message in the backlog for the subscription (ms). Note that **this 
metric is not reset upon restart**. 
   ```



##########
versioned_docs/version-2.10.x/admin-api-topics.md:
##########
@@ -314,9 +320,9 @@ You can check the following statistics of a given 
non-partitioned topic.
 
   -   **msgChunkPublished**: Topic has chunked message published on it.
 
-  -   **backlogSize**: Estimated total unconsumed or backlog size (in bytes).
+  -   **backlogSize**: Estimated total unconsumed or backlog size (in bytes). 
Not reset upon restart.
 
-  -   **offloadedStorageSize**: Space used to store the offloaded messages for 
the topic (in bytes).
+  -   **offloadedStorageSize**: Space used to store the offloaded messages for 
the topic (in bytes). Not reset upon restart.

Review Comment:
   ```suggestion
     -   **offloadedStorageSize**: Space used to store the offloaded messages 
for the topic (in bytes). Note that **this metric is not reset upon restart**. 
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to