Skip to content

Commit 1fd105b

Browse files
authored
[exporterhelper] Remove deprecated NewProfilesRequestExporter function (#13157)
1 parent e8ca607 commit 1fd105b

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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: exporterhelper
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Remove deprecated NewProfilesRequestExporter function from xexporterhelper package
11+
12+
# One or more tracking issues or pull requests related to the change
13+
issues: [13157]
14+
15+
# Optional: The change log or logs in which this entry should be included.
16+
# e.g. '[user]' or '[user, api]'
17+
# Include 'user' if the change is relevant to end users.
18+
# Include 'api' if there is a change to a library API.
19+
# Default: '[user]'
20+
change_logs: [api]

exporter/exporterhelper/xexporterhelper/profiles.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ func requestFromProfiles() exporterhelper.RequestConverterFunc[pprofile.Profiles
132132
}
133133
}
134134

135-
// Deprecated: [v0.124.0] use NewProfilesRequest.
136-
var NewProfilesRequestExporter = NewProfilesRequest
137-
138135
// NewProfilesRequest creates a new profiles exporter based on a custom ProfilesConverter and Sender.
139136
// Experimental: This API is at the early stage of development and may change without backward compatibility
140137
// until https://github.com/open-telemetry/opentelemetry-collector/issues/8122 is resolved.

0 commit comments

Comments
 (0)