Skip to content

Commit e2010f9

Browse files
committed
Introduce MergeFrom for profiles
Signed-off-by: Israel Blancas <[email protected]>
1 parent 5ec1466 commit e2010f9

File tree

3 files changed

+866
-0
lines changed

3 files changed

+866
-0
lines changed

.chloggen/13106.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
2+
change_type: enhancement
3+
4+
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
5+
component: pdata/pprofile
6+
7+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
8+
note: Introduce `MergeFrom` method to `Profiles` to merge profiles from another `Profiles` instance.
9+
10+
# One or more tracking issues or pull requests related to the change
11+
issues: [13222]
12+
13+
# (Optional) One or more lines of additional information to render under the primary note.
14+
# These lines will be padded with 2 spaces and then inserted directly into the document.
15+
# Use pipe (|) for multiline entries.
16+
subtext:
17+
18+
# Optional: The change log or logs in which this entry should be included.
19+
# e.g. '[user]' or '[user, api]'
20+
# Include 'user' if the change is relevant to end users.
21+
# Include 'api' if there is a change to a library API.
22+
# Default: '[user]'
23+
change_logs: [api]

0 commit comments

Comments
 (0)