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/otlptrace/otlptracegrpc
Joshua MacDonald 569f743072
Handle partial-success responses for OTLP trace (#3106)
* Handle partial-success responses for OTLP trace

Co-authored-by: David Ashpole <dashpole@google.com>
Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
Co-authored-by: Aaron Clawson <3766680+MadVikingGod@users.noreply.github.com>
2022-09-06 14:20:19 -05:00
..
client_test.go Handle partial-success responses for OTLP trace (#3106) 2022-09-06 14:20:19 -05:00
client_unit_test.go Use the grpc.ClientConn to handle connections for the otlptracegrpc client (#2329) 2021-11-25 08:06:21 -08:00
client.go Handle partial-success responses for OTLP trace (#3106) 2022-09-06 14:20:19 -05: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 v0.18.0 to v0.19.0 (#3107) 2022-08-25 08:00:46 -05:00
go.sum Bump go.opentelemetry.io/proto/otlp from v0.18.0 to v0.19.0 (#3107) 2022-08-25 08:00:46 -05:00
mock_collector_test.go Handle partial-success responses for OTLP trace (#3106) 2022-09-06 14:20:19 -05:00
options.go Use already enabled revive linter and add depguard (#2883) 2022-05-19 15:15:07 -05:00