Skip to content

Commit

Permalink
Prepare for release v0.1.5 (#50)
Browse files Browse the repository at this point in the history
* update versions.yaml

* run chloggen update -v v0.1.5

* Prepare pkgs for version v0.1.5
  • Loading branch information
mackjmr authored Apr 11, 2023
1 parent 49e6323 commit c6f749d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 22 deletions.
17 changes: 0 additions & 17 deletions .chloggen/mx-psi_use-min-max.yaml

This file was deleted.

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

<!-- next version -->

## v0.1.5

### 🚩 Deprecations 🚩

- `pkg/otlp/metrics`: Deprecate and remove usage of WithPreviewHostnameFromAttributes (#48)

### 💡 Enhancements 💡

- `pkg/otlp/metrics`: Use minimum and maximum values from cumulative OTLP Histograms. (#26)
- Values are used only when we can assume they are from the last time window or otherwise to clamp estimates.

## v0.1.4

### 🚩 Deprecations 🚩
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.19

require (
github.com/DataDog/datadog-agent/pkg/trace v0.44.0-rc.6
github.com/DataDog/opentelemetry-mapping-go/pkg/internal/sketchtest v0.1.4
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.1.4
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.1.4
github.com/DataDog/opentelemetry-mapping-go/pkg/internal/sketchtest v0.1.5
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.1.5
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.1.5
github.com/DataDog/sketches-go v1.4.1
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.19

require (
github.com/DataDog/opentelemetry-mapping-go/pkg/internal/sketchtest v0.1.4
github.com/DataDog/opentelemetry-mapping-go/pkg/internal/sketchtest v0.1.5
github.com/DataDog/sketches-go v1.4.1
github.com/dustin/go-humanize v1.0.1
github.com/stretchr/testify v1.8.2
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.1.4
version: v0.1.5
modules:
- github.com/DataDog/opentelemetry-mapping-go/pkg/quantile
- github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes
Expand Down

0 comments on commit c6f749d

Please sign in to comment.