Skip to content

Commit

Permalink
Merge branch 'main' into goleak_spanmetrics
Browse files Browse the repository at this point in the history
  • Loading branch information
crobert-1 authored Feb 26, 2024
2 parents 3a5619c + ea1632e commit 21e89c7
Show file tree
Hide file tree
Showing 1,031 changed files with 35,313 additions and 21,680 deletions.
10 changes: 5 additions & 5 deletions ...oggen/pkg-stanza-rm-deprecated-attrs.yaml → .chloggen/ack_extension_interface.yaml
100644 → 100755
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: breaking
change_type: 'new_component'

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Remove deprecated pkg/stanza/attrs
note: "Adding an interface for Acknowledgement extension"

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

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

This file was deleted.

8 changes: 4 additions & 4 deletions ...gen/receivercreator_ReportFatalError.yaml → .chloggen/carbon-float-metrics.yaml
100755 → 100644
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: receivercreator
component: carbonreceiver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Remove use of `ReportFatalError`
note: Accept carbon metrics with float timestamps

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

# (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
6 changes: 3 additions & 3 deletions ...nza-fix-key-value-pair-delimiter-bug.yaml → .chloggen/dev_fix-broken-root-ca.yaml
100644 → 100755
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: pkg/stanza
component: cmd/telemetrygen

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Fixed a bug in the keyvalue_parser where quoted values could be split if they contained a delimited.
note: Inherit root CAs from the host environment if not supplied on the command line.

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

# (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
15 changes: 0 additions & 15 deletions .chloggen/feat_optional-metric-timestamp-normalization.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions .chloggen/fix_log-transform-shutdown.yaml

This file was deleted.

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

This file was deleted.

8 changes: 4 additions & 4 deletions .chloggen/signalfx-recv-otlp.yaml → .chloggen/lb-exporter-dummy-endpoint.yaml
100755 → 100644
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: receiver/signalfx
component: loadbalancingexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Accept otlp protobuf requests when content-type is "application/x-protobuf;format=otlp"
note: Fixes a bug where the endpoint become required, despite not being used by the load balancing exporter.

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

# (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: signalfxreceiver
component: pkg/ottl

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Remove deprecated use of `host.ReportFatalError`
note: Add new IsInt function to facilitate type checking.

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

# (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: []
change_logs: [user]
31 changes: 0 additions & 31 deletions .chloggen/storage-modules.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .github/ALLOWLIST
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
internal/common

## DEPRECATED components
exporter/f5cloudexporter/
processor/spanmetricsprocessor/

## UNMAINTAINED components
Expand Down
Loading

0 comments on commit 21e89c7

Please sign in to comment.