1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-14 10:13:10 +02:00
opentelemetry-go/exporters/otlp/otlpmetric/otlpmetricgrpc
dependabot[bot] f6d691efa7
Bump github.com/cenkalti/backoff/v4 from 4.1.2 to 4.1.3 in /exporters/otlp/internal/retry (#2780)
* Bump github.com/cenkalti/backoff/v4 in /exporters/otlp/internal/retry

Bumps [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/cenkalti/backoff/releases)
- [Commits](https://github.com/cenkalti/backoff/compare/v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: github.com/cenkalti/backoff/v4
  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: Chester Cheung <cheung.zhy.csu@gmail.com>
Co-authored-by: MrAlias <MrAlias@users.noreply.github.com>
2022-04-14 09:13:05 -07:00
..
client_test.go Use randomly-available port in otlp exporters tests (#2627) 2022-02-22 18:03:17 -05:00
client_unit_test.go Use gRPC ClientConn for otlpmetricgrpc client connection handling (#2425) 2021-12-03 13:59:07 -08:00
client.go change UploadMetrics signature from slice to single Resource (#2491) 2022-01-04 10:14:03 -08:00
example_test.go Bring back the metric global package (#2764) 2022-04-05 07:35:16 -07:00
exporter.go OTLP metrics gRPC exporter (#1991) 2021-06-11 13:25:56 -07:00
go.mod Release prep for metric/v0.29.0 (#2782) 2022-04-11 19:46:26 -04:00
go.sum Bump github.com/cenkalti/backoff/v4 from 4.1.2 to 4.1.3 in /exporters/otlp/internal/retry (#2780) 2022-04-14 09:13:05 -07:00
mock_collector_test.go Use gRPC ClientConn for otlpmetricgrpc client connection handling (#2425) 2021-12-03 13:59:07 -08:00
options.go Change Options to accept type not pointer (#2558) 2022-02-01 15:51:23 -06:00