Skip to content

Commit d33c520

Browse files
committed
Responded to Easwar's comments
1 parent 1d64e11 commit d33c520

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/features/csm_observability/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ go run server/main.go
1818
go run client/main.go
1919
```
2020

21-
```
2221
Curl to the port where Prometheus exporter is outputting metrics data:
22+
```
2323
curl localhost:9464/metrics
2424
```
2525

@@ -31,3 +31,8 @@ docker build -t <TAG> -f examples/features/csm_observability/client/Dockerfile .
3131

3232
Server:
3333
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

Comments
 (0)