1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-03 22:52:30 +02:00
opentelemetry-go/sdk
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
..
export/metric Add HTTP metrics exporter for OTLP (#2022) 2021-06-22 11:45:17 -07:00
instrumentation Pre-release 1.0.0-RC1 (#2013) 2021-06-18 11:22:16 -04:00
internal Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
metric Add HTTP metrics exporter for OTLP (#2022) 2021-06-22 11:45:17 -07:00
resource Pre-release 1.0.0-RC1 (#2013) 2021-06-18 11:22:16 -04:00
trace Pre-release 1.0.0-RC1 (#2013) 2021-06-18 11:22:16 -04:00
go.mod Add HTTP metrics exporter for OTLP (#2022) 2021-06-22 11:45:17 -07:00
go.sum Bump github.com/google/go-cmp from 0.5.5 to 0.5.6 (#1954) 2021-06-01 11:53:02 -07:00