1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/exporters/otlp/otlpmetric/otlpmetrichttp
Aaron Clawson 86ced11f2c
Bump go.opentelemetry.io/proto/otlp from 0.11.0 to 0.12.0 (#2546)
* Update go.opentelemetry.io/proto/otlp to v0.12.0

* Changelog

* Update CHANGELOG.md

Fix's md linting

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>

Co-authored-by: Aaron Clawson <MadVikingGod@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2022-01-24 11:53:20 -08: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 UploadMetrics signature from slice to single Resource (#2491) 2022-01-04 10:14:03 -08: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 go.opentelemetry.io/proto/otlp from 0.11.0 to 0.12.0 (#2546) 2022-01-24 11:53:20 -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