Skip to content

Commit

Permalink
Merge branch 'main' into merge-main-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Jan 30, 2024
2 parents 17b6f2f + f1405e1 commit 84587f9
Show file tree
Hide file tree
Showing 2,497 changed files with 156,857 additions and 31,943 deletions.
22 changes: 0 additions & 22 deletions .chloggen/addresourcetotelemetry.yaml

This file was deleted.

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

This file was deleted.

6 changes: 3 additions & 3 deletions .chloggen/dd-exporter-milliseconds.yaml → .chloggen/awss3-add-protobuf-marshaller.yaml
100644 → 100755
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: datadogexporter
component: awss3exporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: DataDog log timestamp (ie. '@timestamp') now includes milliseconds
note: "Add the ability to export trace/log/metrics in OTLP ProtoBuf format."

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

# (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/azuretranslator-parse-timestamp-resource-logs.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@
change_type: bug_fix

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Support empty values in haproxy stats.
note: Accept empty usernames.

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

# (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: |
Per https://datatracker.ietf.org/doc/html/rfc2617#section-2, username and password may be empty strings ("").
The validation used to enforce that usernames cannot be empty.
# 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
22 changes: 0 additions & 22 deletions .chloggen/carbonexporter.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions .chloggen/carbonexporter_enhance.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .chloggen/carbonreceiver.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/codeboten_add-mdatagen-meter-method-2.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/codeboten_deprecate-mdatagen.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: pkg/stanza
component: filterprocessor

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Remove sampling policy from logger
note: move metrics from OpenCensus to OpenTelemetry

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

# (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
18 changes: 0 additions & 18 deletions .chloggen/datadog-connector-memory-issue.yaml

This file was deleted.

15 changes: 9 additions & 6 deletions .chloggen/resourcedetection-ecs-task-id.yaml → .chloggen/dd-connector-configs.yaml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,24 @@
change_type: enhancement

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add "aws.ecs.task.id" attribute
note: Add trace configs that mirror datadog exporter

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

# (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: |
Resourcedetectionprocessor now exports "aws.ecs.task.id" attribute, in addition to "aws.ecs.task.arn".
This allows exporters like "awsemfexporter" to automatically pick up that attribute and make it available
in templating (e.g. to use in CloudWatch log stream name).
ignore_resources: disable certain traces based on their resource name
span_name_remappings: map of datadog span names and preferred name to map to
span_name_as_resource_name: use OTLP span name as datadog operation name
compute_stats_by_span_kind: enables an additional stats computation check based on span kind
peer_tags_aggregation: enables aggregation of peer related tags
trace_buffer: specifies the buffer size for datadog trace payloads
# 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
8 changes: 4 additions & 4 deletions .chloggen/zipkinexporter_clientsettings.yaml → .chloggen/ddconnector-enable-flag.yaml
100755 → 100644
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: zipkinexporter
component: datadogconnector

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Use default client HTTP settings in zipkinexporter, move validation to config validation
note: Enable feature gate `connector.datadogconnector.performance` by default.

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

# (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: See https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/connector/datadogconnector#feature-gate-for-performance for caveats of this 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 Down
27 changes: 0 additions & 27 deletions .chloggen/deprecate-kubeproxy.yaml

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 84587f9

Please sign in to comment.