We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7ee5f commit b185559Copy full SHA for b185559
docs/toolhive/guides-k8s/telemetry-and-metrics.md
@@ -99,7 +99,7 @@ You can expose Prometheus-style metrics at `/metrics` on the main transport port
99
for local scraping by enabling the `spec.telemetry.prometheus.enabled` flag.
100
101
To access the metrics, you can use `curl` or any Prometheus-compatible scraper.
102
-The metrics are available at `http://<HOST>:<PORT>/metrics`, where `<HOST` is
+The metrics are available at `http://<HOST>:<PORT>/metrics`, where `<HOST>` is
103
resolvable address of the ToolHive ProxyRunner fronting your MCP server pod and
104
`<PORT>` is the port of which the ProxyRunner service is configured to expose
105
for traffic.
0 commit comments