@@ -79,7 +79,7 @@ The key elements of the API can be broken down as:
7979etc.).
8080* Spans are carried in the Context. Libraries MUST provide a way of getting, manipulating,
8181and replacing the Span in the current context.
82- * Libraries MUST provide a means of dynamically controlling the trace global config at runtime (e
82+ * Libraries SHOULD provide a means of dynamically controlling the trace global config at runtime (e
8383.g. trace sampling rate/probability).
8484* Libraries SHOULD keep track of active spans and in memory samples based on latency/errors and
8585offer ways to access the data.
@@ -136,11 +136,11 @@ allows applications to easily get access to their own data in-process.
136136* Library MUST support the [ TraceContext] [ TraceContextSpecs ] format for Trace and Tags components.
137137* Binary encoding is defined [ here] ( https://github.com/census-instrumentation/opencensus-specs/blob/master/encodings/BinaryEncoding.md )
138138
139- [ EcosystemLayers ] : https://github.com/census-instrumentation/opencensus-specs/blob/master/drawings/EcosystemLayers.png " Ecosystem Layer "
139+ [ EcosystemLayers ] : https://github.com/census-instrumentation/opencensus-specs/blob/master/drawings/EcosystemLayers.jpg " Ecosystem Layer "
140140[ DapperPaper ] : https://research.google.com/pubs/pub36356.html
141141[ goContext ] : https://golang.org/pkg/context
142142[ gRPCContext ] : https://github.com/grpc/grpc-java/blob/master/context/src/main/java/io/grpc/Context.java
143- [ LibraryComponents ] : https://github.com/census-instrumentation/opencensus-specs/blob/master/drawings/LibraryComponents.png " OpenCensus Library Components "
143+ [ LibraryComponents ] : https://github.com/census-instrumentation/opencensus-specs/blob/master/drawings/LibraryComponents.jpg " OpenCensus Library Components "
144144[ NamespaceAndPackage ] : https://github.com/census-instrumentation/opencensus-specs/blob/master/NamespaceAndPackage.md
145145[ RFC2119 ] : https://www.ietf.org/rfc/rfc2119.txt
146146[ TraceAPI ] : https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/README.md
0 commit comments