Skip to content

Commit

Permalink
Update module github.com/XSAM/otelsql to v0.33.0 (#343)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>XSAM/otelsql (github.com/XSAM/otelsql)</summary>

### [`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.
([#&#8203;334](https://togithub.com/XSAM/otelsql/issues/334))

##### Changed

- Upgrade OTel to version `v1.29.0/v0.51.0`.
([#&#8203;336](https://togithub.com/XSAM/otelsql/issues/336))

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 28, 2024
1 parent 4df5352 commit 7a8d61b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/otel-collector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/stdout/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a8d61b

Please sign in to comment.