Skip to content

Commit

Permalink
Merge branch 'main' into narcis/k8sclusterreceiver
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth authored Dec 20, 2024
2 parents 8c0e465 + e1bd751 commit 9274cfa
Show file tree
Hide file tree
Showing 815 changed files with 27,450 additions and 23,666 deletions.
27 changes: 0 additions & 27 deletions .chloggen/36251-purefa-native-om-support.yaml

This file was deleted.

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

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/add-metric-labels-in-googlecloudmonitoringreceiver.yaml

This file was deleted.

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

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/adjuster-resource-fix.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/awsxrayexporter-fix-segment-gen.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: opampextension
component: receiver/azureeventhub

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Fix blocking agent shutdown due to unclosed channel
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: [36764]
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
27 changes: 0 additions & 27 deletions .chloggen/clickhouseexporter-ordered-attributes.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/dd-config-api-key-fix.yaml

This file was deleted.

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: connector/routing
component: sapmexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Deprecate `match_once` parameter.
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: [29882]
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/elasticsearchexporter_merge-geo-location.yaml

This file was deleted.

Loading

0 comments on commit 9274cfa

Please sign in to comment.