fredia commented on code in PR #25884:
URL: https://github.com/apache/flink/pull/25884#discussion_r1901434127
##########
docs/content/docs/ops/metrics.md:
##########
@@ -1526,6 +1526,37 @@ Note that for failed checkpoints, metrics are updated on
a best efforts basis an
### RocksDB
Certain RocksDB native metrics are available but disabled by default, you can
find full documentation [here]({{< ref "docs/deployment/config"
>}}#rocksdb-native-metrics)
+### ForStDB
+Certain ForStDB native metrics are available but disabled by default, you can
find full documentation [here]({{< ref "docs/deployment/config"
>}}#rocksdb-native-metrics)
+<table class="table table-bordered">
+ <thead>
+ <tr>
+ <th class="text-left" style="width: 18%">Scope</th>
+ <th class="text-left" style="width: 26%">Metrics</th>
+ <th class="text-left" style="width: 48%">Description</th>
+ <th class="text-left" style="width: 8%">Type</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <th rowspan="3"><strong>Task/Operator</strong></th>
+ <td>forst-cache.hit</td>
+ <td>The hit count of ForSt state backend cache.</td>
+ <td>Counter</td>
+ </tr>
+ <tr>
+ <td>forst-cache.miss</td>
+ <td>The miss count of ForSt state backend cache.</td>
+ <td>Counter</td>
+ </tr>
+ <tr>
+ <td>forst-cache.cachedBytes</td>
Review Comment:
The other metrics on this page are in camelCase, so I changed it to
camelCase as well.
--
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]