Skip to content
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

Delete unused experimental TraceConfig #411

Conversation

tigrannajaryan
Copy link
Member

Resolves #410

I am not aware of any OpenTelemetry or non-OpenTelemetry
codebase that uses the experimental TraceConfig.

I suggest to remove it. It can be added back if we see the
need for it in the future.

The SDK configuration may also be achieved by different means,
see open-telemetry/opentelemetry-specification#2207

We need to keep this PR open for a while and circulate it widely
to make sure we give enough opportunity to object the removal.

Resolves open-telemetry#410

I am not aware of any OpenTelemetry or non-OpenTelemetry
codebase that uses the experimental TraceConfig.

I suggest to remove it. It can be added back if we see the
need for it in the future.

The SDK configuration may also be achieved by different means,
see open-telemetry/opentelemetry-specification#2207

We need to keep this PR open for a while and circulate it widely
to make sure we give enough opportunity to object the removal.
@tigrannajaryan tigrannajaryan merged commit 157bedf into open-telemetry:main Jul 20, 2022
@tigrannajaryan tigrannajaryan deleted the feature/tigran/delete-traceconfig branch July 20, 2022 13:55
WenheLI added a commit to WenheLI/opentelemetry-proto that referenced this pull request Jul 20, 2022
hdost added a commit to hdost/opentelemetry-rust that referenced this pull request Mar 12, 2023
* Update the generated files.
* Remove trace_config.rs open-telemetry/opentelemetry-proto#411
* InstrumentationLibary -> InstrumentationScope
  * TODO: Update in the SDK.
* InstrumentationLibarySpans -> ScopeSpans
  * TODO: Update in the SDK.
* Implement Min and Max to support export via OTLP.
* opentelemetry-stackdriver: Ignore check for update to date.
** Outside the scope of this change.

Fixes open-telemetry#989

Signed-off-by: Harold Dost <h.dost@criteo.com>
hdost added a commit to hdost/opentelemetry-rust that referenced this pull request Mar 12, 2023
* Update the generated files.
* Remove trace_config.rs open-telemetry/opentelemetry-proto#411
* InstrumentationLibary -> InstrumentationScope
  * TODO: Update in the SDK.
* InstrumentationLibarySpans -> ScopeSpans
  * TODO: Update in the SDK.
* Implement Min and Max to support export via OTLP.
* opentelemetry-stackdriver: Ignore check for update to date.
** Outside the scope of this change.
* Remove unused import (causing test failures)

Fixes open-telemetry#989

Signed-off-by: Harold Dost <h.dost@criteo.com>
hdost added a commit to hdost/opentelemetry-rust that referenced this pull request Mar 12, 2023
* Update the generated files.
* Remove trace_config.rs open-telemetry/opentelemetry-proto#411
* InstrumentationLibary -> InstrumentationScope
  * TODO: Update in the SDK.
* InstrumentationLibarySpans -> ScopeSpans
  * TODO: Update in the SDK.
* Implement Min and Max to support export via OTLP.
* opentelemetry-stackdriver: Ignore check for update to date.
** Outside the scope of this change.
* Remove unused import (causing test failures)

Fixes open-telemetry#989

Signed-off-by: Harold Dost <h.dost@criteo.com>
hdost added a commit to hdost/opentelemetry-rust that referenced this pull request Mar 12, 2023
* Update the generated files.
* Remove trace_config.rs open-telemetry/opentelemetry-proto#411
* InstrumentationLibary -> InstrumentationScope
  * TODO: Update in the SDK.
* InstrumentationLibarySpans -> ScopeSpans
  * TODO: Update in the SDK.
* Implement Min and Max to support export via OTLP.
* opentelemetry-stackdriver: Ignore check for update to date.
** Outside the scope of this change.
* Remove unused import (causing test failures)

Fixes open-telemetry#989

Signed-off-by: Harold Dost <h.dost@criteo.com>
hdost added a commit to hdost/opentelemetry-rust that referenced this pull request Mar 12, 2023
* Update the generated files.
* Remove trace_config.rs open-telemetry/opentelemetry-proto#411
* InstrumentationLibary -> InstrumentationScope
  * TODO: Update in the SDK.
* InstrumentationLibarySpans -> ScopeSpans
  * TODO: Update in the SDK.
* Implement Min and Max to support export via OTLP.
* opentelemetry-stackdriver: Ignore check for update to date.
** Outside the scope of this change.
* Remove unused import (causing test failures)

Fixes open-telemetry#989

Signed-off-by: Harold Dost <h.dost@criteo.com>
hdost added a commit to hdost/opentelemetry-rust that referenced this pull request Mar 12, 2023
* Update the generated files.
* Remove trace_config.rs open-telemetry/opentelemetry-proto#411
* InstrumentationLibary -> InstrumentationScope
  * TODO: Update in the SDK.
* InstrumentationLibarySpans -> ScopeSpans
  * TODO: Update in the SDK.
* Implement Min and Max to support export via OTLP.
* opentelemetry-stackdriver: Ignore check for update to date.
** Outside the scope of this change.
* Remove unused import (causing test failures)

Fixes open-telemetry#989

Signed-off-by: Harold Dost <h.dost@criteo.com>
hdost added a commit to hdost/opentelemetry-rust that referenced this pull request Mar 12, 2023
* Update the generated files.
* Remove trace_config.rs open-telemetry/opentelemetry-proto#411
* InstrumentationLibary -> InstrumentationScope
  * TODO: Update in the SDK.
* InstrumentationLibarySpans -> ScopeSpans
  * TODO: Update in the SDK.
* Implement Min and Max to support export via OTLP.
* opentelemetry-stackdriver: Ignore check for update to date.
** Outside the scope of this change.
* Remove unused import (causing test failures)

Fixes open-telemetry#989

Signed-off-by: Harold Dost <h.dost@criteo.com>
hdost added a commit to hdost/opentelemetry-rust that referenced this pull request Mar 13, 2023
* Update the generated files.
* Remove trace_config.rs open-telemetry/opentelemetry-proto#411
* InstrumentationLibary -> InstrumentationScope
  * TODO: Update in the SDK.
* InstrumentationLibarySpans -> ScopeSpans
  * TODO: Update in the SDK.
* Implement Min and Max to support export via OTLP.
* opentelemetry-stackdriver: Ignore check for update to date.
** Outside the scope of this change.
* Remove unused import (causing test failures)

Fixes open-telemetry#989

Signed-off-by: Harold Dost <h.dost@criteo.com>
hdost added a commit to hdost/opentelemetry-rust that referenced this pull request Mar 13, 2023
* Update the generated files.
* Remove trace_config.rs open-telemetry/opentelemetry-proto#411
* InstrumentationLibary -> InstrumentationScope
  * TODO: Update in the SDK.
* InstrumentationLibarySpans -> ScopeSpans
  * TODO: Update in the SDK.
* Implement Min and Max to support export via OTLP.
* Remove unused import (causing test failures)

Fixes open-telemetry#989

Signed-off-by: Harold Dost <h.dost@criteo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Doc] Is TraceConfig still relevant?
8 participants