diff --git a/README.md b/README.md
index 21e8d8fe264e710e5d76182f177a47e86ef7bc5a..705fef3bdba8f729daa8a45d446a202196e92ca6 100644
--- a/README.md
+++ b/README.md
@@ -18,3 +18,15 @@ curl http://127.0.0.1:8080/ -X GET
 ```sh
 curl http://127.0.0.1:8080/health -X GET
 ```
+
+**Get Hostname**
+
+```sh
+curl http://127.0.0.1:8080/hostname -X GET
+```
+
+**Get Metrics**
+
+```sh
+curl http://127.0.0.1:8080/metrics -X GET
+```
\ No newline at end of file