From 7a8d61be43dcf8c18bf2c7df1dc6ba11d1402655 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 00:49:38 +0000 Subject: [PATCH] Update module github.com/XSAM/otelsql to v0.33.0 (#343) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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/XSAM/otelsql](https://togithub.com/XSAM/otelsql) | `v0.32.0` -> `v0.33.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fXSAM%2fotelsql/v0.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fXSAM%2fotelsql/v0.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fXSAM%2fotelsql/v0.32.0/v0.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fXSAM%2fotelsql/v0.32.0/v0.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
XSAM/otelsql (github.com/XSAM/otelsql) ### [`v0.33.0`](https://togithub.com/XSAM/otelsql/releases/tag/v0.33.0) [Compare Source](https://togithub.com/XSAM/otelsql/compare/v0.32.0...v0.33.0) #### 0.33.0 - 2024-08-27 ##### Added - `WithInstrumentAttributesGetter` option provides additional attributes when `latency` histogram is recorded. ([#​334](https://togithub.com/XSAM/otelsql/issues/334)) ##### Changed - Upgrade OTel to version `v1.29.0/v0.51.0`. ([#​336](https://togithub.com/XSAM/otelsql/issues/336))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/XSAM/otelsql). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- example/otel-collector/go.mod | 2 +- example/stdout/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/otel-collector/go.mod b/example/otel-collector/go.mod index dc78638..28eef44 100644 --- a/example/otel-collector/go.mod +++ b/example/otel-collector/go.mod @@ -5,7 +5,7 @@ go 1.21 replace github.com/XSAM/otelsql => ../../ require ( - github.com/XSAM/otelsql v0.32.0 + github.com/XSAM/otelsql v0.33.0 github.com/go-sql-driver/mysql v1.8.1 go.opentelemetry.io/otel v1.29.0 go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.29.0 diff --git a/example/stdout/go.mod b/example/stdout/go.mod index cb64dfc..0760454 100644 --- a/example/stdout/go.mod +++ b/example/stdout/go.mod @@ -5,7 +5,7 @@ go 1.21 replace github.com/XSAM/otelsql => ../../ require ( - github.com/XSAM/otelsql v0.32.0 + github.com/XSAM/otelsql v0.33.0 github.com/go-sql-driver/mysql v1.8.1 github.com/prometheus/client_golang v1.20.2 go.opentelemetry.io/otel v1.29.0