Skip to content

Commit

Permalink
Remove deprecated consumerprofiles module (#11922)
Browse files Browse the repository at this point in the history
go.opentelemetry.io/collector/consumer/xconsumer should be used instead.
  • Loading branch information
dmitryax authored Dec 17, 2024
1 parent 3249235 commit 175ceb4
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 201 deletions.
18 changes: 18 additions & 0 deletions .chloggen/remove-consumerprofiles.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: consumer

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Remove deprecated consumerprofiles module, use xconsumer 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 .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ extension/experimental/storage @open-telemetry/collector-approvers @swiatekm

# Profiling-related modules
pdata/pprofile @open-telemetry/collector-approvers @mx-psi @dmathieu
consumer/consumerprofiles @open-telemetry/collector-approvers @mx-psi @dmathieu
consumer/xconsumer @open-telemetry/collector-approvers @mx-psi @dmathieu
connector/xconnector @open-telemetry/collector-approvers @mx-psi @dmathieu
exporter/exporterhelper/xexporterhelper @open-telemetry/collector-approvers @mx-psi @dmathieu
Expand Down
1 change: 0 additions & 1 deletion cmd/builder/test/core.builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ replaces:
- 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/consumerprofiles => ${WORKSPACE_DIR}/consumer/consumerprofiles
- 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/consumerprofiles/Makefile

This file was deleted.

36 changes: 0 additions & 36 deletions consumer/consumerprofiles/go.mod

This file was deleted.

79 changes: 0 additions & 79 deletions consumer/consumerprofiles/go.sum

This file was deleted.

29 changes: 0 additions & 29 deletions consumer/consumerprofiles/profiles.go

This file was deleted.

53 changes: 0 additions & 53 deletions consumer/consumerprofiles/profiles_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 @@ -46,7 +46,6 @@ module-sets:
- 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/consumerprofiles
- go.opentelemetry.io/collector/consumer/consumertest
- go.opentelemetry.io/collector/exporter
- go.opentelemetry.io/collector/exporter/debugexporter
Expand Down

0 comments on commit 175ceb4

Please sign in to comment.