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
csuzhang d5d4c87f6d
Add HTTP metrics exporter for OTLP (#2022)
* add HTTP support for OTLP metrics exporter

* add to changelog

* fix unit test not covered before

* add otlpmetrichttp module to .github/dependabot.yml

* add test file for client.go

* run make commit to clean repository

* fix err occurs in TestCancelledContext

* fix err in TestCancelledContext which is nil

* fix err in TestCancelledContext which is nil, occurs occasionally

* fix unittest err in TestCancelledContext which occurs occasionally

* fix ineffectual assignment to err when running lint

* Update CHANGELOG.md

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

* Update exporters/otlp/otlpmetric/otlpmetrichttp/doc.go

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

* Update exporters/otlp/otlpmetric/otlpmetrichttp/doc.go

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

* del options that not used in http exporter metrics

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2021-06-22 11:45:17 -07:00
..
internal otlp: mark unix endpoints to work without transport security (#2001) 2021-06-15 14:10:52 -07:00
otlptracegrpc Add HTTP metrics exporter for OTLP (#2022) 2021-06-22 11:45:17 -07:00
otlptracehttp Add HTTP metrics exporter for OTLP (#2022) 2021-06-22 11:45:17 -07:00
clients.go Interface stability documentation (#2012) 2021-06-18 07:56:11 -07:00
exporter.go Refactor exporter creation functions (#1985) 2021-06-10 09:22:47 -07:00
go.mod Add HTTP metrics exporter for OTLP (#2022) 2021-06-22 11:45:17 -07:00
go.sum Bump github.com/cenkalti/backoff/v4 from 4.1.0 to 4.1.1 in /exporters/otlp/otlptrace (#1972) 2021-06-07 09:28:36 -07:00