-
Notifications
You must be signed in to change notification settings - Fork 191
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
Naming Updates #174
Comments
Hello @bobstrecansky I did not see any instances of ParentOrElse in the codebase, any pointers on this? so I can send in a PR for ParentOrElse renamed to ParentBased (open-telemetry/opentelemetry-specification#610) |
force push for CLA fixes open-telemetry#174
@prondubuisi what you are looking for is AlwaysParentSampler which was renamed in the specifications to ParentOrElse in the PR: open-telemetry/opentelemetry-specification#609 |
Super thanks @beniamin I appreciate your help |
Looks like the latest Spec for this is renaming ParentOrElse to ParentBased, I will update my PR to reflect this |
OTLP exporter unified configuration for Tracing/Metrics (open-telemetry/opentelemetry-specification#820) |
) force push for CLA fixes #174
Hello@bobstrecansky are we skipping some of the tasks for this issue? as tasks From point 4 are still undone |
* change instances of alwaysparentsampler to parentorelse fixes #174 * rename instances of parentorelse to parentbased
@prondubuisi - I was assuming you were still looking into them. I closed this inadvertently; my apologies. Reopening. |
The OTLP exporter has not yet been written. I am planning on actively looking into that this week. That can be tracked with this ticket: |
No problems @bobstrecansky I was just curious, maybe my PR's Magically solved every task mentioned. Thanks for reopening. |
@prondubuisi - looks like this is almost finished; did you have any other changes to make? |
No @bobstrecansky. I think we are done. Thanks |
Thank you @prondubuisi ! |
To follow the spec, we should apply naming updates that were added to the specification:
Spec updates to apply for each language:
HTTPText propagator renamed to TextMap propagator (open-telemetry/opentelemetry-specification#793)
ProbabilitySampler renamed to TraceIdRatioBased (open-telemetry/opentelemetry-specification#611)
ParentOrElse renamed to ParentBased (open-telemetry/opentelemetry-specification#610)
OTLP exporter unified configuration for Tracing/Metrics (open-telemetry/opentelemetry-specification#820)
Add Translation of InstrumentationLibraryInfo to Jaeger/Zipkin
Success criteria - renaming these parts of the codebase where applicable
The text was updated successfully, but these errors were encountered: