Skip to content

Commit 0098957

Browse files
authored
Merge branch 'main' into codeboten/add-attribute-set-support-metrics-builder
2 parents 342ac7a + 2a81bd0 commit 0098957

File tree

193 files changed

+2646
-2119
lines changed

Some content is hidden

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

193 files changed

+2646
-2119
lines changed

.chloggen/persistent-metadata-sizes.yaml renamed to .chloggen/13252-configgrpc-keepalive-configoptional.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,21 @@
44
change_type: breaking
55

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

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Remove sizer map in favor of items/bytes sizers. Request based is automatically supported.
10+
note: Update optional fields to use `configoptional.Optional` field for optional values.
1111

1212
# One or more tracking issues or pull requests related to the change
13-
issues: [13262]
13+
issues: [13252, 13364]
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+
Specifically, the following fields have been updated to `configoptional`:
20+
- `KeepaliveServerConfig.ServerParameters` (`KeepaliveServerParameters` type)
21+
- `KeepaliveServerConfig.EnforcementPolicy` (`KeepaliveEnforcementPolicy` type)
1922
2023
# Optional: The change log or logs in which this entry should be included.
2124
# e.g. '[user]' or '[user, api]'

.chloggen/document-13073.yaml

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

.chloggen/enable-sizer.yaml

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

.chloggen/fix_preserve-metric-names-request-split.yaml

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

.chloggen/mx-psi_use-configoptional-in-confighttp.yaml

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

.chloggen/optional-attribute.yaml

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

.chloggen/persistent-metadata-data.yaml

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

.chloggen/persistent-metadata.yaml

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

.chloggen/xpdata-entities-api.yaml renamed to .chloggen/remove-newprofilesexporter.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1+
# Use this changelog template to create an entry for release notes.
2+
13
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
2-
change_type: enhancement
4+
change_type: breaking
35

46
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
5-
component: pdata
7+
component: xexporterhelper
68

79
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
8-
note: Add support for the new resource-entity reference API as part of the experimental xpdata package.
10+
note: Remove deprecated NewProfilesExporter function from xexporterhelper package
911

1012
# One or more tracking issues or pull requests related to the change
11-
issues: [13264]
13+
issues: [13391]
1214

1315
# Optional: The change log or logs in which this entry should be included.
1416
# e.g. '[user]' or '[user, api]'

.chloggen/rm-otlp-old-batcher.yaml

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

0 commit comments

Comments
 (0)