Skip to content

Commit

Permalink
Bump opentelemetry-mapping-go to v0.13.4 (#31372)
Browse files Browse the repository at this point in the history
**Description:**
Upgrades opentelemetry-mapping-go to v0.13.4 to include the following
fix:
- DataDog/opentelemetry-mapping-go#276

**Testing:**
Ran test service with Collector with different cloud.provider values,
and verified that primary tags are working as intended in APM.
  • Loading branch information
liustanley authored Feb 27, 2024
1 parent 37b44d6 commit 0d8d80a
Show file tree
Hide file tree
Showing 15 changed files with 144 additions and 117 deletions.
27 changes: 27 additions & 0 deletions .chloggen/stanley.liu_update-mapping-go.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: datadogexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Automatically map `cloud.region`, `cloud.availability_zone` and `cloud.provider` to the `region`, `zone` and `cloud_provider` host tags.

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

# (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 @@ -25,8 +25,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.3 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.13.3 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.13.4 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.13.4 // 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.95.0 // indirect
Expand Down Expand Up @@ -231,9 +231,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.3 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.13.3 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.13.3 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.13.4 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.13.4 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.13.4 // 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
24 changes: 12 additions & 12 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 @@ -278,11 +278,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.3 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.13.3 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.13.3 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.13.3 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.13.3 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.13.4 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.13.4 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.13.4 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.13.4 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.13.4 // 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
24 changes: 12 additions & 12 deletions cmd/otelcontribcol/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 connector/datadogconnector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.21
require (
github.com/DataDog/datadog-agent/pkg/proto v0.52.0-devel
github.com/DataDog/datadog-agent/pkg/trace v0.50.2
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.13.3
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.13.3
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.13.4
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.13.4
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/datadogexporter v0.95.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/datadog v0.95.0
github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor v0.95.0
Expand Down Expand Up @@ -42,9 +42,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.3 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.13.3 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.13.3 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.13.4 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.13.4 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.13.4 // indirect
github.com/DataDog/sketches-go v1.4.4 // indirect
github.com/DataDog/zstd v1.5.2 // indirect
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.21.0 // indirect
Expand Down
24 changes: 12 additions & 12 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.22.0
github.com/DataDog/gohai v0.0.0-20230524154621-4316413895ee
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.13.3
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.13.3
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.13.3
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.13.3
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.13.3
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.13.4
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.13.4
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.13.4
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.13.4
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.13.4
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.17
Expand Down
Loading

0 comments on commit 0d8d80a

Please sign in to comment.