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
Rename blobName to fileName in blob cache metrics (#134357)
We record the lucene file extention when fetching data from the blob
store. The method argument was named `blobName` which was confusing.
This changes the argument name to `fileName` for clarity.
0 commit comments