Skip to content

Commit ec4795b

Browse files
committed
fixed merge conflicts
2 parents 4b7896b + 4abf37a commit ec4795b

File tree

3,354 files changed

+99819
-50936
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,354 files changed

+99819
-50936
lines changed

.chloggen/msg_process-uptime-addition.yaml renamed to .chloggen/34188.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: hostmetrics/process
7+
component: azuremonitorexporter
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Added support for tracking process.uptime
10+
note: support sending to multiple azure monitor exporters
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: [36667]
13+
issues: [34188]
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/add-multiple-endpoints-support-httpcheckreceiver.yaml

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

.chloggen/tailsamplingprocessor-fixed-sampling-decision-metrics.yaml renamed to .chloggen/added-more-sqlserver-receiver-preformace-metrics.yaml

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +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: bug_fix
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: tailsamplingprocessor
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: Fixed sampling decision metrics `otelcol_processor_tail_sampling_sampling_trace_dropped_too_early` and `otelcol_processor_tail_sampling_sampling_policy_evaluation_error_total`, these were sometimes overcounted.
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: [37212]
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.
1818
subtext: |
19-
As a result of this change non-zero values of `otelcol_processor_tail_sampling_sampling_trace_dropped_too_early`
20-
and `otelcol_processor_tail_sampling_sampling_policy_evaluation_error_total` metrics will be lower.
21-
Before this fix, errors got counted several times depending on the amount of traces being processed
22-
that tick and where in the batch the error happened.
23-
Zero values are unaffected.
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+
2439
2540
# If your change doesn't affect end users or the exported elements of any package,
2641
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
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: awscloudwatchencodingextension
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Introduce new encoding extension for AWS CloudWatch Metric Streams
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: [37870]
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/alpha-signaltometrics.yaml renamed to .chloggen/azureblobexporter-second-PR.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: enhancement
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: signaltometricsconnector
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: Move signal to metrics connector to alpha stability
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: [35930]
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.

.chloggen/cf_feature_flag_update.yaml renamed to .chloggen/cleanup-metrics.yaml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,29 @@
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: receiver/cloudfoundry
7+
component: deltatocumulative
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Promote `cloudfoundry.resourceAttributes.allow` feature gate to beta
10+
note: removes legacy and clean up existing 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: [34824]
13+
issues: [38079]
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.
1818
subtext: |
19-
The `cloudfoundry.resourceAttributes.allow` feature gate is now enabled by default.
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`
2030
2131
# If your change doesn't affect end users or the exported elements of any package,
2232
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
@@ -25,4 +35,4 @@ subtext: |
2535
# Include 'user' if the change is relevant to end users.
2636
# Include 'api' if there is a change to a library API.
2737
# Default: '[user]'
28-
change_logs: []
38+
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: bug_fix
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: opampsupervisor
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Use OwnLogsConnSettings along with Metrics & Traces settings to evaluate if configuration changed on message.
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: [38409]
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: []

.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/configure_aws_sdk_retryer.yaml

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

.chloggen/datadogconnector-add-stats-obfuscation.yaml

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

.chloggen/ddog-remove-fg.yaml

Lines changed: 0 additions & 27 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/elasticsearchexporter_mutates-data-false.yaml

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

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

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

0 commit comments

Comments
 (0)