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 1d64e11 commit d33c520Copy full SHA for d33c520
examples/features/csm_observability/README.md
@@ -18,8 +18,8 @@ go run server/main.go
18
go run client/main.go
19
```
20
21
-```
22
Curl to the port where Prometheus exporter is outputting metrics data:
+```
23
curl localhost:9464/metrics
24
25
@@ -31,3 +31,8 @@ docker build -t <TAG> -f examples/features/csm_observability/client/Dockerfile .
31
32
Server:
33
docker build -t <TAG> -f examples/features/csm_observability/server/Dockerfile .
34
+
35
+Note that this example will not work by default, as the client uses an xDS
36
+Scheme and thus needs xDS Resources to connect to the server. Deploy the built
37
+client and server containers within Cloud Service Mesh in order for this example
38
+to work, or overwrite target to point to :<server serving port>.
0 commit comments