HonahX commented on code in PR #1873:
URL: https://github.com/apache/polaris/pull/1873#discussion_r2141189220


##########
getting-started/telemetry/README.md:
##########
@@ -50,10 +52,10 @@ This example requires `jq` to be installed on your machine.
    the `Polairs-Request-Id` header; you should see it in all logs and traces:
 
     ```shell
-    curl -v http://127.0.0.1:8181/api/management/v1/principal-roles \
+    curl -v http://localhost:8181/api/management/v1/principal-roles \
       -H "Authorization: Bearer $POLARIS_TOKEN" \
       -H "Polaris-Request-Id: 1234"
-    curl -v http://127.0.0.1:8181/api/catalog/v1/config?warehouse=polaris_demo 
\
+    curl -v 
'http://localhost.0.0.1:8181/api/catalog/v1/config?warehouse=quickstart_catalog'
 \

Review Comment:
   ```suggestion
       curl -v 
'http://localhost:8181/api/catalog/v1/config?warehouse=quickstart_catalog' \
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to