Skip to content

Commit

Permalink
Merge branch 'main' into feat/azure-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
joegoldman2 authored Oct 24, 2024
2 parents 4f7b624 + a41298f commit 44f155c
Show file tree
Hide file tree
Showing 1,413 changed files with 44,036 additions and 35,420 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: awss3receiver
component: splunkenterprisereceiver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: 'Add support for monitoring the progress of ingesting data from an S3 bucket via OpAMP custom messages.'
note: Add telemetry around the Splunk Enterprise kv-store.

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

# (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/ProtoFromTracesError.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Use this changelog template to create an entry for release notes.

# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement
change_type: breaking

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Emit endpoint per Pod's container
note: Removing unmaintained component

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

# (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/elasticsearchexporter_index-error-hint.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/feat_add-condition-to-logdedup-processor.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions .chloggen/feature_azureblobreceiverDefaultAuth.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/filelog-receiver-fs-lock-handle-delete.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/hostmetrics-receiever-ignore-duplicate-filesystems.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: googlemanagedprometheusexporter
component: pkg/translator/prometheusremotewrite

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: GMP exporter is marked as mutating.
note: "`FromMetricsV2` now transforms attributes into labels."

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

# (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
28 changes: 0 additions & 28 deletions .chloggen/metrics-tables-clickhouse.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/otelarrow-defaults.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/prwreceiver-httpserver.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Use this changelog template to create an entry for release notes.

# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement
change_type: bug_fix

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: googlecloudexporter
component: connector/routing

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Google Cloud exporter is marked as mutating.
note: Fix detection of duplicate conditions in routing table.

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

# (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/sapm-receiver-contract.yaml

This file was deleted.

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: fix meter panic on startup
note: Handle error of callback function of `ParserOperator.ProcessWithCallback`

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

# (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: properly constructs the TelemetryBuilder, so it does not panic on startup, rendering the entire component unusable
subtext: |
`ProcessWithCallback` of `ParserOperator` first calls the `ParseWith` method
which properly handles errors with `HandleEntryError`.
Then the callback function is called and its returned error should also
be handled by the `HandleEntryError` ensuring a consistent experience.
# 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
Loading

0 comments on commit 44f155c

Please sign in to comment.