Skip to content

Commit f6fb14e

Browse files
committed
Merge branch 'main' into profiles-cache
2 parents fdcebae + 55b80b5 commit f6fb14e

File tree

1,427 files changed

+48961
-32208
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,427 files changed

+48961
-32208
lines changed

.chloggen/34188.yaml renamed to .chloggen/35855.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: enhancement
4+
change_type: 'enhancement'
55

66
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
77
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: support sending to multiple azure monitor exporters
10+
note: support span links for traces for azure monitor 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: [34188]
13+
issues: [35855]
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/feat_add-routing-ismatch-isStr.yaml renamed to .chloggen/36571.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: routingconnector
7+
component: splunkhecreceiver
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Adds Standard Converter functions to routing connector.
10+
note: Splunk HEC timestamp accepts nanoseconds, microseconds, milliseconds, and seconds epoch.
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: [38282]
13+
issues: [36571]
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/sematext-advanced-metrics.yaml renamed to .chloggen/add-awslogsencodingextension.yaml

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

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Advanced metrics implementation
10+
note: Add AWS Logs Encoding Extension to support decoding logs produced by AWS services
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: [36465]
13+
issues: [38627]
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-endpoint-label-to-remote-write-exporter-metrics.yaml

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

.chloggen/codeboten_report-own-logs.yaml renamed to .chloggen/add-faro-translator.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: opampsupervisor
7+
component: farotranslator
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: add ability to report own traces/logs
10+
note: Add Faro translator package
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: [38360]
13+
issues: [19180, 35319]
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/migrate-to-sdk-v2.yaml renamed to .chloggen/add-new-oracledb-metrics.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,21 @@
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: receiver/awscloudwatchreceiver
7+
component: oracledbreceiver
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Upgrading to adopt AWS SDK v2
10+
note: Add support for additional read/write 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: [36699]
13+
issues: [37814]
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-
This change upgrades the AWS SDK used in the CloudWatch receiver from v1 to v2.
20-
It ensures better performance and compatibility with newer AWS features.
19+
The following metrics are now available, all disabled by default:
20+
'physical reads direct', 'physical writes', 'physical writes direct',
21+
'physical read io requests' and 'physical write io requests' metrics'
2122
2223
# If your change doesn't affect end users or the exported elements of any package,
2324
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

.chloggen/fieldalignment_collectdreceiver.yaml renamed to .chloggen/add_san.yaml

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

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: apply fieldalignment to collectd records to reduce memory allocation
10+
note: add `tlscheck.x509.san` attribute
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: [37321]
13+
issues: [38872]
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+
Subject Alternative Name records are stored as an array on the metric.
1920
2021
# If your change doesn't affect end users or the exported elements of any package,
2122
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

.chloggen/added-more-sqlserver-receiver-preformace-metrics.yaml

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

.chloggen/multiple_bearer_tokens_support.yaml renamed to .chloggen/alew_add-unit-to-prometheus-metadata.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: bearertokenauthextension
7+
component: prometheusremotewriteexporter
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Add the ability to configure multiple bearer tokens for the same endpoint.
10+
note: Adds logic to convert from the internal OTEL Metrics unit format to Prometheus unit format and emit unit as part of Prometheus metadata.
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: [38148]
13+
issues: [29452]
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/feature-headersetter-auth-attr.yaml renamed to .chloggen/aws-subscription-unmarshaler.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: headersetterextension
7+
component: awslogsencodingextension
88

99
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10-
note: Add support for setting headers based on authentication data
10+
note: Add support for cloudwatch logs coming from subscription filters.
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: [38441]
13+
issues: [38820]
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)