Skip to content

Commit ed6236c

Browse files
Merge branch 'main' into geoipprocessor-client-address
2 parents abae47a + e84ec19 commit ed6236c

File tree

3,422 files changed

+105688
-52907
lines changed

Some content is hidden

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

3,422 files changed

+105688
-52907
lines changed

.chloggen/34188.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: enhancement
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: azuremonitorexporter
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: support sending to multiple azure monitor exporters
11+
12+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13+
issues: [34188]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext:
19+
20+
# If your change doesn't affect end users or the exported elements of any package,
21+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
22+
# Optional: The change log or logs in which this entry should be included.
23+
# e.g. '[user]' or '[user, api]'
24+
# Include 'user' if the change is relevant to end users.
25+
# Include 'api' if there is a change to a library API.
26+
# Default: '[user]'
27+
change_logs: [user]

.chloggen/add-multiple-endpoints-support-httpcheckreceiver.yaml

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

.chloggen/elasticsearchexporter_mutates-data-false.yaml renamed to .chloggen/added-more-sqlserver-receiver-preformace-metrics.yaml

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

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

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: "Declare MutatesData: false"
10+
note: Add new performance-related metrics
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: [37234]
13+
issues: [37884]
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: When multiple exporters are used, the collector doesn't need to clone the incoming data anymore
18+
subtext: |
19+
Added metrics are:
20+
- sqlserver.database.backup_or_restore.rate
21+
- sqlserver.replica.sent.rate
22+
- sqlserver.replica.received.rate
23+
- sqlserver.database.execution_errors.count
24+
- sqlserver.table.count
25+
- sqlserver.memory.free_list_stalls.rate
26+
- sqlserver.database.free_space_tempdb
27+
- sqlserver.database.full_scans.rate
28+
- sqlserver.index.search.rate
29+
- sqlserver.database.login.rate
30+
- sqlserver.database.logout.rate
31+
- sqlserver.database.deadlock.rate
32+
- sqlserver.database.mirror_write_transaction.rate
33+
- sqlserver.memory.grants_pending.count
34+
- sqlserver.page.lookup.rate
35+
- sqlserver.transaction.delay
36+
- sqlserver.memory.used
37+
- sqlserver.database.version_store_size
38+
1939
2040
# If your change doesn't affect end users or the exported elements of any package,
2141
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

.chloggen/elasticsearchexporter_log_body.yaml renamed to .chloggen/awscloudwatchmetricstreamsencodingextension-skeleton.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: breaking
4+
change_type: new_component
55

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

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Consistently store the structured body of logs and events in `body.structured` in `otel` mode
10+
note: Introduce new encoding extension for AWS CloudWatch Metric Streams
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: [37387]
13+
issues: [37870]
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/solace-receiver-validation-improvements.yaml renamed to .chloggen/azureblobexporter-second-PR.yaml

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: breaking
4+
change_type: 'new_component'
55

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

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Update validation step to allow only one auth method.
10+
note: implementation of azure blob exporter
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: [36386]
13+
issues: [34319]
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: [user]

.chloggen/cleanup-metrics.yaml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: breaking
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: deltatocumulative
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: removes legacy and clean up existing metrics
11+
12+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13+
issues: [38079]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext: |
19+
renamed:
20+
- `otelcol_deltatocumulative.datapoints.processed` to `otelcol_deltatocumulative_datapoints`
21+
- `otelcol_deltatocumulative.datapoints.dropped` to `otelcol_deltatocumulative_datapoints{error="..."}`
22+
- `otelcol_deltatocumulative.max_stale` to `otelcol_deltatocumulative_max_stale`
23+
- `otelcol_deltatocumulative.streams.limit` to `otelcol_deltatocumulative_streams_limit`
24+
- `otelcol_deltatocumulative.streams.tracked` to `otelcol_deltatocumulative_streams_tracked`
25+
removed (already unused):
26+
- `otelcol_deltatocumulative.datapoints.linear`
27+
- `otelcol_deltatocumulative.streams.tracked.linear`
28+
- `otelcol_deltatocumulative.streams.evicted`
29+
- `otelcol_deltatocumulative.gaps.length`
30+
31+
# If your change doesn't affect end users or the exported elements of any package,
32+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
33+
# Optional: The change log or logs in which this entry should be included.
34+
# e.g. '[user]' or '[user, api]'
35+
# Include 'user' if the change is relevant to end users.
36+
# Include 'api' if there is a change to a library API.
37+
# Default: '[user]'
38+
change_logs: [user]

