Skip to content

Commit

Permalink
add metrics in Metrics.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hfutatzhanghb committed Dec 16, 2024
1 parent 4d3b3ca commit 0bdb7fa
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,10 @@ Each metrics record contains tags such as SessionId and Hostname as additional i
| `ProcessedCommandsOpNumOps` | Total number of processed commands operations |
| `ProcessedCommandsOpAvgTime` | Average time of processed commands operations in milliseconds |
| `NullStorageBlockReports` | Number of blocks in IBRs that failed due to null storage |
| `AcquireDatasetReadLockNumOps` | Total number of acquiring dataset read lock operations |
| `AcquireDatasetReadLockAvgTime` | Average time of acquiring dataset read lock operations in nanoseconds |
| `AcquireDatasetWriteLockNumOps` | Total number of acquiring dataset write lock operations |
| `AcquireDatasetWriteLockAvgTime` | Average time of acquiring dataset write lock operations in nanoseconds |

FsVolume
--------
Expand Down

0 comments on commit 0bdb7fa

Please sign in to comment.