Skip to content

Commit

Permalink
Merge branch 'main' into drosiek-exporter-internal
Browse files Browse the repository at this point in the history
  • Loading branch information
sumo-drosiek authored and Dominik Rosiek committed Apr 4, 2024
2 parents 63c8e5c + b25b78a commit 90891ad
Show file tree
Hide file tree
Showing 1,530 changed files with 29,797 additions and 23,611 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ change_type: enhancement
component: ottl

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Add new function to decode a base64 encoded string and output the original string"
note: "Add new Unix function to convert from epoch timestamp to time.Time"

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

# (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
16 changes: 16 additions & 0 deletions .chloggen/add-avrologencodingextension.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: new_component

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add new encoding extension to support mapping of AVRO messages to logs.

# One or more tracking issues related to the change
issues: [21067]

# (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:
27 changes: 0 additions & 27 deletions .chloggen/add-compression-option.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/add-configurable-dbname-attribute.yaml

This file was deleted.

7 changes: 3 additions & 4 deletions ...241-loadbalancerexporter-aws-support.yaml → .chloggen/add_include_file_infos.yaml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,19 @@
change_type: enhancement

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Adding AWS Cloud Map for service discovery of Collectors backend.
note: When reading a file on filelogreceiver not on windows, if include_file_owner_name is true, it will add the file owner name as the attribute `log.file.owner.name` and if include_file_owner_group_name is true, it will add the file owner group name as the attribute `log.file.owner.group.name`.

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

# (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:


# 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.
# Optional: The change log or logs in which this entry should be included.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,26 @@
change_type: breaking

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Remove feature gate `connector.datadogconnector.performance`
note: "Add ServiceName as `column` into Clickhouse metrics tables"

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

# (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: |
It's a breaking change. users who upgrade to the latest version need to alter the Clickhouse table:
```sql
ALTER TABLE otel_metrics_exponential_histogram ADD COLUMN ServiceName LowCardinality(String) CODEC(ZSTD(1));
ALTER TABLE otel_metrics_gauge ADD COLUMN ServiceName LowCardinality(String) CODEC(ZSTD(1));
ALTER TABLE otel_metrics_histogram ADD COLUMN ServiceName LowCardinality(String) CODEC(ZSTD(1));
ALTER TABLE otel_metrics_sum ADD COLUMN ServiceName LowCardinality(String) CODEC(ZSTD(1));
ALTER TABLE otel_metrics_summary ADD COLUMN ServiceName LowCardinality(String) CODEC(ZSTD(1));
```
# 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/ddog-config-change.yaml

This file was deleted.

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

This file was deleted.

27 changes: 0 additions & 27 deletions .chloggen/ddog-respect-confighttp.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions .chloggen/deltatocumulative-limits.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions .chloggen/deltatocumulative-stale.yaml

This file was deleted.

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

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: timer-based expiry
note: Minimal supported PostgreSQL version will be updated from 9.6 to 12.0 in a future release.

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

# (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: |
converts expiry to 1m timer, eliminating a race condition and failing test
Aligning on the supported versions as can be seen [in the PostgreSQL releases section](https://www.postgresql.org/support/versioning)
# 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/dev_fix-tls-handshake-telemetrygen.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions .chloggen/dinesh.gurumurthy_add-container-stats.yaml

This file was deleted.

22 changes: 22 additions & 0 deletions .chloggen/dinesh.gurumurthy_fix-data-race-metrics-client.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Use this changelog template to create an entry for release notes.

# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: bug_fix
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
component: datadog/connector
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Fix data race in datadog metrics client"
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [31964]
# (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: "The PR ensures mutex protects gauges map in every code path."
# 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.
# Optional: The change log or logs in which this entry should be included.
# e.g. '[user]' or '[user, api]'
# 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: []
Loading

0 comments on commit 90891ad

Please sign in to comment.