.chloggen/codeboten_opampsupervisor-emit-otlp.yaml renamed to .chloggen/codeboten_report-own-logs.yaml

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

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: report own metrics via OTLP instead of prometheus receiver
10+
note: add ability to report own traces/logs
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: [37346]
13+
issues: [38360]
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/datadogconnector-add-stats-obfuscation.yaml

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

.chloggen/log-jaegerreceiver-endpoints.yaml renamed to .chloggen/dinesh.gurumurthy_use-serializer-exporter.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@
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: jaegerreceiver
7+
component: datadogexporter
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Log the endpoints of different servers started by jaegerreceiver
10+
note: |
11+
Add support for exporting metrics to Datadog using the Datadog serializer. Enable feature gate `exporter.datadogexporter.metricexportserializerclient` to send metrics with the Datadog serializer.
1112
1213
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13-
issues: [36961]
14+
issues: [37930]
1415

1516
# (Optional) One or more lines of additional information to render under the primary note.
1617
# These lines will be padded with 2 spaces and then inserted directly into the document.
1718
# Use pipe (|) for multiline entries.
1819
subtext: |
19-
This change logs the endpoints of different servers started by jaegerreceiver. It simplifies debugging by ensuring log messages match configuration settings.
20+
This change adds ability to export metrics to Datadog using the Datadog serializer. Apart from performance improvements, this change also adds support for metrics origins in the Datadog App. It also removes the support for using the host attributes from the first resource the exporter processes.
2021
2122
# If your change doesn't affect end users or the exported elements of any package,
2223
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

.chloggen/expo-histogram-fix-downscaling.yaml

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

.chloggen/faroreciever.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: new_component
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: faroreceiver
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Introduce a new receiver to recieve faro data
11+
12+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13+
issues: [19180]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext:
19+
20+
# If your change doesn't affect end users or the exported elements of any package,
21+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
22+
# Optional: The change log or logs in which this entry should be included.
23+
# e.g. '[user]' or '[user, api]'
24+
# Include 'user' if the change is relevant to end users.
25+
# Include 'api' if there is a change to a library API.
26+
# Default: '[user]'
27+
change_logs: [user]
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: enhancement
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: dbstorageextension
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Optimize dbstorage.Batch() performance for single-type Operations set call
11+
12+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13+
issues: [38026]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext:
19+
20+
# If your change doesn't affect end users or the exported elements of any package,
21+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
22+
# Optional: The change log or logs in which this entry should be included.
23+
# e.g. '[user]' or '[user, api]'
24+
# Include 'user' if the change is relevant to end users.
25+
# Include 'api' if there is a change to a library API.
26+
# Default: '[user]'
27+
change_logs: [api]

.chloggen/deprecate-created-metric-beta2stable.yaml renamed to .chloggen/feat_dbstorage-change-sqlite-driver.yaml

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

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

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Change `exporter.prometheusremotewriteexporter.deprecateCreatedMetric` feature gate from Beta to Stable version.
10+
note: Change SQLite driver to non-CGO version
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: [35003]
13+
issues: [35280]
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: The `export_created_metric` configuration parameter is now permanently deprecated.
18+
subtext: |
19+
New SQLite driver has incompatible set of options and users should carefully review used driver options (if any) on update
20+
Migration guide and available driver options are added to component documentation
1921
2022
# If your change doesn't affect end users or the exported elements of any package,
2123
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

.chloggen/clickhouse_examples.yaml renamed to .chloggen/fieldalignment_collectdreceiver.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. filelogreceiver)
7-
component: exporter/clickhouse
7+
component: collectdreceiver
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Adding missing examples of DDL created by the clickhouse exporter
10+
note: apply fieldalignment to collectd records to reduce memory allocation
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: [35903]
13+
issues: [37321]
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/receiver-otlpjson-token-attr.yaml renamed to .chloggen/fix-otlpjsonfilereceiver-null-dereference.yaml

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

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Include file attributes and append it to the log record
10+
note: Fix nil pointer dereference due to empty token
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: [36641]
13+
issues: [38289]
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.

0 commit comments

Comments
 (0)