Skip to content

Commit 56966f5

Browse files
Update module github.com/DataDog/sketches-go to v1.4.4 (open-telemetry#30241)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/DataDog/sketches-go](https://togithub.com/DataDog/sketches-go) | `v1.4.3` -> `v1.4.4` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fsketches-go/v1.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fsketches-go/v1.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fsketches-go/v1.4.3/v1.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fsketches-go/v1.4.3/v1.4.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>DataDog/sketches-go (github.com/DataDog/sketches-go)</summary> ### [`v1.4.4`](https://togithub.com/DataDog/sketches-go/releases/tag/v1.4.4) [Compare Source](https://togithub.com/DataDog/sketches-go/compare/v1.4.3...v1.4.4) - [#&open-telemetry#8203;76](https://togithub.com/DataDog/sketches-go/issues/76): Use `sort.Ints` in the buffered paginated store for better performance </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 9b42d43 commit 56966f5

File tree

12 files changed

+18
-18
lines changed

12 files changed

+18
-18
lines changed

cmd/configschema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ require (
232232
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.11.0 // indirect
233233
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.11.0 // indirect
234234
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.11.0 // indirect
235-
github.com/DataDog/sketches-go v1.4.3 // indirect
235+
github.com/DataDog/sketches-go v1.4.4 // indirect
236236
github.com/DataDog/zstd v1.5.2 // indirect
237237
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962 // indirect
238238
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.21.0 // indirect

cmd/configschema/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ require (
279279
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.11.0 // indirect
280280
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.11.0 // indirect
281281
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.11.0 // indirect
282-
github.com/DataDog/sketches-go v1.4.3 // indirect
282+
github.com/DataDog/sketches-go v1.4.4 // indirect
283283
github.com/DataDog/zstd v1.5.2 // indirect
284284
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962 // indirect
285285
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.21.0 // indirect

cmd/otelcontribcol/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/datadogexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.11.0
1414
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.11.0
1515
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.11.0
16-
github.com/DataDog/sketches-go v1.4.3
16+
github.com/DataDog/sketches-go v1.4.4
1717
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.21.0
1818
github.com/aws/aws-sdk-go v1.49.13
1919
github.com/cenkalti/backoff/v4 v4.2.1

exporter/datadogexporter/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/datadogexporter/integrationtest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ require (
4747
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.11.0 // indirect
4848
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.11.0 // indirect
4949
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.11.0 // indirect
50-
github.com/DataDog/sketches-go v1.4.3 // indirect
50+
github.com/DataDog/sketches-go v1.4.4 // indirect
5151
github.com/DataDog/zstd v1.5.2 // indirect
5252
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.21.0 // indirect
5353
github.com/Microsoft/go-winio v0.6.1 // indirect

exporter/datadogexporter/integrationtest/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ require (
255255
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.11.0 // indirect
256256
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.11.0 // indirect
257257
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.11.0 // indirect
258-
github.com/DataDog/sketches-go v1.4.3 // indirect
258+
github.com/DataDog/sketches-go v1.4.4 // indirect
259259
github.com/DataDog/zstd v1.5.2 // indirect
260260
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962 // indirect
261261
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.21.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)