1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/sdk/metric
dependabot[bot] ae76e71024
Bump github.com/go-logr/logr from 1.2.0 to 1.2.1 (#2428)
* Bump github.com/go-logr/logr from 1.2.0 to 1.2.1

Bumps [github.com/go-logr/logr](https://github.com/go-logr/logr) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/go-logr/logr/releases)
- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-logr/logr/compare/v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: github.com/go-logr/logr
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Auto-fix go.sum changes in dependent modules

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MrAlias <MrAlias@users.noreply.github.com>
2021-12-06 07:59:58 -08:00
..
aggregator Remove metric aggregator Subtract interface (#2350) 2021-11-15 12:50:13 -08:00
controller Fix TODO, use sync.Map to avoid blocking calls (#2381) 2021-11-13 13:27:29 -08:00
processor Remove metric aggregator Subtract interface (#2350) 2021-11-15 12:50:13 -08:00
selector/simple Remove exact aggregator for histogram instruments (#2348) 2021-11-15 10:05:14 -08:00
alignment_test.go Rename internal/testing to internal/internaltest (#1449) 2021-01-12 08:56:16 -08:00
atomicfields.go chore: adds vanity import for files that don't have it. (#1297) 2020-11-04 09:10:58 -08:00
benchmark_test.go Remove bound metric instruments from the API (new champion) (#2399) 2021-11-17 07:51:04 -08:00
correct_test.go Remove bound metric instruments from the API (new champion) (#2399) 2021-11-17 07:51:04 -08:00
doc.go Remove bound metric instruments from the API (new champion) (#2399) 2021-11-17 07:51:04 -08:00
go.mod Centralize the retry package for the otlp exporters (#2427) 2021-12-06 07:47:49 -08:00
go.sum Bump github.com/go-logr/logr from 1.2.0 to 1.2.1 (#2428) 2021-12-06 07:59:58 -08:00
histogram_stress_test.go Separate InstrumentationLibrary from metric.Descriptor (#2197) 2021-09-27 08:51:47 -07:00
minmaxsumcount_stress_test.go Separate InstrumentationLibrary from metric.Descriptor (#2197) 2021-09-27 08:51:47 -07:00
refcount_mapped.go chore: adds vanity import for files that don't have it. (#1297) 2020-11-04 09:10:58 -08:00
sdk.go Remove bound metric instruments from the API (new champion) (#2399) 2021-11-17 07:51:04 -08:00
stress_test.go Metrics: Move the non-API types into sdkapi (#2271) 2021-10-14 09:06:22 -07:00