zwangsheng commented on code in PR #5945: URL: https://github.com/apache/kyuubi/pull/5945#discussion_r1441365760
########## docker/playground/README.md: ########## @@ -34,6 +34,8 @@ Kyuubi supply some built-in dataset, after Kyuubi started, you can run the follo - MinIO: http://localhost:9001 - PostgreSQL localhost:5432 (username: postgres, password: postgres) - Spark UI: http://localhost:4040 (available after Spark application launching by Kyuubi, port may be 4041, 4042... if you launch more than one Spark applications) +- Prometheus: http://localhost:9090 +- grafana: http://localhost:3000 (username: admin, password: admin) Review Comment: I have tried to set anonymous access grafana, and actually here are same config to allow anonymous to create and edit dashboard, but it required login in to save those dashboard. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
