Skip to content

Commit

Permalink
Merge branch 'main' into fix/mongodbatlas-default-transport
Browse files Browse the repository at this point in the history
  • Loading branch information
dehaansa authored Dec 29, 2024
2 parents 9b027df + b53b5ad commit a44f4ff
Show file tree
Hide file tree
Showing 1,033 changed files with 38,023 additions and 29,296 deletions.
27 changes: 0 additions & 27 deletions .chloggen/add_doris_to_build.yaml

This file was deleted.

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: parseutils
component: receiver/azureeventhub

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Handle escaped quotes when parsing pairs using SplitString.
note: Ensure that observed timestamp is set when unmarshaling logs.

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

# (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,18 +4,18 @@
change_type: enhancement

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Map *.geo.location.{lat,lon} as geo_point field in OTel mode
note: "Change OTTL contexts to properly handle `ottl.Path` with context"

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

# (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: In OTel mapping mode, merge *.geo.location.{lat,lon} to *.geo.location such that they are stored as geo_point in Elasticsearch.
subtext: "The OTTL contexts have a new option `EnablePathContextNames` to enable support for expressing a statement's context via path names in the statement"

# 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 +24,4 @@ subtext: In OTel mapping mode, merge *.geo.location.{lat,lon} to *.geo.location
# 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: [api]
27 changes: 0 additions & 27 deletions .chloggen/dd-conn-peer-tags.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/dd-exp-peer-tags.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/deprecate-routing-processor.yaml

This file was deleted.

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: The kineticaexporter is now Unmaintained as it has no active code owners from the vendor
note: Deprecate SAPM exporter

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

# (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: |
The SAPM exporter is being marked as deprecated. Please use the `otlphttp` exporter with the configuration shown
below. Also update your pipeline configuration for Traces accordingly.
```yaml
exporters:
otlphttp:
traces_endpoint: "${SPLUNK_INGEST_URL}/v2/trace/otlp"
headers:
"X-SF-Token": "${SPLUNK_ACCESS_TOKEN}"
```
# 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/exporter_prometheusremotewriteexporter_exemplar-int.yaml

This file was deleted.

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: googlecloudmonitoringreceiver
component: opampsupervisor

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Fix "no validation found" error if workload is running on Google Cloud Platform
note: Report an 'Applied' remote config status when an empty config is received.

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

# (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
30 changes: 0 additions & 30 deletions .chloggen/gh-trace-skeleton.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions .chloggen/iss-35092.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions .chloggen/k8sattributes-k8s-client-init-log.yaml

This file was deleted.

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: connector/datadog, exporter/datadog, pkg/datadog
component: k8sobjectsreceiver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: throw error if datadog API key contains invalid characters
note: ensure the `k8s.namespace.name` attribute is set for objects retrieved using the `watch` mode

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

# (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: []
27 changes: 0 additions & 27 deletions .chloggen/kafka-exporter-aws-iam-oauth-bearer.yaml

This file was deleted.

Loading

0 comments on commit a44f4ff

Please sign in to comment.