You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: Eliminate redundant logic in enum-based datastore metric methods
Enum-based overloads in MetricNames now delegate to string-based overloads
for GetDatastoreStatement, GetDatastoreInstance, and the three VendorAll
variants; cache init lambdas call the string methods instead of inlining
identical path-building logic.
Remove dead DatastoreVendor overloads from MetricWireModel (TryBuildDatastoreStatementMetric,
TryBuildDatastoreVendorOperationMetric, TryBuildDatastoreInstanceMetric) — all
call sites in DatastoreSegmentData already use the string-based versions.
0 commit comments