If you go to Settings (in the upper-right corner) and select Variables, we can add a new pod variable:
Besides the name of the variable, we set its type as query to obtain its values from a Prometheus http_request_duration_microseconds_bucket query. We then set /.*pod="([^"]*).*/ as the regex that will extract the pod label value from each observation.
The pod variable can assume distinct values of the pod label, but because we also selected the Include All option, we may say that the ...