1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-28 21:09:17 +02:00
opentelemetry-go/sdk/metric
renovate[bot] a5d1ec0edf
chore(deps): update module golang.org/x/sys to v0.24.0 (#5700)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| golang.org/x/sys | `v0.23.0` -> `v0.24.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fsys/v0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2fsys/v0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2fsys/v0.23.0/v0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fsys/v0.23.0/v0.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### 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 these
updates 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/open-telemetry/opentelemetry-go).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-08 19:01:15 -07:00
..
internal Move time.Now call into exemplar reservoir to improve performance (#5545) 2024-07-01 09:36:11 -07:00
metricdata Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
aggregation_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
aggregation.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
benchmark_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
cache_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
cache.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
config_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
config.go Add missing word in WithView() doc string (#5506) 2024-06-14 09:43:17 -07:00
doc.go Add comment to other observable instruments about repeated creation with callbacks (#5606) 2024-07-12 11:45:51 -07:00
env.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
example_test.go Upgrade semconv use to v1.26.0 (#5490) 2024-06-06 09:36:59 -07:00
exemplar.go Move time.Now call into exemplar reservoir to improve performance (#5545) 2024-07-01 09:36:11 -07:00
exporter.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
go.mod chore(deps): update module golang.org/x/sys to v0.24.0 (#5700) 2024-08-08 19:01:15 -07:00
go.sum chore(deps): update module golang.org/x/sys to v0.24.0 (#5700) 2024-08-08 19:01:15 -07:00
instrument_test.go Add the synchronous gauge to the metric API and SDK (#5304) 2024-05-16 09:56:40 -07:00
instrument.go Remove zeroInstrumentKind (#5433) 2024-05-30 11:27:07 -07:00
instrumentkind_string.go Fix exported instrument kind const value change (#5385) 2024-05-21 08:46:38 -07:00
manual_reader_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
manual_reader.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
meter_test.go Use Distinct instead of Set for map keys (#5027) 2024-03-06 11:11:16 +01:00
meter.go Add comment to other observable instruments about repeated creation with callbacks (#5606) 2024-07-12 11:45:51 -07:00
periodic_reader_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
periodic_reader.go Add errorlint linter (#5535) 2024-06-25 10:55:00 -07:00
pipeline_registry_test.go Fix exported instrument kind const value change (#5385) 2024-05-21 08:46:38 -07:00
pipeline_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
pipeline.go Move time.Now call into exemplar reservoir to improve performance (#5545) 2024-07-01 09:36:11 -07:00
provider_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
provider.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
reader_test.go Add the synchronous gauge to the metric API and SDK (#5304) 2024-05-16 09:56:40 -07:00
reader.go typo: fix docs (#5649) 2024-07-26 09:41:00 -07:00
README.md Add READMEs to every package (#5103) 2024-03-26 20:13:54 +01:00
version_test.go [chore] Simplify the license header (#4987) 2024-02-29 07:05:28 +01:00
version.go Releases v1.28.0/v0.50.0/v0.4.0 (#5569) 2024-07-02 13:29:45 -07:00
view_test.go Add the synchronous gauge to the metric API and SDK (#5304) 2024-05-16 09:56:40 -07:00
view.go Export the Instrument IsEmpty method (#5431) 2024-05-30 07:50:34 -07:00

Metric SDK

PkgGoDev