@@ -156,7 +156,7 @@ After developer tools have been enabled, obtain a session cookie as follows:
...
@@ -156,7 +156,7 @@ After developer tools have been enabled, obtain a session cookie as follows:
1. Select the `results?request_id=<some-request-id>` request on the left hand side.
1. Select the `results?request_id=<some-request-id>` request on the left hand side.
1. The session cookie is displayed under the `Request Headers` section of the `Headers` panel. Right-click on the cookie value and select `Copy value`.
1. The session cookie is displayed under the `Request Headers` section of the `Headers` panel. Right-click on the cookie value and select `Copy value`.


You have the value of the session cookie copied to your clipboard, for example:
You have the value of the session cookie copied to your clipboard, for example:
...
@@ -191,11 +191,11 @@ You can then view the database details for this request:
...
@@ -191,11 +191,11 @@ You can then view the database details for this request:
1. Paste the `x-request-id` value into the `request details` field of the [performance bar](../monitoring/performance/performance_bar.md) and press <kbd>Enter/Return</kbd>. This example uses the `x-request-id` value `01FGN8P881GF2E5J91JYA338Y3`, returned by the above response:
1. Paste the `x-request-id` value into the `request details` field of the [performance bar](../monitoring/performance/performance_bar.md) and press <kbd>Enter/Return</kbd>. This example uses the `x-request-id` value `01FGN8P881GF2E5J91JYA338Y3`, returned by the above response:


1. A new request is inserted into the `Request Selector` dropdown list on the right-hand side of the Performance Bar. Select the new request to view the metrics of the API request:
1. A new request is inserted into the `Request Selector` dropdown list on the right-hand side of the Performance Bar. Select the new request to view the metrics of the API request:


<!-- vale gitlab_base.Substitutions = NO -->
<!-- vale gitlab_base.Substitutions = NO -->
1. Select the `pg` link in the Progress Bar to view the database queries executed by the API request:
1. Select the `pg` link in the Progress Bar to view the database queries executed by the API request: