Skip to content

Commit

Permalink
Remove deprecaterd consumererrorprofiles module (open-telemetry#11916)
Browse files Browse the repository at this point in the history
go.opentelemetry.io/collector/consumer/consumererror/xconsumererror
should be used instead.
  • Loading branch information
dmitryax authored and HongChenTW committed Dec 19, 2024
1 parent abcf40a commit 3133dec
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 198 deletions.
18 changes: 18 additions & 0 deletions .chloggen/remove-consumererrorprofiles.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: consumererror

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Remove deprecated consumererrorprofiles module, use xconsumererror 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 @@ -35,7 +35,6 @@ replaces:
- go.opentelemetry.io/collector/confmap/provider/yamlprovider => ${WORKSPACE_DIR}/confmap/provider/yamlprovider
- go.opentelemetry.io/collector/consumer => ${WORKSPACE_DIR}/consumer
- go.opentelemetry.io/collector/consumer/consumererror => ${WORKSPACE_DIR}/consumer/consumererror
- go.opentelemetry.io/collector/consumer/consumererror/consumererrorprofiles => ${WORKSPACE_DIR}/consumer/consumererror/consumererrorprofiles
- go.opentelemetry.io/collector/consumer/consumererror/xconsumererror => ${WORKSPACE_DIR}/consumer/consumererror/xconsumererror
- go.opentelemetry.io/collector/consumer/xconsumer => ${WORKSPACE_DIR}/consumer/xconsumer
- go.opentelemetry.io/collector/consumer/consumertest => ${WORKSPACE_DIR}/consumer/consumertest
Expand Down
1 change: 0 additions & 1 deletion consumer/consumererror/consumererrorprofiles/Makefile

This file was deleted.

39 changes: 0 additions & 39 deletions consumer/consumererror/consumererrorprofiles/go.mod

This file was deleted.

95 changes: 0 additions & 95 deletions consumer/consumererror/consumererrorprofiles/go.sum

This file was deleted.

15 changes: 0 additions & 15 deletions consumer/consumererror/consumererrorprofiles/signalerrors.go

This file was deleted.

46 changes: 0 additions & 46 deletions consumer/consumererror/consumererrorprofiles/signalerrors_test.go

This file was deleted.

1 change: 0 additions & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ module-sets:
- go.opentelemetry.io/collector/connector/xconnector
- go.opentelemetry.io/collector/consumer/xconsumer
- go.opentelemetry.io/collector/consumer/consumererror
- go.opentelemetry.io/collector/consumer/consumererror/consumererrorprofiles
- go.opentelemetry.io/collector/consumer/consumererror/xconsumererror
- go.opentelemetry.io/collector/consumer/consumertest
- go.opentelemetry.io/collector/exporter
Expand Down

0 comments on commit 3133dec

Please sign in to comment.