Skip to content

Commit

Permalink
Merge branch 'main' into gl-receiver-skeleton-traces
Browse files Browse the repository at this point in the history
  • Loading branch information
niwoerner authored Dec 20, 2024
2 parents a884a17 + 5af8c70 commit 4598cf7
Show file tree
Hide file tree
Showing 812 changed files with 28,706 additions and 24,864 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/add_doris_to_build.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-matchonce.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/elasticsearchexporter_merge-geo-location.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/exporter_prometheusremotewriteexporter_exemplar-int.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/get-xml-nonelements.yaml

This file was deleted.

Loading

0 comments on commit 4598cf7

Please sign in to comment.