You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-networks/troubleshoot-tunnels/diag-logs.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,13 +50,13 @@ This command will output the status of each diagnostic task and place a `cloudfl
50
50
51
51
1. Determine the [metrics server port](/cloudflare-one/connections/connect-networks/monitor-tunnels/metrics/#default-metrics-server-address) for the `cloudflared` instance running in Docker.
52
52
53
-
2.Re-deploy the container with port forwarding enabled. The diagnostic feature will request information from the Docker instance using local port `20241`, therefore you should forward port `20241` to the container port obtained in Step 1:
53
+
2.Ensure the container is deployed with port forwarding enabled. The diagnostic feature will request information from the Docker instance using local port `20241`, therefore you should forward port `20241` to the container port obtained in Step 1:
54
54
55
55
```sh
56
56
docker run -d -p 20241:<metrics_port> docker.io/cloudflare/cloudflared tunnel ...
57
57
```
58
58
59
-
3. Verify that you can reach the metrics server address:
59
+
3. Verify that you can reach the metrics server address from the Docker host environment:
60
60
61
61
```curl
62
62
curl localhost:20241/diag/tunnel
@@ -109,9 +109,9 @@ The diagnostic feature will request data from the [tunnel metrics server](/cloud
109
109
For example, if you set the metrics server address to `0.0.0.0:12345`:
0 commit comments