Skip to content

Commit

Permalink
Merge branch 'main' into prometheusremotewriteexporter-optimize-seria…
Browse files Browse the repository at this point in the history
…lization
  • Loading branch information
dashpole authored Nov 12, 2024
2 parents f8f1d41 + 0250081 commit 3f24429
Show file tree
Hide file tree
Showing 1,334 changed files with 26,382 additions and 22,778 deletions.
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: splunkenterprisereceiver
component: 'datadogreceiver'

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add telemetry around the Splunk Enterprise kv-store.
note: "Add json handling for the `api/v2/series` endpoint in the datadogreceiver"

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

# (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: []
25 changes: 0 additions & 25 deletions .chloggen/add-hostmetric-system-uptime.yaml

This file was deleted.

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

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/add_otlp.yaml

This file was deleted.

This file was deleted.

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Remove the deprecated access_token_passthrough from SAPM receiver."
note: "Stop prefixing `http_server_duration`, `http_server_request_size` and `http_server_response_size` with `otelcol`"

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

# (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: |
Please use `include_metadata` instead with the following config option applied to the batch processor:
batch:
metadata_keys: [X-Sf-Token]
subtext: "These metrics can be from SDKs rather than collector. Stop prefixing them to be consistent with https://opentelemetry.io/docs/collector/internal-telemetry/#lists-of-internal-metrics"

# 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/datadog-trace-receiver-return-body.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .chloggen/datagog-receiver-contract.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/doris-metrics.yaml

This file was deleted.

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: otelarrowreceiver
component: elasticsearchexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Enable unlimited admission control when request_limit_mib is set to 0.
note: Translate `k8s.*.name` resource attributes in ECS mode

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

# (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: Translate `k8s.job.name`, `k8s.cronjob.name`, `k8s.statefulset.name`, `k8s.replicaset.name`, `k8s.daemonset.name`, `k8s.container.name` to `kubernetes.*.name`. Translate `k8s.cluster.name` to `orchestrator.cluster.name`.

# 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/fix-dd-service-checks-response.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: otelarrowreceiver
component: pkg/stanza

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Avoid breaking telemetry when admission control fails in OTLP handlers.
note: Ensure that time parsing happens before entry is sent to downstream operators

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

# (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/fix_filesystems_scraping.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: journaldreceiver
component: container

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: allows querying a journald namespace
note: Set non root group permissions for container image

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

# (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: []
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ change_type: bug_fix
component: prometheusexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Fixes an issue where the prometheus exporter would not shut down the server when the collector was stopped."
note: "Fixes a race condition between the exporter start and shutdown functions."

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

# (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/hostmetrics-report-scraper-names-in-errors.yaml

This file was deleted.

Loading

0 comments on commit 3f24429

Please sign in to comment.