The ID for a volume is composed of the node, svm, volume, and uuid, formatted as node:svm:volume:uuid. This means the scope of this filtering is limited to the node, svm, and volume only.
Similar to the first method, if any of the node, svm, or volume has a match with the regular expression, it may result in false positives.
Approach 3: Property Value Search
This method involves searching for a specific property value.
RestPerf Endpoint Filtering
Below are three methods for applying filters to RestPerf endpoints.
Use Case: filtering volumes by their names.
Approach 1: Cross-Field Query
Endpoint:
Limitations:
Approach 2: ID Regex Search
Endpoint:
Limitations:
node:svm:volume:uuid
. This means the scope of this filtering is limited to the node, svm, and volume only.Approach 3: Property Value Search
This method involves searching for a specific property value.
Endpoint:
Limitations:
Irrespective of the approach, code changes in collector will be same. Approach 1 and 2 looks good to me.