-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compliance Matrix Validation for rel1.0.0 - TracerProvider, Context, Tracer, Span Context #716
Comments
TracerProvider
opentelemetry-cpp/api/include/opentelemetry/trace/tracer_provider.h Lines 23 to 25 in 5914160
As the constructor of
The
With exception of TracerProvider::AddProceesor(), all methods are thread-safe. This method is documented to be called sequentially, as the order of adding processors could be important.
opentelemetry-cpp/sdk/src/trace/tracer_provider.cc Lines 55 to 58 in 5914160
Configuration is solely managed by
|
Tracer / Context Interaction
|
Tracer
opentelemetry-cpp/sdk/src/trace/tracer.cc Line 41 in 5278e8c
As context is thread-local, tracer API is safe for concurrent calls. |
SpanContext
This doesn't fully conforms to W3C TraceContext yet ( #74 )
|
Closing, as validation complete and created required tickets. |
This ticket is to validate the below attributes of Spec Compliance Matrix for Rel 1.0.0. While validation, if there is any ticket created for non-compliance, mention that next the non-compliant point.
TracerProvider:
Trace / Context interaction
Tracer :
SpanContext:
The text was updated successfully, but these errors were encountered: