File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
examples/features/csm_observability Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ This examples shows how to configure CSM Observability for a binary, and shows
44what type of telemetry data it can produce for certain RPC's with additional CSM
55Labels. The Client accepts configuration from an xDS Control plane as the
66default address that it connects to is "xds:///helloworld:50051", but this can
7- be overriden with the command line flag --addr.
7+ be overridden with the command line flag --addr.
88
9- ## Try it (locally if overwriten xDS Address)
9+ ## Try it (locally if overwritten xDS Address)
1010
1111```
1212go run server/main.go
@@ -30,7 +30,8 @@ docker build -f ./Dockerfile.client
3030Server:
3131docker build -f ./Dockerfile.server
3232
33- To push to a registry, add a tag to the image either by adding a -t flag to docker build command above or run:
33+ To push to a registry, add a tag to the image either by adding a -t flag to
34+ docker build command above or run:
3435
3536docker image tag ${sha from build command above} ${tag}
3637And then push the tagged image using docker push
You can’t perform that action at this time.
0 commit comments