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

New component: Trace Reshape Processor #32796

Open
2 tasks
chittalpatel opened this issue May 1, 2024 · 1 comment
Open
2 tasks

New component: Trace Reshape Processor #32796

chittalpatel opened this issue May 1, 2024 · 1 comment
Labels
needs triage New item requiring triage Sponsor Needed New component seeking sponsor Stale

Comments

@chittalpatel
Copy link

The purpose and use-cases of the new component

Trace Reshape Processor drops span but preserves the span relationship by re-wiring the child spans of the filtered span to its parent span. In the case of links present on the filtered span, preserve the links by copying them to its child spans.

Example configuration for the component

It uses the OpenTelemetry Transformation Language for conditions to determine when spans should be dropped.
Example:

processors:
  tracereshape:
      span:
        - 'kind.string == "Internal"'

Telemetry data types supported

traces only.

Is this a vendor-specific component?

  • This is a vendor-specific component
  • If this is a vendor-specific component, I am proposing to contribute and support it as a representative of the vendor.

Code Owner(s)

No response

Sponsor (optional)

No response

Additional context

No response

@chittalpatel chittalpatel added needs triage New item requiring triage Sponsor Needed New component seeking sponsor labels May 1, 2024
Copy link
Contributor

github-actions bot commented Jul 1, 2024

This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage New item requiring triage Sponsor Needed New component seeking sponsor Stale
Projects
None yet
Development

No branches or pull requests

1 participant