File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33This service is responsible to process a checkout order from the user. The
44checkout 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
1212The OpenTelemetry SDK is initialized from ` main ` using the ` initTracerProvider `
1313function.
@@ -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
3333ensure all spans are exported. This service makes that call as part of a
3434deferred function in main
3535
You can’t perform that action at this time.
0 commit comments