Skip to content

Commit

Permalink
{processor,exporter}/datadog: bump opentelemetry-mapping-go (#23445)
Browse files Browse the repository at this point in the history
This change bumps the opentelemetry-mapping-go dependency to v0.5.0
which contains the metric remapping code. As a result, it is removed
from the exporter.
  • Loading branch information
gbbr authored Jun 19, 2023
1 parent b719459 commit 5fff104
Show file tree
Hide file tree
Showing 16 changed files with 109 additions and 1,844 deletions.
8 changes: 4 additions & 4 deletions cmd/configschema/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor v0.8.0 // indirect
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.0.0 // indirect
github.com/AzureAD/microsoft-authentication-library-for-go v0.8.1 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.3.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.3.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.5.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.5.0 // indirect
github.com/gocql/gocql v1.3.1 // indirect
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/alibabacloudlogserviceexporter v0.79.0 // indirect
Expand Down Expand Up @@ -259,8 +259,8 @@ require (
github.com/DataDog/datadog-go/v5 v5.1.1 // indirect
github.com/DataDog/go-tuf v0.3.0--fix-localmeta-fork // indirect
github.com/DataDog/gohai v0.0.0-20220718130825-1776f9beb9cc // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.3.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.3.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.5.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.5.0 // indirect
github.com/DataDog/sketches-go v1.4.2 // indirect
github.com/DataDog/zstd v1.5.2 // indirect
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962 // indirect
Expand Down
18 changes: 9 additions & 9 deletions cmd/configschema/go.sum

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

8 changes: 4 additions & 4 deletions cmd/otelcontribcol/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,10 @@ require (
github.com/DataDog/datadog-go/v5 v5.1.1 // indirect
github.com/DataDog/go-tuf v0.3.0--fix-localmeta-fork // indirect
github.com/DataDog/gohai v0.0.0-20220718130825-1776f9beb9cc // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.3.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.3.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.3.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.3.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.5.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.5.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.5.0 // indirect
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.5.0 // indirect
github.com/DataDog/sketches-go v1.4.2 // indirect
github.com/DataDog/zstd v1.5.2 // indirect
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962 // indirect
Expand Down
18 changes: 9 additions & 9 deletions cmd/otelcontribcol/go.sum

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

8 changes: 4 additions & 4 deletions exporter/datadogexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ require (
github.com/DataDog/datadog-agent/pkg/trace v0.47.0-devel
github.com/DataDog/datadog-api-client-go/v2 v2.13.0
github.com/DataDog/gohai v0.0.0-20220718130825-1776f9beb9cc
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.3.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.3.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.3.0
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.3.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.5.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.5.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.5.0
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.5.0
github.com/DataDog/sketches-go v1.4.2
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.15.0
github.com/aws/aws-sdk-go v1.44.282
Expand Down
18 changes: 9 additions & 9 deletions exporter/datadogexporter/go.sum

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

192 changes: 0 additions & 192 deletions exporter/datadogexporter/internal/metrics/system.go

This file was deleted.

Loading

0 comments on commit 5fff104

Please sign in to comment.