1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/metric
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
..
global Remove dependency on metrics packages (#1988) 2021-06-10 15:05:25 -04:00
metrictest Remove dependency on metrics packages (#1988) 2021-06-10 15:05:25 -04:00
number Update the package docs for the new API layout (#1346) 2020-11-17 10:30:22 -05:00
registry Remove dependency on metrics packages (#1988) 2021-06-10 15:05:25 -04:00
unit Replaces golint by revive and fix newly reported linter issues (#1946) 2021-06-08 10:10:01 -07:00
alignment_test.go Rename internal/testing to internal/internaltest (#1449) 2021-01-12 08:56:16 -08:00
config.go Update API configs. (#1921) 2021-05-27 07:53:56 -07:00
doc.go Update the package docs for the new API layout (#1346) 2020-11-17 10:30:22 -05: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
instrumentkind_string.go Move metric code to a separate package (#1321) 2020-11-12 07:28:32 -08:00
metric_instrument.go Rename otel/label -> otel/attribute (#1541) 2021-02-18 12:59:37 -05:00
metric_noop.go Rename otel/label -> otel/attribute (#1541) 2021-02-18 12:59:37 -05:00
metric_sdkapi.go Update API configs. (#1921) 2021-05-27 07:53:56 -07:00
metric_test.go Remove dependency on metrics packages (#1988) 2021-06-10 15:05:25 -04:00
metric.go Update API configs. (#1921) 2021-05-27 07:53:56 -07:00