littlemanco / the-golden-path.net

A template for writing a new tool or service.
0 stars 0 forks source link

Library Defaults #10

Open andrewhowdencom opened 4 years ago

andrewhowdencom commented 4 years ago

For libraries, there should be:

api.go should include:


Libraries should use the OpenTelemetry to express diagnostic information.The library should instantiate the tracer as:

provider.Tracer(Version, Name)