Skip to content

Commit 8dbf8e5

Browse files
committed
Update stop instructions in README
1 parent a4c121a commit 8dbf8e5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

ext/test/w3c_tracecontext_test/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This test application is intended to be used as a test service for the [W3C
44
Distributed Tracing Validation
55
Service](https://github.com/w3c/trace-context/tree/master/test). It is
6-
implemented according to [this
6+
implemented according to [these
77
instructions](https://github.com/w3c/trace-context/tree/master/test#implement-test-service).
88

99
## Usage
@@ -47,4 +47,9 @@ docker run --network host w3c_driver http://localhost:31339/test
4747
3: The validation service will run the test suite and print detailed test
4848
results.
4949

50-
4: Stop the test service by pressing enter.
50+
4: Stop the test service by invoking `/stop`. Make sure to use the correct port number.
51+
52+
```sh
53+
# Assuming the service is currently running at port 30000
54+
curl http://localhost:30000/stop
55+
```

0 commit comments

Comments
 (0)