opentelemetry-go/exporters/otlp/otlpmetric/otlpmetrichttp
renovate[bot] cbb4e2499e
fix(deps): update module github.com/google/go-cmp to v0.7.0 (#6359)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/google/go-cmp](https://redirect.github.com/google/go-cmp)
| `v0.6.0` -> `v0.7.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-cmp/v0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgoogle%2fgo-cmp/v0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgoogle%2fgo-cmp/v0.6.0/v0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogle%2fgo-cmp/v0.6.0/v0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>google/go-cmp (github.com/google/go-cmp)</summary>

###
[`v0.7.0`](https://redirect.github.com/google/go-cmp/releases/tag/v0.7.0)

[Compare
Source](https://redirect.github.com/google/go-cmp/compare/v0.6.0...v0.7.0)

New API:

- ([#&#8203;367](https://redirect.github.com/google/go-cmp/issues/367))
Support compare functions with SortSlices and SortMaps

Panic messaging:

- ([#&#8203;370](https://redirect.github.com/google/go-cmp/issues/370))
Detect proto.Message types when failing to export a field

</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 is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tyler Yahn <codingalias@gmail.com>
2025-02-23 08:21:15 -08:00
..
internal [chore]: enable all rules of perfsprint (#5978) 2024-11-18 10:04:50 +01:00
README.md Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
client.go Propagate non-retryable error messages to client (#5929) 2024-11-20 09:24:48 +01:00
client_test.go Propagate non-retryable error messages to client (#5929) 2024-11-20 09:24:48 +01:00
config.go Correct the comment for the priority of options and environments on otlpmetric (#5641) 2024-07-24 18:42:37 -07:00
doc.go Fix typos (#5763) 2024-09-09 08:53:15 +02:00
example_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
exporter.go [chore]: enable all rules of perfsprint (#5978) 2024-11-18 10:04:50 +01:00
exporter_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
go.mod fix(deps): update module github.com/google/go-cmp to v0.7.0 (#6359) 2025-02-23 08:21:15 -08:00
go.sum fix(deps): update module github.com/google/go-cmp to v0.7.0 (#6359) 2025-02-23 08:21:15 -08:00
version.go Release v1.34.0/v0.56.0/v0.10.0 (#6174) 2025-01-17 08:21:54 -08:00
version_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00

README.md

OTLP Metric HTTP Exporter

PkgGoDev