Skip to content

Commit

Permalink
Merge branch 'main' into fix-deltatocumulative-nh-downscaling
Browse files Browse the repository at this point in the history
  • Loading branch information
edma2 authored Jul 10, 2024
2 parents 361499b + 948fa91 commit f02c5dd
Show file tree
Hide file tree
Showing 921 changed files with 35,177 additions and 30,018 deletions.
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: enhancement
change_type: new_component

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Expose host and port in endpoint's environment
note: "creates a wireframe and initial pr to develop from"

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

# (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: bug_fix

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Fetch CPU info only if related attributes are enabled
note: Fix failed label does not work leads to servicegraph metrics error

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

# (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 @@ -7,7 +7,7 @@ change_type: enhancement
component: pkg/ottl

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add ByteSliceLikeGetter interface
note: Added Hex() converter function

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [31929]
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: []
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,18 @@ change_type: enhancement
component: vcenterreceiver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Adds vCenter CPU capacity and network drop rate metrics to hosts."
note: "Adds additional vCenter resource pool metrics and a memory_usage_type attribute for vcenter.resource_pool.memory.usage metric to use."

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

# (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: |
Added "vcenter.resource_pool.memory.swapped", "vcenter.resource_pool.memory.ballooned", and "vcenter.resource_pool.memory.granted"
metrics. Also added an additional attribute, "memory_usage_type" for "vcenter.resource_pool.memory.usage" metric, which is
currently under a feature gate.
# 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 +27,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: [user]
27 changes: 0 additions & 27 deletions .chloggen/add_k8s_pod_ip.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: enhancement
change_type: 'enhancement'

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Encode metrics resource attributes in ECS mapping mode
note: Add support for retrieving logs and metrics to the AWS S3 Receiver.

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

# (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/branch-issue-32716.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/chan-tim_timeoutValidation.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions .chloggen/clickhouse-change-default-database.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .chloggen/clickhouse-exporter-enexport-extra-config-methods.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ change_type: enhancement
component: clickhouseexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Updated the default logs table to a more optimized schema
note: Upgrading stability for logs to beta

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

# (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: Simplified data types, improved partitioning and time range queries.
subtext: |
The logs exporter has been proven to be stable for large scale production deployments.
Configuration options specific to logs are unlikely to change.
# 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 +26,4 @@ subtext: Simplified data types, improved partitioning and time range queries.
# 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]
33 changes: 0 additions & 33 deletions .chloggen/clickhouseexporter-aggregation-temporality.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .chloggen/clickhouseexporter-remove-deprecated-config-option.yaml

This file was deleted.

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: vcenterreceiver
component: cloudfoundryreceiver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Adds vCenter CPU readiness metric for VMs."
note: Add support to receive CloudFoundry Logs

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

# (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: bug_fix

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Fixes errors in some of the client calls for environments containing multiple datacenters.
note: Updating the stability to reflect that the component is shipped as part of contrib.

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

# (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: 27 additions & 0 deletions .chloggen/codeboten_alpha-azureblob.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Use this changelog template to create an entry for release notes.

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Updating the stability to reflect that the component is shipped as part of contrib.

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

# (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:

# 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: []
Loading

0 comments on commit f02c5dd

Please sign in to comment.