Skip to content

Commit

Permalink
Remove deprecated pipelineprofiles module (#11921)
Browse files Browse the repository at this point in the history
go.opentelemetry.io/collector/pipeline/xpipeline should be used instead.
  • Loading branch information
dmitryax authored Dec 17, 2024
1 parent 175ceb4 commit 3377ded
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 30 deletions.
18 changes: 18 additions & 0 deletions .chloggen/remove-pipelineprofiles.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: breaking

# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
component: pipeline

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Remove deprecated pipelineprofiles module, use xpipeline instead.

# One or more tracking issues or pull requests related to the change
issues: [11778]

# Optional: The change log or logs in which this entry should be included.
# e.g. '[user]' or '[user, api]'
# Include 'user' if the change is relevant to end users.
# Include 'api' if there is a change to a library API.
# Default: '[user]'
change_logs: [api]
1 change: 0 additions & 1 deletion cmd/builder/test/core.builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ replaces:
- go.opentelemetry.io/collector/pdata/pprofile => ${WORKSPACE_DIR}/pdata/pprofile
- go.opentelemetry.io/collector/pdata/testdata => ${WORKSPACE_DIR}/pdata/testdata
- go.opentelemetry.io/collector/pipeline => ${WORKSPACE_DIR}/pipeline
- go.opentelemetry.io/collector/pipeline/pipelineprofiles => ${WORKSPACE_DIR}/pipeline/pipelineprofiles
- go.opentelemetry.io/collector/pipeline/xpipeline => ${WORKSPACE_DIR}/pipeline/xpipeline
- go.opentelemetry.io/collector/processor => ${WORKSPACE_DIR}/processor
- go.opentelemetry.io/collector/processor/processortest => ${WORKSPACE_DIR}/processor/processortest
Expand Down
1 change: 0 additions & 1 deletion pipeline/pipelineprofiles/Makefile

This file was deleted.

12 changes: 0 additions & 12 deletions pipeline/pipelineprofiles/config.go

This file was deleted.

7 changes: 0 additions & 7 deletions pipeline/pipelineprofiles/go.mod

This file was deleted.

8 changes: 0 additions & 8 deletions pipeline/pipelineprofiles/go.sum

This file was deleted.

1 change: 0 additions & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ module-sets:
- go.opentelemetry.io/collector/pdata/pprofile
- go.opentelemetry.io/collector/pdata/testdata
- go.opentelemetry.io/collector/pipeline
- go.opentelemetry.io/collector/pipeline/pipelineprofiles
- go.opentelemetry.io/collector/pipeline/xpipeline
- go.opentelemetry.io/collector/processor
- go.opentelemetry.io/collector/processor/processortest
Expand Down

0 comments on commit 3377ded

Please sign in to comment.