Skip to content

Commit 17afc8d

Browse files
committed
2 parents 0e32ad5 + 3842034 commit 17afc8d

File tree

2,074 files changed

+48949
-36089
lines changed

Some content is hidden

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

2,074 files changed

+48949
-36089
lines changed

.chloggen/41674_esexporter_logs_metadata.yaml

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

.chloggen/add-uuidv7-function.yaml

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

.chloggen/add_options_and_childaddress_into_oracle_plan.yaml

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

.chloggen/archive-implementation-fileconsumer.yaml

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

.chloggen/fix_receiver-statsd.yaml renamed to .chloggen/awss3receiver_42027_sqs_no_such_key.yaml

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

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

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: "Fixes a bug when storing k8s.pod.ip in the metrics. Previously otelcol IP was used instead of the client IP."
10+
note: "Fixed an issue where the AWS S3 receiver failed to retrieve data from S3 buckets when notified by SQS if the S3 key was URL-encoded."
1111

1212
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13-
issues: [41361, 41362]
13+
issues: [42027]
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/azureauthextension-add-scopes.yaml

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

.chloggen/azuremonitorreceiver_metrics-labels-from-tags.yaml

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

.chloggen/batching-operators.yaml

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

.chloggen/accept_dashes_in_metric_names.yaml renamed to .chloggen/codeboten_jmxreceiver-config-parse-issues.yaml

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

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

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Accept dashes in metric names
10+
note: "support `jmx_configs` for jmx scraper usecase"
1111

1212
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13-
issues: [41127]
13+
issues: [41952]
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/container-status.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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. filelogreceiver)
5+
component: k8sclusterreceiver
6+
7+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
8+
note: Add optional experimental k8s.container.status.state metric
9+
10+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
11+
issues: [32457, 32457]
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+
# If your change doesn't affect end users or the exported elements of any package,
19+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
20+
# Optional: The change log or logs in which this entry should be included.
21+
# e.g. '[user]' or '[user, api]'
22+
# Include 'user' if the change is relevant to end users.
23+
# Include 'api' if there is a change to a library API.
24+
# Default: '[user]'
25+
change_logs: [user]

0 commit comments

Comments
 (0)