File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
ext/test/w3c_tracecontext_test Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 33This test application is intended to be used as a test service for the [ W3C
44Distributed Tracing Validation
55Service] ( https://github.com/w3c/trace-context/tree/master/test ) . It is
6- implemented according to [ this
6+ implemented according to [ these
77instructions] ( 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
47473: The validation service will run the test suite and print detailed test
4848results.
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+ ```
You can’t perform that action at this time.
0 commit comments