Skip to content

Commit

Permalink
Merge branch 'open-telemetry:main' into feature/bounded_duration_sampler
Browse files Browse the repository at this point in the history
  • Loading branch information
garry-cairns authored Sep 15, 2023
2 parents dfa0f40 + 1db5684 commit dda8209
Show file tree
Hide file tree
Showing 1,051 changed files with 46,561 additions and 28,346 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.

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.

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

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/drosiek-journald.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.

27 changes: 0 additions & 27 deletions .chloggen/feat_vcenter-resource-pool-path.yaml

This file was deleted.

This file was deleted.

Loading

0 comments on commit dda8209

Please sign in to comment.