Skip to content

Commit 36e1bda

Browse files
Merge branch 'downstream-add-fiddler-receiver' into fiddler-receiver-basic-implementation
2 parents 10928db + 375e902 commit 36e1bda

File tree

1,464 files changed

+58142
-35692
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,464 files changed

+58142
-35692
lines changed

.chloggen/s3provider-mdatagen.yaml renamed to .chloggen/.chloggen/promote_tcpcheck_receiver_to_alpha.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: confmap/provider/s3
7+
component: tcpcheckreceiver
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
1010
note: Promote to alpha stability
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: [38227]
13+
issues: [38442]
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: []

.chloggen/azuretranslator-app-props.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: azuretranslator
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: Map application-defined properties for trace signals
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: [35402]
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/38081-add-new-batching-coralogix-exporter.yaml

Lines changed: 0 additions & 42 deletions
This file was deleted.
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: prometheusremotewriteexproter
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Adds the `endpoint` label to remote write exporter metrics to help identify the remote write endpoint within the 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: [38397]
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/doris-add-config.yaml renamed to .chloggen/add-json-cw-metric-stream.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: dorisexporter
7+
component: awscloudwatchmetricstreamsencodingextension
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 config: log_response, label_prefix, headers, log_progress_interval"
10+
note: Add unmarshaler for JSON cloudwatch metric stream
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: [38162]
13+
issues: [38407]
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-pubsub-ordering.yaml

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

.chloggen/kafka_metrics_receiver-add-refresh_frequency.yaml renamed to .chloggen/added-more-sqlserver-receiver-preformace-metrics.yaml

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +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: receiver/kafkametricsreceiver
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: Add `refresh_frequency` config to `kafkametricsreceiver`, to configure custom duration for cluster metadata refresh
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: [37896]
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-
- Helps fine tuning the refresh_frequency, and enables custom cluster metadata refresh intervals
20-
- Default refresh_frequency is set 10 minutes from Sarama library defaults
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+
2139
2240
# If your change doesn't affect end users or the exported elements of any package,
2341
# 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: enhancement
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: awscloudwatchlogsexporter, awsemfexporter, awsxrayexporter
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Adding external id support when assuming a role for AWS credentials.
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: [36725]
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: AWS IAM Docs https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_common-scenarios_third-party.html#id_roles_third-party_external-id
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: 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/azureblob-exporter-skeleton.yaml renamed to .chloggen/azureblobexporter-second-PR.yaml

Lines changed: 3 additions & 3 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: new_component
4+
change_type: 'new_component'
55

66
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
77
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: Add new exporter for sending telemetry to Azure Storage Blob
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: [35717]
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/mongodbReplicaMetrics.yaml renamed to .chloggen/chan-tim_mongodbMetrics.yaml

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

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Added mongodb replica metrics and routing logic for multiple mongodb instances
10+
note: Added new mongodb metrics to achieve parity with Telegraf
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: [37517]
13+
issues: [37227]
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: []

.chloggen/elasticsearchexporter-refactor-encoder.yaml renamed to .chloggen/cleanup-metrics.yaml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +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: elasticsearchexporter
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: drop support for metrics for none, raw, and bodymap mapping modes
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: [37928]
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-
Metrics support is in development, and was added for "ecs" and "otel" mapping modes.
20-
Support was unintentionally added for the other mapping modes, defaulting to the same
21-
behaviour as "ecs" mode. While metrics support is still in development, drop support
22-
from these mapping modes and require users to use the intended mapping modes.
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`
2330
2431
# If your change doesn't affect end users or the exported elements of any package,
2532
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

.chloggen/clickhouse-add-client-info.yaml

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

.chloggen/report-available-components-opamp-supervisor.yaml renamed to .chloggen/codeboten_fix-missed-logs.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: bug_fix
55

66
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
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: Support retrieval of available components via the OpAMP supervisor.
10+
note: Use OwnLogsConnSettings along with Metrics & Traces settings to evaluate if configuration changed on message.
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: [37247]
13+
issues: [38409]
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: []

.chloggen/envoyals-alpha.yaml renamed to .chloggen/codeboten_report-own-logs.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: envoyalsreceiver
7+
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: Mark `envoyalsreceiver` as an alpha 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: [36464]
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.

0 commit comments

Comments
 (0)