You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/09/20 13:13:01 UTC

[GitHub] [pulsar] momo-jun commented on a diff in pull request #17734: [improve][doc] Add options to stats and partitioned-stats

momo-jun commented on code in PR #17734:
URL: https://github.com/apache/pulsar/pull/17734#discussion_r975346201


##########
site2/docs/reference-pulsar-admin.md:
##########
@@ -2429,6 +2429,15 @@ Usage
 pulsar-admin topics stats topic
 ```
 
+Options
+
+|Flag|Description|Default|
+|---|---|---|
+|`-etb`,`--get-earliest-time-in-backlog` | Set true to get earliest time in backlog | false |

Review Comment:
   ```suggestion
   |`-etb`,`--get-earliest-time-in-backlog` | Set to `true` to get the earliest time in backlog | false |
   ```



##########
site2/docs/reference-pulsar-admin.md:
##########
@@ -2429,6 +2429,15 @@ Usage
 pulsar-admin topics stats topic
 ```
 
+Options
+
+|Flag|Description|Default|
+|---|---|---|
+|`-etb`,`--get-earliest-time-in-backlog` | Set true to get earliest time in backlog | false |
+|`-gpb`,`--get-precise-backlog`| Set true to get precise backlog | false |

Review Comment:
   ```suggestion
   |`-gpb`,`--get-precise-backlog`| Set to `true` to get precise backlog | false |
   ```



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org