Skip to content

Commit b442aaa

Browse files
authored
Merge branch 'main' into awscloudwatchexporter_external_id
2 parents a662315 + e84ec19 commit b442aaa

File tree

4,024 files changed

+141293
-63758
lines changed

Some content is hidden

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

4,024 files changed

+141293
-63758
lines changed

.chloggen/telemetrygen.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: cmd/telemetrygen
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: Introduce support for generating histograms in telemetrygen
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: [36322]
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/ottl-trim-function.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
@@ -4,18 +4,38 @@
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: 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 a new ottl trim function that trims leading and trailing characters from a string (default- whitespace).
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: [34100]
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:
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.
@@ -24,4 +44,4 @@ subtext:
2444
# Include 'user' if the change is relevant to end users.
2545
# Include 'api' if there is a change to a library API.
2646
# Default: '[user]'
27-
change_logs: []
47+
change_logs: [user]

.chloggen/fix_supervisor-reports-error-nop-config.yaml renamed to .chloggen/awscloudwatchmetricstreamsencodingextension-skeleton.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: bug_fix
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: opampsupervisor
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: Report an 'Applied' remote config status when an empty config is received.
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: [36682]
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.
@@ -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]
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: azureblobexporter
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: implementation of azure blob exporter
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: [34319]
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/change-contexts-to-support-path-with-context.yaml

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

.chloggen/move-attributes.yaml renamed to .chloggen/cleanup-metrics.yaml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +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: cloudfoundryreceiver
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: Introduce a feature gate enable copying envelope tags to the metrics as resource attributes instead of datapoint attributes.
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.
18-
subtext:
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`
1930
2031
# If your change doesn't affect end users or the exported elements of any package,
2132
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
@@ -24,4 +35,4 @@ subtext:
2435
# Include 'user' if the change is relevant to end users.
2536
# Include 'api' if there is a change to a library API.
2637
# Default: '[user]'
27-
change_logs: []
38+
change_logs: [user]

.chloggen/redis_storage_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: redisstorageextension
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: Move redis storage extension to alpha
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: [36778]
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/deprecate_sapmexporter.yaml

Lines changed: 0 additions & 36 deletions
This file was deleted.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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: datadogexporter
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
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.
12+
13+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
14+
issues: [37930]
15+
16+
# (Optional) One or more lines of additional information to render under the primary note.
17+
# These lines will be padded with 2 spaces and then inserted directly into the document.
18+
# Use pipe (|) for multiline entries.
19+
subtext: |
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.
21+
22+
# If your change doesn't affect end users or the exported elements of any package,
23+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
24+
# Optional: The change log or logs in which this entry should be included.
25+
# e.g. '[user]' or '[user, api]'
26+
# Include 'user' if the change is relevant to end users.
27+
# Include 'api' if there is a change to a library API.
28+
# Default: '[user]'
29+
change_logs: [user]

.chloggen/set-libhoneyreceiver-alpha.yaml renamed to .chloggen/faroreciever.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
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: libhoneyreceiver
7+
component: faroreceiver
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Mark the libhoney receiver exporter as Alpha.
10+
note: Introduce a new receiver to recieve faro data
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: [36693]
13+
issues: [19180]
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)