1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-22 20:06:07 +02:00
opentelemetry-go/exporters/otlp/otlpmetric/otlpmetrichttp
Tyler Yahn bd817df68c
Change Options to accept type not pointer (#2558)
* Change trace options to accept type not pointer

Add benchmark to show allocation improvement.

* Update CONTRIBUTING.md guidelines

* Update all Option iface

* Fix grammar in CONTRIBUTING
2022-02-01 15:51:23 -06:00
..
certificate_test.go Add HTTP metrics exporter for OTLP (#2022) 2021-06-22 11:45:17 -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_unit_test.go Use gRPC ClientConn for otlpmetricgrpc client connection handling (#2425) 2021-12-03 13:59:07 -08:00
client.go Change Options to accept type not pointer (#2558) 2022-02-01 15:51:23 -06:00
doc.go Add HTTP metrics exporter for OTLP (#2022) 2021-06-22 11:45:17 -07:00
exporter.go Add HTTP metrics exporter for OTLP (#2022) 2021-06-22 11:45:17 -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/otlpmetric (#2572) 2022-02-01 10:28:31 -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 Change Options to accept type not pointer (#2558) 2022-02-01 15:51:23 -06:00