Skip to content

Commit 794752c

Browse files
authored
Merge branch 'main' into ec2-scraper-update
2 parents 6c2d9da + d936776 commit 794752c

File tree

1,239 files changed

+39488
-35367
lines changed

Some content is hidden

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

1,239 files changed

+39488
-35367
lines changed

.chloggen/add-avrologencodingextension.yaml

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

.chloggen/add_serviceName_column_to_metrics_tables.yaml

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

.chloggen/27868-add-unix-function-ottl.yaml renamed to .chloggen/arve_xxhash.yaml

Lines changed: 4 additions & 4 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. filelogreceiver)
7-
component: ottl
7+
component: prometheusremotewrite
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 Unix function to convert from epoch timestamp to time.Time"
10+
note: Optimize the prometheusremotewrite.FromMetrics function, based around more performant metric identifier hashing.
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: [27868]
13+
issues: [31385]
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.
@@ -24,4 +24,4 @@ subtext:
2424
# Include 'user' if the change is relevant to end users.
2525
# Include 'api' if there is a change to a library API.
2626
# Default: '[user]'
27-
change_logs: []
27+
change_logs: [api]

.chloggen/ft-scope-groupping.yaml renamed to .chloggen/codeboten_rm-deprecated-component2.yaml

Lines changed: 4 additions & 4 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. filelogreceiver)
7-
component: filelogreceiver
7+
component: dynatraceexporter
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Fix missing scope name and group logs based on scope
10+
note: remove deprecated component
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: [23387]
13+
issues: [32278]
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/resdetproc_check_enabled.yaml renamed to .chloggen/cpu-scraper.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: resourcedetectionprocessor
7+
component: receiver/hostmetricsreceiver
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Only attempt to detect Kubernetes node resource attributes when they're enabled.
10+
note: do not extract the cpu count if the metric is not enabled; this will prevent unnecessary overhead, especially on windows
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: [31941]
13+
issues: [32133]
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/dinesh.gurumurthy_fix-data-race-metrics-client.yaml

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

.chloggen/exceptionsconnector_copy_span_attrs.yaml renamed to .chloggen/gitproviderreceiver-namespace-adjustments.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
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: breaking
55

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

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Copy span attributes to the generated log from exception.
10+
note: "Changed git provider metrics to better match conventions"
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: [24410]
13+
issues: [31985]
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+
- Renamed `git.repository.pull_request.open.time` to `git.repository.pull_request.time_open`
20+
- Renamed `git.repository.pull_request.merged.time` to `git.repository.pull_request.time_to_merge`
21+
- Renamed `git.repository.pull_request.approved.time` to `git.repository.pull_request.time_to_approval`
22+
- Combined `git.repository.pull_request.merged.count` and `git.repository.pull_request.open.count` into `git.repository.pull_request.count` with an attribute of `pull_request.state` equal to `open` or `merged`
1923
2024
# If your change doesn't affect end users or the exported elements of any package,
2125
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

.chloggen/goleak_jaegerremotesamplingextension.yaml renamed to .chloggen/goleak_fluentforwardrec.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: jaegerremotesamplingextension
7+
component: fluentforwardreceiver
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: "Fix leaking goroutine on shutdown"
10+
note: Fix memory leak
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: [31157]
13+
issues: [32363]
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/kafka-panic.yaml renamed to .chloggen/goleak_mongodbatlas.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
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: kafkareceiver
7+
component: mongodbatlasreceiver
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: "fix kafka receiver panic on shutdown"
10+
note: Fix memory leak by closing idle connections on shutdown
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: [31926]
13+
issues: [32206]
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:
1919

2020
# If your change doesn't affect end users or the exported elements of any package,
2121
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

.chloggen/add_include_file_infos.yaml renamed to .chloggen/hostmetrics-boot-time-cache.yaml

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

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

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: When reading a file on filelogreceiver not on windows, if include_file_owner_name is true, it will add the file owner name as the attribute `log.file.owner.name` and if include_file_owner_group_name is true, it will add the file owner group name as the attribute `log.file.owner.group.name`.
10+
note: The hostmetricsreceiver now caches the system boot time at receiver start and uses it for all subsequent calls. The featuregate `hostmetrics.process.bootTimeCache` can be disabled to restore previous behaviour.
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: [30775]
13+
issues: [28849]
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: This change was made because it greatly reduces the CPU usage of the process and processes scrapers.
1919

2020
# If your change doesn't affect end users or the exported elements of any package,
2121
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

0 commit comments

Comments
 (0)