-
Notifications
You must be signed in to change notification settings - Fork 105
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
TC Review of Trace API / SDK #299
Comments
Did a rundown of the compliance matrix and noted what I need to update and what we need to still do. I'm including everything here even though some we will not want to do before the 1.0 release. I'll send a PR to the spec repo in the morning to update the matrix to mark the following as completed:
For what is still not done in the matrix there is a mix of what should be done before 1.0 and what we can probably wait to do after, but I'm not positive about each. What we should probably get done:
All the exporter ones can probably wait, though I have already started on some rework of the exporter that will make some of it easier.
|
Just doing some organization over to issues. 1.0 GA Items
Post 1.0 GA Items - Exporters
|
I've been procrastinating on limits again because they are a little annoying. They are yet another global configuration that I guess I have to shove in a persistent term to be read every time a span operation is done. I wish these, like a number of other things (like propagators, which won't be configurable per-library like other stuff if Tracers become configurable per instrumentation library) were just part of the Tracer and modifying Spans went through the Tracer, but they aren't. But I will knock it out this week I guess. |
AFAIK - span limits don't need to change post-startup. Is that an expectation in erlang? |
Nah. We just have no limits at all right now |
Closing, 1.0 was released a month ago. Thanks everyone! |
This tracks the status of the TC review for 1.0 Trace release of OpenTelemetry C++
Status
Open TODOs / Cleanups
add_event
#322Optional Cleanup TODOs
See open-telemetry/opentelemetry-specification#1418 for process details.
The text was updated successfully, but these errors were encountered: