Skip to content

Commit 50e818d

Browse files
authored
[checkout] fix instrumentation docs (#391)
1 parent 91fbf3a commit 50e818d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/services/checkoutservice.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
This service is responsible to process a checkout order from the user. The
44
checkout service will call many other services in order to process an order.
55

6-
[Checkout service source](../../src/checkoutservice/README.md)
6+
[Checkout service source](../../src/checkoutservice/)
77

88
## Traces
99

10-
### Initialize trace provider
10+
### Initialize tracer provider
1111

1212
The OpenTelemetry SDK is initialized from `main` using the `initTracerProvider`
1313
function.
@@ -29,7 +29,7 @@ func initTracerProvider() *sdktrace.TracerProvider {
2929
}
3030
```
3131

32-
You should call `TraceProvider.shutdown()` when your service is shutdown to
32+
You should call `TracerProvider.Shutdown()` when your service is shutdown to
3333
ensure all spans are exported. This service makes that call as part of a
3434
deferred function in main
3535

0 commit comments

Comments
 (0)