Skip to content

Commit 27b3973

Browse files
committed
Vet
1 parent b7be952 commit 27b3973

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/features/csm_observability/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This examples shows how to configure CSM Observability for a binary, and shows
44
what type of telemetry data it can produce for certain RPC's with additional CSM
55
Labels. The Client accepts configuration from an xDS Control plane as the
66
default 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
```
1212
go run server/main.go
@@ -30,7 +30,8 @@ docker build -f ./Dockerfile.client
3030
Server:
3131
docker 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

3536
docker image tag ${sha from build command above} ${tag}
3637
And then push the tagged image using docker push

0 commit comments

Comments
 (0)