Skip to content

Commit

Permalink
Merge branch 'main' into allow_renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
dashpole authored Sep 18, 2023
2 parents 9be0ae4 + b6f4597 commit 6fb7f72
Show file tree
Hide file tree
Showing 1,056 changed files with 46,133 additions and 28,350 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Use this changelog template to create an entry for release notes.

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: The telemetrygen now supports setting the log's body
note: Allow sub-second decision wait time

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

# 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
20 changes: 0 additions & 20 deletions .chloggen/add-username-parameter-for-connection.yaml

This file was deleted.

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Added Attributes support to the InstrumentationScope
note: Added support for host's cpuinfo attributes.

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

# (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: In Linux and Darwin all fields are populated. In Windows only family, vendor.id and model.name are populated.

# 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
20 changes: 0 additions & 20 deletions .chloggen/azuremonitorreceiver-new-attributes.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/bumpexpr.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
# 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
change_type: bug_fix

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Change writing of metrics data to batch
note: "Change k8s.deployment.available and k8s.deployment.desired metric units to {pod}"

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

# (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,18 @@
change_type: breaking

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Removes duplicate `Timeout` field. This change has no impact on end users of the component."
note: Removing deprecated jaeger and jaegerthrifthttp exporters

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

# (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: This follows the deprecation plan to remove the component. The original removal date was July 2023, it is now past that.

# 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 +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: [api]
change_logs: [user]
27 changes: 0 additions & 27 deletions .chloggen/deprecate-processor.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/deprecate-tanzu-exporter.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions .chloggen/disable_jaeger_receiver_remote_sampling.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions .chloggen/drop-histogram-metrics-first-part.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/exporter_azuremonitor_log-bug.yaml

This file was deleted.

8 changes: 4 additions & 4 deletions .chloggen/haproxy-http-support.yaml → .chloggen/feat_contexts-take-time.yaml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
# 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
change_type: 'enhancement'

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add support for HTTP connections
note: "Update contexts to set and get time.Time"

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

# (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/feat_custom_port.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions .chloggen/feat_dur-to-num.yaml

This file was deleted.

Loading

0 comments on commit 6fb7f72

Please sign in to comment.