1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-16 10:19:23 +02:00
opentelemetry-go/exporters/otlp/otlptrace/otlptracehttp
dependabot[bot] 0cc7d8d702
Bump google.golang.org/grpc from 1.43.0 to 1.44.0 in /exporters/otlp/otlptrace (#2568)
* Bump google.golang.org/grpc in /exporters/otlp/otlptrace

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.43.0 to 1.44.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.43.0...v1.44.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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>
2022-02-01 10:04:00 -08:00
..
certificate_test.go add otlp trace http exporter (#1963) 2021-06-07 07:57:58 -07:00
client_test.go Fix sporadic test failure in otlp exporter http client tests (#2496) 2022-01-05 17:04:55 -08:00
client.go Fix per-signal endpoint parsing in OTLP exporters (#2433) 2021-12-09 10:40:30 -08:00
doc.go Prerelease v1.0.0 (#2250) 2021-09-20 13:02:46 -07:00
example_test.go Add semconv/v1.7.0 package (#2320) 2021-10-22 08:43:47 -07:00
exporter.go Refactor exporter creation functions (#1985) 2021-06-10 09:22:47 -07:00
go.mod Bump go.opentelemetry.io/proto/otlp from 0.11.0 to 0.12.0 (#2546) 2022-01-24 11:53:20 -08:00
go.sum Bump google.golang.org/grpc from 1.43.0 to 1.44.0 in /exporters/otlp/otlptrace (#2568) 2022-02-01 10:04:00 -08:00
mock_collector_test.go Fix sporadic test failure in otlp exporter http client tests (#2496) 2022-01-05 17:04:55 -08:00
options.go Centralize the retry package for the otlp exporters (#2427) 2021-12-06 07:47:49 -08:00