Skip to content

Commit d57a665

Browse files
committed
[extensiontest] Remove StatusWatcher helpers
1 parent 46d0f73 commit d57a665

File tree

6 files changed

+26
-90
lines changed

6 files changed

+26
-90
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: breaking
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
7+
component: Remove `extensiontest` StatusWatcher helpers
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: |
11+
They were unused. They may be added back on a different module or after `componentstatus` is marked 1.0
12+
13+
# One or more tracking issues or pull requests related to the change
14+
issues: [11044]
15+
16+
# (Optional) One or more lines of additional information to render under the primary note.
17+
# These lines will be padded with 2 spaces and then inserted directly into the document.
18+
# Use pipe (|) for multiline entries.
19+
subtext:
20+
21+
# Optional: The change log or logs in which this entry should be included.
22+
# e.g. '[user]' or '[user, api]'
23+
# Include 'user' if the change is relevant to end users.
24+
# Include 'api' if there is a change to a library API.
25+
# Default: '[user]'
26+
change_logs: [api]

exporter/go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ require (
5555
github.com/prometheus/client_model v0.6.1 // indirect
5656
github.com/prometheus/common v0.57.0 // indirect
5757
github.com/prometheus/procfs v0.15.1 // indirect
58-
go.opentelemetry.io/collector/component/componentstatus v0.108.1 // indirect
5958
go.opentelemetry.io/collector/confmap v1.14.1 // indirect
6059
go.opentelemetry.io/collector/receiver/receiverprofiles v0.108.1 // indirect
6160
go.opentelemetry.io/otel/exporters/prometheus v0.51.0 // indirect

extension/extensiontest/statuswatcher_extension.go

Lines changed: 0 additions & 48 deletions
This file was deleted.

extension/extensiontest/statuswatcher_extension_test.go

Lines changed: 0 additions & 39 deletions
This file was deleted.

extension/go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ require (
66
github.com/google/uuid v1.6.0
77
github.com/stretchr/testify v1.9.0
88
go.opentelemetry.io/collector/component v0.108.1
9-
go.opentelemetry.io/collector/component/componentstatus v0.108.1
109
go.opentelemetry.io/collector/confmap v1.14.1
1110
go.uber.org/goleak v1.3.0
1211
)

extension/memorylimiterextension/go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ require (
4040
github.com/tklauser/go-sysconf v0.3.12 // indirect
4141
github.com/tklauser/numcpus v0.6.1 // indirect
4242
github.com/yusufpapurcu/wmi v1.2.4 // indirect
43-
go.opentelemetry.io/collector/component/componentstatus v0.108.1 // indirect
4443
go.opentelemetry.io/collector/config/configtelemetry v0.108.1 // indirect
4544
go.opentelemetry.io/collector/pdata v1.14.1 // indirect
4645
go.opentelemetry.io/otel v1.29.0 // indirect

0 commit comments

Comments
 (0)