Skip to content

Commit 1f2a196

Browse files
authored
Merge branch 'main' into custom_receiverhelper
2 parents 44c898c + 90cdf5f commit 1f2a196

File tree

979 files changed

+42341
-15813
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

979 files changed

+42341
-15813
lines changed

.chloggen/12893.yaml

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

.chloggen/13252-configgrpc-keepalive-configoptional.yaml

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

.chloggen/function-equal.yaml renamed to .chloggen/13504.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,24 @@
44
change_type: enhancement
55

66
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
7-
component: pdata/pprofile
7+
component: otlphttpexporter
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Introduce `Equal` method on the `Function` type
10+
note: "Add `profiles_endpoint` configuration option to allow custom endpoint for profiles data export"
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [13222]
13+
issues: [13504]
1414

1515
# (Optional) One or more lines of additional information to render under the primary note.
1616
# These lines will be padded with 2 spaces and then inserted directly into the document.
1717
# Use pipe (|) for multiline entries.
18-
subtext:
18+
subtext: |
19+
The `profiles_endpoint` configuration follows the same pattern as `traces_endpoint`, `metrics_endpoint`, and `logs_endpoint`.
20+
When specified, profiles data will be sent to the custom URL instead of the default `{endpoint}/v1development/profiles`.
1921
2022
# Optional: The change log or logs in which this entry should be included.
2123
# e.g. '[user]' or '[user, api]'
2224
# Include 'user' if the change is relevant to end users.
2325
# Include 'api' if there is a change to a library API.
2426
# Default: '[user]'
25-
change_logs: [api]
27+
change_logs: [user]
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Use this changelog template to create an entry for release notes.
22

33
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4-
change_type: breaking
4+
change_type: enhancement
55

66
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
7-
component: xexporterhelper
7+
component: debugexporter
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Remove deprecated NewProfilesExporter function from xexporterhelper package
10+
note: Add support for entity references in debug exporter output
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [13391]
13+
issues: [13324]
1414

1515
# Optional: The change log or logs in which this entry should be included.
1616
# e.g. '[user]' or '[user, api]'
1717
# Include 'user' if the change is relevant to end users.
1818
# Include 'api' if there is a change to a library API.
1919
# Default: '[user]'
20-
change_logs: [api]
20+
change_logs: [user]

.chloggen/set-link.yaml renamed to .chloggen/dep-profiles-dict.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Use this changelog template to create an entry for release notes.
22

33
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4-
change_type: enhancement
4+
change_type: deprecation
55

66
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
77
component: pdata/pprofile
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Add new helper method `SetLink` to set a new link on a sample.
10+
note: Deprecate Profiles.ProfilesDictionary in favor of Profiles.Dictionary.
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [13223]
13+
issues: [13644]
1414

1515
# (Optional) One or more lines of additional information to render under the primary note.
1616
# These lines will be padded with 2 spaces and then inserted directly into the document.

.chloggen/rm-usage-templateds.yaml renamed to .chloggen/fix-unnecessary-alloc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ change_type: enhancement
77
component: pdata
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Remove usage of text/template from pdata, improves DCE.
10+
note: Fix unnecessary allocation of a new state when adding new values to pcommon.Map
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [12747]
13+
issues: [13634]
1414

1515
# (Optional) One or more lines of additional information to render under the primary note.
1616
# These lines will be padded with 2 spaces and then inserted directly into the document.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Use this changelog template to create an entry for release notes.
22

33
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4-
change_type: bug_fix
4+
change_type: breaking
55

66
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
7-
component: otlpreceiver
7+
component: all
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Error handler correctly fallbacks to content type
10+
note: Increase minimum Go version to 1.24
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [13414]
13+
issues: [13627]
1414

1515
# (Optional) One or more lines of additional information to render under the primary note.
1616
# These lines will be padded with 2 spaces and then inserted directly into the document.
@@ -22,4 +22,4 @@ subtext:
2222
# Include 'user' if the change is relevant to end users.
2323
# Include 'api' if there is a change to a library API.
2424
# Default: '[user]'
25-
change_logs: [user]
25+
change_logs: []

.chloggen/link-equal.yaml

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

.chloggen/metrics-tests.yaml renamed to .chloggen/optimize-context.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
change_type: enhancement
55

66
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
7-
component: exporterhelper
7+
component: xpdata
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Fix metrics split logic to consider metrics description into the size.
10+
note: Optimize xpdata/context for persistent queue when only one value for key
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [13418]
13+
issues: [13636]
1414

1515
# (Optional) One or more lines of additional information to render under the primary note.
1616
# These lines will be padded with 2 spaces and then inserted directly into the document.

.chloggen/goproto.yaml renamed to .chloggen/otlpreciever-log-listenaddr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ change_type: enhancement
77
component: otlpreceiver
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Remove usage of gogo proto which uses reflect.Value.MethodByName. Removes one source of disabling DCE.
10+
note: Log the listening addresses of the receiver, rather than the configured endpoints.
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [12747]
13+
issues: [13654]
1414

1515
# (Optional) One or more lines of additional information to render under the primary note.
1616
# These lines will be padded with 2 spaces and then inserted directly into the document.
@@ -22,4 +22,4 @@ subtext:
2222
# Include 'user' if the change is relevant to end users.
2323
# Include 'api' if there is a change to a library API.
2424
# Default: '[user]'
25-
change_logs: [user]
25+
change_logs: []

0 commit comments

Comments
 (0)