Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Boten authored Jan 15, 2024
2 parents e2ff5de + e8b4527 commit d9d958c
Show file tree
Hide file tree
Showing 1,312 changed files with 122,960 additions and 26,315 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: mdatagen
component: splunkhecexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: add Meter/Tracer methods to simplify instrumenting components
note: Batch data according to access token and index, if present.

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [29927]
issues: [30404]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: exporter/elasticsearch
component: awscloudwatchlogsexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: set the User-Agent header in the outgoing HTTP requests.
note: Add instrumentation scope in log records exported to CloudWatch logs

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [29898]
issues: [30316, 29884]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
Expand Down
22 changes: 0 additions & 22 deletions .chloggen/addresourcetotelemetry.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions .chloggen/ottl-valid-path-used.yaml → ...er-fix-span-attributes-in-properties.yaml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
change_type: breaking

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: pkg/ottl
component: azuremonitorexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Now validates against extraneous path segments that a context does not know how to use.
note: Fixed an issue where span attributes with double and int values were incorrectly added to the `measurements` field in the Application Insights schema. These attributes are now correctly placed in the `properties` field.

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [30042]
issues: [29683]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
Expand All @@ -24,4 +24,4 @@ subtext:
# Include 'user' if the change is relevant to end users.
# Include 'api' if there is a change to a library API.
# Default: '[user]'
change_logs: []
change_logs: [user]
27 changes: 0 additions & 27 deletions .chloggen/azuretranslator-parse-timestamp-resource-logs.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Use this changelog template to create an entry for release notes.

# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: 'breaking'
change_type: breaking

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: "carbonreceiver"
component: testbed

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Hide unnecessary public API
note: Remove unused AWS XRay mock receiver

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [29895]
issues: [30381]

# If your change doesn't affect end users or the exported elements of any package,
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
Expand Down
22 changes: 0 additions & 22 deletions .chloggen/carbonexporter.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions .chloggen/carbonexporter_enhance.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .chloggen/carbonexportermax.yaml

This file was deleted.

20 changes: 20 additions & 0 deletions .chloggen/cassandraexporter-add-authorization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Use this changelog template to create an entry for release notes.
# If your change doesn't affect end users, such as a test fix or a tooling change,
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.

# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: cassandraexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: added authorization by username and password

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [27827]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext:
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ change_type: deprecation
component: mdatagen

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Component is being moved to core to allow it to be used there as well.
note: Deprecate mdatagen in preparation for its move to opentelemetry-collector

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [30173]
issues: [30497]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
Expand Down

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/failover-PR2.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/filterprocessor-telemetry.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .chloggen/fix-11829.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
change_type: bug_fix

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: pkg/ottl
component: receiver/filelog

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Fix bug where the Converter `IsBool` was not usable
note: fix panic after upgrading from v0.71.0 when using storage

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [30151]
issues: [30235]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
Expand Down
8 changes: 4 additions & 4 deletions .chloggen/awsemf_dropinf.yaml → .chloggen/fix_context_retries_prw.yaml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
change_type: bug_fix

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: awsemfexporter
component: prometheusremotewriteexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: AWS EMF Exporter will drop metrics that contain Inf values to avoid JSON marshal errors.
note: Check if the context was canceled by a timeout in the component level to avoid unnecessary retries.

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [29336]
issues: [30308]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
Expand All @@ -24,4 +24,4 @@ subtext:
# Include 'user' if the change is relevant to end users.
# Include 'api' if there is a change to a library API.
# Default: '[user]'
change_logs: [user]
change_logs: []
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
change_type: bug_fix

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: opampsupervisor
component: elasticsearchreceifver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Fix panic on agent shutdown
note: Fix nil panic on non-linux systems

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [29955]
issues: [30140]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
Expand Down
6 changes: 0 additions & 6 deletions .chloggen/fix_promTACfgValidation.yaml

This file was deleted.

Loading

0 comments on commit d9d958c

Please sign in to comment.