Skip to content

Commit

Permalink
Merge branch 'main' into pulsar-receiver-obsreport
Browse files Browse the repository at this point in the history
  • Loading branch information
VihasMakwana committed Nov 10, 2024
2 parents 7b72014 + 65cd1f9 commit dd7e754
Show file tree
Hide file tree
Showing 2,031 changed files with 67,073 additions and 35,255 deletions.
27 changes: 0 additions & 27 deletions .chloggen/awss3receiver_notifications.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: bug_fix

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Adjust defaults from https://opentelemetry.io/blog/2024/otel-arrow-production/ experiments.
note: Ensure that time parsing happens before entry is sent to downstream operators

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

# (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
@@ -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: k8sobserver
component: container

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Emit endpoint per Pod's container
note: Set non root group permissions for container image

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

# (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/metrics-tables-clickhouse.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: sapmreceiver
component: resourcedetectionprocessor

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Respond 503 on non-permanent and 400 on permanent errors
note: "Introduce support for Profiles signal type."

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

# (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: elasticsearchexporter
component: splunkenterprisereceiver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add hint in error logs for TSDB version_conflict_engine_exception error
note: Add new metrics for Splunk Enterprise dispatch artifacts caches

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

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Allow collector logs to passthrough to supervisor output to facilitate running in a containerized environment.
note: Synchronous handling of entries passed from the log emitter to the receiver adapter

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

# (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
4 changes: 3 additions & 1 deletion .github/ALLOWLIST
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ internal/common
## DEPRECATED components

## UNMAINTAINED components
receiver/googlecloudspannerreceiver/
exporter/opensearchexporter/
extension/observer/ecstaskobserver/
receiver/jmxreceiver/
Loading

0 comments on commit dd7e754

Please sign in to comment.