Fix a tiny typo in monitoring.md tutorial (#3056)

Update monitoring.md
This commit is contained in:
Sadra Barikbin 2025-03-04 19:36:26 +03:30 committed by GitHub
parent 08bbfa16a1
commit 144d99c147
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ In this guide, Prometheus monitoring data will be consumed on a local computer.
* Use ssh [local port forwarding](https://www.ssh.com/academy/ssh/tunneling-example) * Use ssh [local port forwarding](https://www.ssh.com/academy/ssh/tunneling-example)
* Use ngrok port tunneling * Use ngrok port tunneling
For simplicity, we will use [Ngrok](https://ngrok.com/docs/) in this guide to tunnel Prometheus port from the TGI server to the outside word. For simplicity, we will use [Ngrok](https://ngrok.com/docs/) in this guide to tunnel Prometheus port from the TGI server to the outside world.
For that, you should follow the steps at https://dashboard.ngrok.com/get-started/setup/linux, and once Ngrok is installed, use: For that, you should follow the steps at https://dashboard.ngrok.com/get-started/setup/linux, and once Ngrok is installed, use:
```bash ```bash