Skip to content

Commit

Permalink
Merge branch 'main' into fix_datadogconnector_start
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax committed Feb 28, 2024
2 parents 33e5cde + 76f52c5 commit 3b655ee
Show file tree
Hide file tree
Showing 1,258 changed files with 43,993 additions and 26,095 deletions.
@@ -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: new_component
change_type: 'new_component'

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: add configuration and readme
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: [29601]
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 Down
16 changes: 0 additions & 16 deletions .chloggen/add_jarray_parser_header.yaml

This file was deleted.

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

This file was deleted.

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: groupbyattrsprocessor
component: datadogexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: move metrics from OpenCensus to OpenTelemetry
note: Attach the collector version to stats payloads to improve the debugging experience.

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

# (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"]
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: receiver/journald
component: awsxrayexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: add a new config option "all" that turns on full output from journalctl, including lines that are too long.
note: support both deprecated and stable http attributes translation for backward compatibility.

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

# (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
29 changes: 0 additions & 29 deletions .chloggen/basicauth_validation.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions .chloggen/ottl-string.yaml → .chloggen/carbon-float-metrics.yaml 100755 → 100644
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/ottl
component: carbonreceiver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Fix parsing of string escapes in OTTL
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: [23238]
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
27 changes: 0 additions & 27 deletions .chloggen/change-default-docker-client-api.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions .chloggen/dd-connector-configs.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/ddconnector-enable-flag.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/delete-datadogprcessor.yaml

This file was deleted.

@@ -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: awss3exporter
component: "deltatocumulativeprocessor"

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Add the ability to export trace/log/metrics in OTLP ProtoBuf format."
note: due to an oversight, only the first sample of each stream was processed. now all samples are.

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

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

This file was deleted.

27 changes: 27 additions & 0 deletions .chloggen/dev_fix-broken-root-ca.yaml
@@ -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: cmd/telemetrygen

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
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: [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.
# 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: []
22 changes: 0 additions & 22 deletions .chloggen/dinesh.gurumurthy_fix-connector.yaml

This file was deleted.

0 comments on commit 3b655ee

Please sign in to comment.