Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all github.com/datadog packages to v0.13.1 #30731

Merged
merged 3 commits into from
Jan 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .chloggen/renovate_all-github.comdatadog-packages.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: exporter/datadogexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add kafka metrics mapping. This allows users of the JMX Receiver/JMX Metrics Gatherer and kafka metrics receiver to have access to the OOTB kafka Dashboard.

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

# (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: []
10 changes: 5 additions & 5 deletions cmd/configschema/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor v0.11.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0 // indirect
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.1 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.13.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.13.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.13.1 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.13.1 // indirect
github.com/gocql/gocql v1.6.0 // indirect
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/alibabacloudlogserviceexporter v0.92.0 // indirect
Expand Down Expand Up @@ -230,9 +230,9 @@ require (
github.com/DataDog/go-sqllexer v0.0.8 // indirect
github.com/DataDog/go-tuf v1.0.2-0.5.2 // indirect
github.com/DataDog/gohai v0.0.0-20230524154621-4316413895ee // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.13.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.13.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.13.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.13.1 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.13.1 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.13.1 // indirect
github.com/DataDog/sketches-go v1.4.4 // indirect
github.com/DataDog/zstd v1.5.2 // indirect
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962 // indirect
Expand Down
22 changes: 11 additions & 11 deletions cmd/configschema/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions cmd/otelcontribcol/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,11 @@ require (
github.com/DataDog/go-sqllexer v0.0.8 // indirect
github.com/DataDog/go-tuf v1.0.2-0.5.2 // indirect
github.com/DataDog/gohai v0.0.0-20230524154621-4316413895ee // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.13.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.13.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.13.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.13.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.13.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.13.1 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.13.1 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.13.1 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.13.1 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.13.1 // indirect
github.com/DataDog/sketches-go v1.4.4 // indirect
github.com/DataDog/zstd v1.5.2 // indirect
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962 // indirect
Expand Down
22 changes: 11 additions & 11 deletions cmd/otelcontribcol/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions connector/datadogconnector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.20

require (
github.com/DataDog/datadog-agent/pkg/proto v0.52.0-devel
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.13.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.13.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.13.1
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.13.1
github.com/open-telemetry/opentelemetry-collector-contrib/internal/datadog v0.92.0
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/collector/component v0.92.1-0.20240118172122-8131d31601b8
Expand All @@ -29,7 +29,7 @@ require (
github.com/DataDog/datadog-go/v5 v5.1.1 // indirect
github.com/DataDog/go-sqllexer v0.0.8 // indirect
github.com/DataDog/go-tuf v1.0.2-0.5.2 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.13.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.13.1 // indirect
github.com/DataDog/sketches-go v1.4.4 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
Expand Down
16 changes: 9 additions & 7 deletions connector/datadogconnector/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions exporter/datadogexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ require (
github.com/DataDog/datadog-agent/pkg/trace v0.50.2
github.com/DataDog/datadog-api-client-go/v2 v2.21.0
github.com/DataDog/gohai v0.0.0-20230524154621-4316413895ee
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.13.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.13.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.13.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.13.0
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.13.0
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.13.1
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.13.1
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.13.1
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.13.1
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.13.1
github.com/DataDog/sketches-go v1.4.4
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.21.0
github.com/aws/aws-sdk-go v1.50.1
Expand Down
22 changes: 11 additions & 11 deletions exporter/datadogexporter/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading