This repository has been archived by the owner on Jun 23, 2022. It is now read-only.
feat(split): add split related perf-counter #789
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request add bulk load perf-counters, including:
splitting_count
name: replicaeon.replica_stubreplicas.splitting.count
replica count who are executing partition split
splitting_max_duration_time_ms
name: replicaeon.replica_stubreplicas.splitting.max.duration.time(ms)
partition split max duration time(ms)
splitting_max_async_learn_time_ms
name: replicaeon.replica_stubreplicas.splitting.max.async.learn.time(ms)
partition split max async learn time(ms)
splitting_max_copy_file_size
name: replicaeon.replica_stubreplicas.splitting.max.copy.file.size
partition split max copy file size
splitting_recent_start_count
name: replicaeon.replica_stubreplicas.splitting.recent.start.count
partition split recent start count
splitting_recent_copy_file_count
name: replicaeon.replica_stubreplicas.splitting.recent.copy.file.count
partition split recent copy file count
splitting_recent_copy_file_size
name: replicaeon.replica_stubreplicas.splitting.recent.copy.file.size
partition split recent copy file size
splitting_recent_copy_mutation_count
name: replicaeon.replica_stubreplicas.splitting.recent.copy.mutation.count
partition split recent copy mutation count
splitting_recent_split_succ_count
name: replicaeon.replica_stubreplicas.splitting.succ.count
partition split recent succee count
splitting_recent_split_fail_count
name: replicaeon.replica_stubreplicas.splitting.fail.count
partition split recent failed count