Skip to content

Commit

Permalink
Merge branch 'main' into y/tsp-tick-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
yvrhdn authored Jan 24, 2025
2 parents 74172d1 + a05740a commit 2000c86
Show file tree
Hide file tree
Showing 915 changed files with 32,923 additions and 27,274 deletions.
14 changes: 0 additions & 14 deletions .chloggen/add-feature-flag-for-updated-datadog-span-receiver.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/add-interval-processor-to-dist.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions .chloggen/add-multiple-endpoints-support-httpcheckreceiver.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Use this changelog template to create an entry for release notes.

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Added support for specifying multiple endpoints in the `httpcheckreceiver` using the `endpoints` field. Users can now monitor multiple URLs with a single configuration block, improving flexibility and reducing redundancy."

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [37121]
27 changes: 0 additions & 27 deletions .chloggen/add-nanosecond-converter.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/add-second-converter.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .chloggen/add-two-new-vecenter-receiver-metrics.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
change_type: new_component

# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: exporter/bmchelix
component: envoyalsreceiver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Add a new component for exporting metrics to BMC Helix"
note: Add a new receiver for the Envoy ALS (Access Log Service).

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

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

This file was deleted.

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

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/check-ecs-metadata-cgroupruntimeextension.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: googlecloudmonitoringreceiver
component: opampsupervisor

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: set the minimum collection interval as 60s
note: report own metrics via OTLP instead of prometheus receiver

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

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: cap the number of exponential histogram buckets to 160
note: Add metric type filter for cumulativetodelta processor

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

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

This file was deleted.

28 changes: 0 additions & 28 deletions .chloggen/elasticsearch-remove-index.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/elasticsearchexporter-rm-dedup-config.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ change_type: enhancement
component: elasticsearchexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Handle `EventName` for log records in OTel mode
note: Add config `logs_dynamic_id` to dynamically set the document ID of log records using log record attribute `elasticsearch.document_id`

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

# (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 @@ -7,15 +7,15 @@ change_type: enhancement
component: elasticsearchexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: More efficient JSON encoding for OTel mode
note: "Declare MutatesData: false"

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

# (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: Increases throughput for metrics by 2x and for logs and traces by 3x
subtext: When multiple exporters are used, the collector doesn't need to clone the incoming data anymore

# 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 2000c86

Please sign in to comment.