Skip to content

Commit

Permalink
prerelease pkgs v0.9.0 (#221)
Browse files Browse the repository at this point in the history
* Update versions.yaml to v0.9.0

* chloggen update -v v0.9.0

* Prepare pkgs for version v0.9.0
  • Loading branch information
mx-psi authored Dec 12, 2023
1 parent efdee98 commit 0928442
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 98 deletions.
16 changes: 0 additions & 16 deletions .chloggen/mackjmr_remove-unused-rattr-as-tags.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions .chloggen/main.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/mx-psi_counter-hostname.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/mx-psi_hostname-counter.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/mx-psi_os.type-support.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .chloggen/stanley.liu_remove-jvm-gc-duration.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@

<!-- next version -->

## v0.9.0

### 🛑 Breaking changes 🛑

- `pkg/metrics`: Remove `WithResourceAttributesAsTags()` and `translatorConfig.ResourceAttributesAsTags` (#219)
- `pkg/otlp/metrics`: Change signature of `NewTranslator` to accept `component.TelemetrySettings` instead of `zap.Logger` (#218)

### 💡 Enhancements 💡

- `pkg/otlp/logs`: DataDog log timestamp (ie. '@timestamp') now includes milliseconds. (#152)
- `pkg/otlp/metric`: Add `datadog.otlp_translator.metrics.missing_source` counter, which counts the number of metrics that are missing a source (e.g. hostname). (#220)
- `pkg/inframetadata`: Add support for GOOS and GOARCH values (#185)

### 🧰 Bug fixes 🧰

- `pkg/otlp/metrics`: Removes runtime metric mapping for process.runtime.jvm.gc.duration -> jvm.gc.parnew.time (#213)

## v0.8.3

### 💡 Enhancements 💡
Expand Down
2 changes: 1 addition & 1 deletion pkg/inframetadata/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata
go 1.20

require (
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.8.3
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.9.0
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/collector/pdata v1.0.0
go.opentelemetry.io/collector/semconv v0.90.1
Expand Down
2 changes: 1 addition & 1 deletion pkg/otlp/logs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.20

require (
github.com/DataDog/datadog-api-client-go/v2 v2.13.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.8.3
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.9.0
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/collector/pdata v1.0.0
go.opentelemetry.io/collector/semconv v0.90.1
Expand Down
6 changes: 3 additions & 3 deletions pkg/otlp/metrics/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.20

require (
github.com/DataDog/datadog-agent/pkg/proto v0.50.0-rc.1
github.com/DataDog/opentelemetry-mapping-go/pkg/internal/sketchtest v0.8.3
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.8.3
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.8.3
github.com/DataDog/opentelemetry-mapping-go/pkg/internal/sketchtest v0.9.0
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.9.0
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.9.0
github.com/DataDog/sketches-go v1.4.3
github.com/golang/protobuf v1.5.3
github.com/lightstep/go-expohisto v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion pkg/quantile/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/DataDog/opentelemetry-mapping-go/pkg/quantile
go 1.20

require (
github.com/DataDog/opentelemetry-mapping-go/pkg/internal/sketchtest v0.8.3
github.com/DataDog/opentelemetry-mapping-go/pkg/internal/sketchtest v0.9.0
github.com/DataDog/sketches-go v1.4.3
github.com/dustin/go-humanize v1.0.1
github.com/stretchr/testify v1.8.4
Expand Down
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

module-sets:
pkgs:
version: v0.8.3
version: v0.9.0
modules:
- github.com/DataDog/opentelemetry-mapping-go/pkg/quantile
- github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes
Expand Down

0 comments on commit 0928442

Please sign in to comment.