Skip to content

Commit

Permalink
Update opentelemetry-mapping-go to v0.16.0 (open-telemetry#32865)
Browse files Browse the repository at this point in the history
**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->

Update opentelemetry-mapping-go to v0.16.0

**Link to tracking Issue:** Fixes
DataDog/opentelemetry-mapping-go/issues/306
  • Loading branch information
mx-psi authored and rimitchell committed May 8, 2024
1 parent 00dce7e commit 7d5d4db
Show file tree
Hide file tree
Showing 17 changed files with 137 additions and 107 deletions.
30 changes: 30 additions & 0 deletions .chloggen/mx-psi_update-mapping-go.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 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: datadogexporter

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Fix nil pointer dereference when using beta infrastructure monitoring offering

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

# (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 bug happened under the following conditions:
- Setting `datadog.host.use_as_host_metadata` to true on a payload with data about the Datadog exporter host
- Running using the official opentelemetry-collector-contrib Docker image
# 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.2 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.15.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.15.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.16.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.16.0 // 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.99.0 // indirect
Expand Down Expand Up @@ -274,9 +274,9 @@ require (
github.com/DataDog/go-sqllexer v0.0.9 // indirect
github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect
github.com/DataDog/gohai v0.0.0-20230524154621-4316413895ee // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.15.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.15.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.15.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.16.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.16.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.16.0 // indirect
github.com/DataDog/sketches-go v1.4.4 // indirect
github.com/DataDog/viper v1.13.2 // indirect
github.com/DataDog/zstd v1.5.2 // 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 @@ -338,11 +338,11 @@ require (
github.com/DataDog/go-sqllexer v0.0.9 // indirect
github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect
github.com/DataDog/gohai v0.0.0-20230524154621-4316413895ee // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.15.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.15.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.15.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.15.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.15.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.16.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.16.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.16.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.16.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.16.0 // indirect
github.com/DataDog/sketches-go v1.4.4 // indirect
github.com/DataDog/viper v1.13.2 // indirect
github.com/DataDog/zstd v1.5.2 // 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 @@ -6,8 +6,8 @@ require (
github.com/DataDog/datadog-agent/pkg/proto v0.54.0-rc.2
github.com/DataDog/datadog-agent/pkg/trace v0.54.0-rc.2
github.com/DataDog/datadog-go/v5 v5.5.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.15.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.15.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.16.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.16.0
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/datadogexporter v0.99.0
github.com/open-telemetry/opentelemetry-collector-contrib/internal/datadog v0.99.0
github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor v0.99.0
Expand Down Expand Up @@ -88,9 +88,9 @@ require (
github.com/DataDog/go-sqllexer v0.0.9 // indirect
github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect
github.com/DataDog/gohai v0.0.0-20230524154621-4316413895ee // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.15.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.15.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.15.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.16.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.16.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.16.0 // indirect
github.com/DataDog/sketches-go v1.4.4 // indirect
github.com/DataDog/viper v1.13.2 // indirect
github.com/DataDog/zstd v1.5.2 // 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 @@ -26,11 +26,11 @@ require (
github.com/DataDog/datadog-api-client-go/v2 v2.25.0
github.com/DataDog/datadog-go/v5 v5.5.0
github.com/DataDog/gohai v0.0.0-20230524154621-4316413895ee
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.15.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.15.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.15.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.15.0
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.15.0
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.16.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.16.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.16.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.16.0
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.16.0
github.com/DataDog/sketches-go v1.4.4
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.22.0
github.com/aws/aws-sdk-go v1.51.32
Expand Down
Loading

0 comments on commit 7d5d4db

Please sign in to comment.