Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into merge-main-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Mar 7, 2024
2 parents 81b1491 + 26853f1 commit 4fd00a5
Show file tree
Hide file tree
Showing 1,554 changed files with 45,065 additions and 43,841 deletions.
6 changes: 3 additions & 3 deletions .chloggen/dd-connector-peer-tags.yaml → ...en/add-configurable-dbname-attribute.yaml
100644 → 100755
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: datadogconnector
component: servicegraphprocessor

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add a trace config `peer_tags` on supplementary peer tags on APM stats.
note: "Added a new configuration option `database_name_attribute` to allow users to specify a custom attribute name for identifying the database name in span attributes."

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

# (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
28 changes: 0 additions & 28 deletions .chloggen/allow-pri-header-skip-syslog-stanza.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/codeboten_deprecate-f5exporter.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/datadog-jvm-metrics.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/dd-exporter-peer-tags.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions .chloggen/codeboten_go-1.22.yaml → .chloggen/dd-feature-gate-removal.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: all
component: datadogconnector

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Bump minimum version to go 1.21
note: Remove feature gate `connector.datadogconnector.performance`

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

# (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
27 changes: 0 additions & 27 deletions .chloggen/ddog-exporter-fix-multi-resc-stats.yaml

This file was deleted.

22 changes: 22 additions & 0 deletions .chloggen/delete-mdatagen.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Use this changelog template to create an entry for release notes.

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Delete deprecated cmd/mdatagen from this project. Use go.opentelemetry.io/collector/cmd/mdatagen instead.

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

# 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.
# Optional: The change log or logs in which this entry should be included.
# e.g. '[user]' or '[user, api]'
# 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: [api, user]
13 changes: 8 additions & 5 deletions .chloggen/indexer-metrics-2-splunkent.yaml → .chloggen/deltatocumulative-stale.yaml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
# 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: "enhancement"

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "adds additional metrics specific to indexers"
note: expire stale series

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

# (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:
subtext: |
Adds `max_stale` option that allows to set an interval (default = `5min`)
after which a series that no longer receives new samples is removed from
tracking.
# 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
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
# Use this changelog template to create an entry for release notes.

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: adds processor to convert sums (initially) from delta to cumulative temporality
note: timer-based expiry

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

# (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:
subtext: |
converts expiry to 1m timer, eliminating a race condition and failing test
# 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
15 changes: 0 additions & 15 deletions .chloggen/feat_optional-metric-timestamp-normalization.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions .chloggen/feat_ottl_csv-parse-function.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/featuregate-elasticsearch-remove.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/featuregate-mongo-beta.yaml

This file was deleted.

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add a marshaler that stores the body of log records in s3.
note: File write mode is configurable now (truncate or append)

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

# (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,18 +4,13 @@
change_type: bug_fix

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Fix memory leak on shutdown
note: Fix panic when a sub-exporter is shut down while still handling requests.

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

# (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:
issues: [31410]

# 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 All @@ -24,4 +19,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]
Loading

0 comments on commit 4fd00a5

Please sign in to comment.