Skip to content

Commit

Permalink
Merge branch 'main' into ssm-provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Linaa authored Feb 11, 2025
2 parents 4458f6e + 1b8070f commit 55e25e6
Show file tree
Hide file tree
Showing 174 changed files with 3,746 additions and 1,976 deletions.
27 changes: 27 additions & 0 deletions .chloggen/add-bmchelix-to-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Use this changelog template to create an entry for release notes.

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Mark the BMC Helix exporter as Alpha.

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

# (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.
# 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: [user]
27 changes: 27 additions & 0 deletions .chloggen/add-initial-buffer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 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: pkg/stanza

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Allow users to configure initial buffer size

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

# (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.
# 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: [user]
27 changes: 27 additions & 0 deletions .chloggen/elasticsearchexporter-goelasticsearchv8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Use this changelog template to create an entry for release notes.

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

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

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Use go-elasticsearch/v8, require minimum version of ES 7.17.x or 8.x

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

# (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.
# 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: [user]
27 changes: 27 additions & 0 deletions .chloggen/firehose-unmarshal-record.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 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: awsfirehosereceiver

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Refactor unmarshallers to implement pdata unmarshaler interfaces

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

# (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.
# 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: []
27 changes: 27 additions & 0 deletions .chloggen/migrating_converter_thrift_zipkin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 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: pkg/translator/zipkin/internal/zipkin

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Remove jaeger model/converter/thrift/zipkin dependency

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

# (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.
# 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: [user]
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@

* @open-telemetry/collector-contrib-approvers

# Files owned by collector-releases-approvers
.github/workflows/prepare-release.yml @open-telemetry/collector-contrib-approvers @open-telemetry/collector-releases-approvers
.github/workflows/scripts/release-prepare-release.sh @open-telemetry/collector-contrib-approvers @open-telemetry/collector-releases-approvers
.github/workflows/scripts/set_release_tag.sh @open-telemetry/collector-contrib-approvers @open-telemetry/collector-releases-approvers

# Start components list

cmd/githubgen/ @open-telemetry/collector-contrib-approvers @atoulme
Expand Down
1 change: 1 addition & 0 deletions cmd/otelcontribcol/builder-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ exporters:
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsxrayexporter v0.119.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/azuredataexplorerexporter v0.119.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/azuremonitorexporter v0.119.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/bmchelixexporter v0.119.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/carbonexporter v0.119.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/clickhouseexporter v0.119.0
- gomod: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/cassandraexporter v0.119.0
Expand Down
112 changes: 56 additions & 56 deletions connector/datadogconnector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/connector/datad
go 1.22.0

require (
github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.61.0
github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.62.2
github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor v0.64.0-devel.0.20250203170818-31c3d5c28ba0
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-devel.0.20250129111638-01c8fb06949e
github.com/DataDog/datadog-agent/pkg/proto v0.64.0-devel
Expand Down Expand Up @@ -43,64 +43,64 @@ require (

require (
cloud.google.com/go/compute/metadata v0.6.0 // indirect
github.com/DataDog/agent-payload/v5 v5.0.142 // indirect
github.com/DataDog/datadog-agent/comp/core/config v0.61.0 // indirect
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.61.0 // indirect
github.com/DataDog/datadog-agent/comp/core/flare/types v0.61.0 // indirect
github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.61.0 // indirect
github.com/DataDog/datadog-agent/comp/core/log/def v0.61.0 // indirect
github.com/DataDog/datadog-agent/comp/core/secrets v0.61.0 // indirect
github.com/DataDog/agent-payload/v5 v5.0.144 // indirect
github.com/DataDog/datadog-agent/comp/core/config v0.62.2 // indirect
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.62.2 // indirect
github.com/DataDog/datadog-agent/comp/core/flare/types v0.62.2 // indirect
github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.62.2 // indirect
github.com/DataDog/datadog-agent/comp/core/log/def v0.62.2 // indirect
github.com/DataDog/datadog-agent/comp/core/secrets v0.62.2 // indirect
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-devel // indirect
github.com/DataDog/datadog-agent/comp/core/telemetry v0.61.0 // indirect
github.com/DataDog/datadog-agent/comp/def v0.61.0 // indirect
github.com/DataDog/datadog-agent/comp/logs/agent/config v0.61.0 // indirect
github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.61.0 // indirect
github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl v0.61.0 // indirect
github.com/DataDog/datadog-agent/comp/core/telemetry v0.62.2 // indirect
github.com/DataDog/datadog-agent/comp/def v0.62.2 // indirect
github.com/DataDog/datadog-agent/comp/logs/agent/config v0.62.2 // indirect
github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.62.2 // indirect
github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl v0.62.2 // indirect
github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.62.0-devel.0.20241213165407-f95df913d2b7 // indirect
github.com/DataDog/datadog-agent/comp/trace/compression/def v0.61.0 // indirect
github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/config/env v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/config/mock v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/config/model v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/config/setup v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/config/structure v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/config/utils v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/logs/auditor v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/logs/client v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/logs/message v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/logs/metrics v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/logs/processor v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/logs/sds v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/logs/sender v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/logs/sources v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.61.0 // indirect
github.com/DataDog/datadog-agent/comp/trace/compression/def v0.62.2 // indirect
github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/env v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/mock v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/model v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/nodetreemodel v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/setup v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/structure v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/teeconfig v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/config/utils v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/auditor v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/client v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/message v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/metrics v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/processor v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/sds v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/sender v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/sources v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/status/health v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/telemetry v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/util/backoff v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/status/health v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/telemetry v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/backoff v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/cgroups v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/util/executable v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/util/filesystem v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/util/http v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/util/executable v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/filesystem v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/http v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/log v0.64.0-devel.0.20250129111638-01c8fb06949e // indirect
github.com/DataDog/datadog-agent/pkg/util/optional v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/util/pointer v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/util/startstop v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/util/statstracker v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/util/system v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/util/system/socket v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.61.0 // indirect
github.com/DataDog/datadog-agent/pkg/version v0.61.0 // indirect
github.com/DataDog/datadog-api-client-go/v2 v2.34.0 // indirect
github.com/DataDog/datadog-agent/pkg/util/optional v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/pointer v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/startstop v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/statstracker v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/system v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/system/socket v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/util/winutil v0.62.2 // indirect
github.com/DataDog/datadog-agent/pkg/version v0.62.2 // indirect
github.com/DataDog/datadog-api-client-go/v2 v2.35.0 // indirect
github.com/DataDog/dd-sensitive-data-scanner/sds-go/go v0.0.0-20240816154533-f7f9beb53a42 // indirect
github.com/DataDog/go-sqllexer v0.0.20 // indirect
github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect
Expand Down Expand Up @@ -175,7 +175,7 @@ require (
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95 // indirect
github.com/hectane/go-acl v0.0.0-20230122075934-ca0b05cb1adb // indirect
github.com/iancoleman/strcase v0.3.0 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
Expand Down Expand Up @@ -307,7 +307,7 @@ require (
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/dig v1.18.0 // indirect
go.uber.org/fx v1.22.2 // indirect
go.uber.org/fx v1.23.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c // indirect
golang.org/x/net v0.34.0 // indirect
Expand Down
Loading

0 comments on commit 55e25e6

Please sign in to comment.