Add Rate Limiting for crdb_internal.pebble_metrics()
#107881
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-storage
Storage Team
Currently the
crdb_internal.pebble_metrics()
introduced in this pr: #107743 uses iterators to count different key types, snapshot pinned keys etc. As a result, these calls should be "rate limited".Jira issue: CRDB-30240
The text was updated successfully, but these errors were encountered: